Difference between revisions of "User:Thisrhythm/common.css"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
Line 27: Line 27:




table, th, tr, td, #toc
table, th, tr, td, #toc, .headerSort
{
{
   background-color: #222;
   background-color: #222;
   color: #CCC;
   color: #CCC;
}
}

Revision as of 06:36, 21 October 2017

body
{
   background-color: #1D1D1D;
   color: #DDD;
}

#mw-head
{
   background-color: #1D1D1D;
}

.mw-body
{
   background-color: #131313;
   color: #DDD;
}

li, a, h1, h2, h3, h4, h5
{
   color: #DDD;
}

a:visited
{
   color: #AAA
}


table, th, tr, td, #toc, .headerSort
{
   background-color: #222;
   color: #CCC;
}