[ART] Dark Background/Red Links Forum Style
Just made a new style for the forum here
Red links, dark background
To access, install Stylish for Google Chrome or Scriptish for Firefox
Click the S on the top-right while on the Toribash Forum and click to link next to Write Style
Copy and paste this
body
{
background: 1a1a1a !important
}
body.wysiwyg
{
background:grey !important;
color:black !important;
}
strong
{
color: white !important;
}
div
{
background: #101010 !important;
}
div#small_logo
{
background: black !important;
color: black !important;
}
div#small_menu
{
background: black !important;
color: black !important;
}
td
{
background: #1a1a1a !important;
color: grey !important;
}
a
{
color: f20000 !important;
}
div
{
color: white !important;
}
div#small_stats
{
background: black !important;
color: white !important;
}
table.tborder
{
background: black !important;
color: black !important;
}
pre.alt2
{
background:#131313 !important;
color:gold !important;
}body
{
background: #131313 !important
}
strong
{
color: white !important;
}
div
{
background: #101010 !important;
}
div#small_logo
{
background: black !important;
color: black !important;
}
div#small_menu
{
background: black !important;
color: black !important;
}
td
{
background: #101010 !important;
color: grey !important;
}
a
{
color: #F21100 !important;
}
div
{
color: white !important;
}
div#small_stats
{
background: black !important;
color: white !important;
}
table.tborder
{
background: black !important;
color: black !important;
}
pre.alt2
{
background:#131313 !important;
color:gold !important;
}
and save
Last edited by ymir; Dec 19, 2015 at 08:29 AM.