quote:
Originally posted by Shawnz
I made a little mod.. To get rid of that odd blue bit on the welcome panel in the top corner, replace this:code:
td.trow1[align="right"] , td.trow1[valign="bottom"] {
color: #000000;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 12px;
background: #D2EDF7 url("http://random.thedt.net/theme/cellpic.png") repeat-x top left !important;
}
with this:code:
td.trow1[align="right"] , td.trow1[valign="bottom"] {
color: #FFFFFF;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 12px;
background: #A3A3A3 url("http://random.thedt.net/theme/cellpic.png") repeat-x center left !important;
}
quote:
Originally posted by Shawnz
i'm having one problem for the rep thing though... the panel that shows last week/month/etc doesn't have any id/style and nothing that can identify it... obviously you cant just do table{background-color} so how would it be possible to fix?
although for now, you can fix the main problems with the rep page by adding this:code:
.postd{color: #000000 !important;}
.negtd{color: #000000 !important;}
.neutd{color: #000000 !important;}
which makes the text black
quote:
Originally posted by Shawnz
another quick mod, to remove the signature height limit add this:code:
.signature{overflow: visible !important; height: 100% !important;}
and to change the dashed blue line above the signature add this:code:
.signature{border-top: 1px dashed #606060 !important;}
quote:
Originally posted by Shawnz
the final mod for the rep page, fixes the box:code:
table[cellpadding="3"][cellspacing="1"][border="0"]{background-color: #000000 !important; border: 1px solid #606060 !important;}
not sure if this messes up anything else yet though
Posts merged, along with one more tiny mod: to make the lines around the quote/code tags lighter, add this:
code:
hr[color="#000000"]{color: #606060 !important;}
another little mod to turn the white bar at the bottom black:
code:
#copyright{background: #000000 !important; border: 0px !important; padding-left: 10px !important;}