PRC8/nwn/nwnprc/DocGen/trunk/Main Manual Files/styles/manual_menus_common.css
Jaysyn904 5914ed2ab5 Updated Release Archive
Updated Release Archive.  Fixed Mage-killer prereqs.  Removed old LETO & ConvoCC related files.  Added organized spell scroll store.  Fixed Gloura spellbook. Various TLK fixes.  Reorganized Repo.  Removed invalid user folders. Added DocGen back in.
2023-08-22 10:00:21 -04:00

58 lines
702 B
CSS

<!--
/* PRC style by Psi */
A
{
color: #c0c0c0;
}
A:hover
{
text-decoration: none;
}
DIV.div_menu_line_padding
{
padding-top: 5px;
padding-bottom: 5px;
}
DIV.div_menu_padding
{
padding-top: 3px;
padding-bottom: 3px;
}
DIV.div_menu_padding_right
{
padding-top: 3px;
padding-bottom: 3px;
padding-right: 10;
}
DIV.div_menuitem
{
font-size: 10pt;
font-weight: bold;
border-style: solid;
border-width: 1px;
border-color: #6c6c6c;
text-align: center;
padding: 2px;
letter-spacing: 1pt;
}
DIV.div_menuitem_right
{
font-size: 10pt;
font-weight: bold;
border-style: solid;
border-width: 1px;
border-color: #6c6c6c;
text-align: center;
padding: 2px;
letter-spacing: 1pt;
}
-->