Some string mods and tagging and so forth; "midnight" console theme futzage.

This commit is contained in:
z3d
2009-11-17 19:55:51 +00:00
parent 3df5540a97
commit 168c213288
4 changed files with 21 additions and 10 deletions

View File

@ -535,9 +535,6 @@ h2 {
border-top: 1px solid #99f;
border-left: 1px solid #99f;
background: #000008;
background-image: url("images/h2bg.png");
background-repeat: no-repeat;
background-position: right center;
font-variant: small-caps;
text-transform: capitalize;
letter-spacing: 0.07em;
@ -559,6 +556,12 @@ h3 a {
font-weight: bold !important;
}
h2, h3 {
background-image: url("images/h2bg.png");
background-repeat: no-repeat;
background-position: right center;
}
.proxyfooter{
font-size: 7pt;
display: none !important;
@ -592,6 +595,7 @@ th {
padding: 8px 2px;
text-align: center;
border-bottom: 1px solid #99f;
font-size: 8pt !important;
}
tt {