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.
This commit is contained in:
@@ -0,0 +1,110 @@
|
||||
<!--
|
||||
|
||||
/* PRC style by Psi */
|
||||
|
||||
BODY
|
||||
{
|
||||
background-color: #000000;
|
||||
margin: 0px;
|
||||
overflow: auto;
|
||||
|
||||
scrollbar-base-color: #000000;
|
||||
scrollbar-track-color: #000000;
|
||||
scrollbar-face-color: #707070;
|
||||
scrollbar-highlight-color: #c0c0c0;
|
||||
scrollbar-3dlight-color: #c0c0c0;
|
||||
scrollbar-darkshadow-color: #000000;
|
||||
scrollbar-shadow-color: #000000;
|
||||
scrollbar-arrow-color: #000000;
|
||||
}
|
||||
|
||||
IFRAME
|
||||
{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
A
|
||||
{
|
||||
color: #0082bf;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
A:hover
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
A:alink
|
||||
{
|
||||
color: #009ce8;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
A:vlink
|
||||
{
|
||||
color: #006a90;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
IMG
|
||||
{
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
TABLE
|
||||
{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
TR
|
||||
{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
DIV
|
||||
{
|
||||
font-family: verdana, helvetica, sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #c0c0c0;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
HR
|
||||
{
|
||||
color: #6c6c6c;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
DIV H1
|
||||
{
|
||||
font-size: 12pt;
|
||||
text-align: center;
|
||||
margin: 0px;
|
||||
letter-spacing: 3pt;
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
DIV H2
|
||||
{
|
||||
font-size: 10pt;
|
||||
margin: 0px;
|
||||
letter-spacing: 2pt;
|
||||
}
|
||||
|
||||
H3
|
||||
{
|
||||
font-size: 8pt;
|
||||
margin: 0px;
|
||||
letter-spacing: 1pt;
|
||||
}
|
||||
|
||||
-->
|
Reference in New Issue
Block a user