Made you a Dark Forum theme (CSS)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.toribash.com") {
body /* Changes the "outside" color. I advise you not change it. */
{ background: #282828 !important }
a /* Link colors -- Change #0099FF to whatever color you want if you're willing to change it. */
{ color: #0099FF !important }
div#small_logo /* Hides the banner. Remove this if you feel like it */
{ display:none !important }
body.wysiwyg /* Changes the wysiwyg's (the make a post thing) background and color. */
{ background:grey !important; color:black !important }
strong /* Changes the thread title on the thread you're currently on. Don't change this unless you make a light theme. */
{ color: white !important }
div
/* Changes the main color of the forums. If you're changing this, apply the same changes to every other "#202020" colored item. */
/* "color" changes post's color. */
{ background: #202020 !important; color: white !important }
div#small_logo, div#small_menu, table.tborder /* Ignore this. */
{ background: black !important; color: black !important }
td /* Change if you're changing div's background color. */
{ background: #202020 !important; color: grey !important }
div#small_stats /* Ignore this. */
{ background: black !important; color: white !important }
pre.alt2, code /* Changes code frame's bg and colors. */
{ background:#282828 !important; color:gold !important }
}
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.toribash.com") {
body /* Changes the "outside" color. I advise you not change it. */
{ background: #282828 !important }
a /* Link colors -- Change it to whatever color you want if you're willing to. */
{ color: #9933FF !important }
div#small_logo /* Hides the banner. Remove this if you feel like it */
{ display:none !important }
body.wysiwyg /* Changes the wysiwyg's (the make a post thing) background and color. */
{ background:grey !important; color:black !important }
strong /* Changes the thread title on the thread you're currently on. Don't change this unless you make a light theme. */
{ color: white !important }
div
/* Changes the main color of the forums. If you're changing this, apply the same changes to every other "#202020" colored item. */
/* "color" changes post's color. */
{ background: #202020 !important; color: white !important }
div#small_logo, div#small_menu, table.tborder /* Ignore this. */
{ background: black !important; color: black !important }
td /* Change if you're changing div's background color. */
{ background: #202020 !important; color: grey !important }
div#small_stats /* Ignore this. */
{ background: black !important; color: white !important }
pre.alt2, code /* Changes code frame's bg and colors. */
{ background:#282828 !important; color:gold !important }
}
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.toribash.com") {
body /* Changes the "outside" color. I advise you not change it. */
{ background: #282828 !important }
a /* Link colors -- Change it to whatever color you want if you're willing to. */
{ color: #9933FF !important }
div#small_logo /* Hides the banner. Remove this if you feel like it */
{ display:none !important }
body.wysiwyg /* Changes the wysiwyg's (the make a post thing) background and color. */
{ background:grey !important; color:black !important }
strong /* Changes the thread title on the thread you're currently on. Don't change this unless you make a light theme. */
{ color: white !important }
div
/* Changes the main color of the forums. If you're changing this, apply the same changes to every other "#202020" colored item. */
/* "color" changes post's color. */
{ background: #202020 !important; color: #9933FF !important }
div#small_logo, div#small_menu, table.tborder /* Ignore this. */
{ background: black !important; color: black !important }
td /* Change if you're changing div's background color. */
{ background: #202020 !important; color: grey !important }
div#small_stats /* Ignore this. */
{ background: black !important; color: white !important }
pre.alt2, code /* Changes code frame's bg and colors. */
{ background:#282828 !important; color:gold !important }
}
Please, read the thread before asking questions. It's likely that it has been answered before.
e: source has been cleaned and made user friendly with explanation on every line.
Last edited by Dinis; Jan 26, 2013 at 02:49 PM.
Reason: updating source