
I haven't done anything with the graphic icons yet, I might just make them greyscale and save them on a server someplace.
And here is the script. Right click the stylish icon in the bottom right of your browser and choose Manage styles / Write new style. Name it cantr or something.

Code: Select all
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("cantr.net") {
/* --------------------------------------------- *\
General stuff
\* --------------------------------------------- */
BODY {
background-color: #FCFCFC !important;
color: #000 !important;
text-align: left !important;
}
BODY CENTER {
text-align: left !important;
}
A {
color: #00F !important;
}
/* Color for active projects etc */
TABLE TBODY TR TD FONT FONT[color="#cccccc"] {
color: #606 !important;
}
/* green top and bottom border bars */
BODY CENTER TABLE TBODY TR[height="20"] {
display: none !important;
}
/* Green headers */
BODY CENTER TABLE TBODY TR TD[bgcolor="#008800"] {
background: #CCC !important;
}
TD {
font-size: 9pt !important;
}
.button_form, .button_charmenu {
background-color: #DDD !important;
color: #00F !important;
font-weight: normal !important;
}
.button_charmenuactive {
background-color: #BBB !important;
color: #000 !important;
font-weight: normal !important;
}
P[align="center"] {
text-align: left !important;
}
/* --------------------------------------------- *\
Top box with Cantr II and time and stuff
\* --------------------------------------------- */
BODY TABLE TBODY TR TD[align="center"] {
text-align: left !important;
}
/* Remove background image */
BODY TABLE TBODY TR TD[background="http://www.cantr.net/graphics/cantr/pictures/header.gif"] {
background-image: none !important;
background: #FCFCFC !important;
border-bottom: 1px solid #000 !important;
}
BODY TABLE TBODY TR TD[background="http://www.cantr.net/graphics/cantr/pictures/footer.gif"] {
background-image: none !important;
background: #FCFCFC !important;
border-bottom: 1px solid #000 !important;
}
}
Feel free to use/alter the code however you want. PM me if you want to recieve updates.