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

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
Line 23: Line 23:
table
table
{
{
     border-color: #777;
     background-color: #222;
}
}


Line 36: Line 36:
   background-color: #474747;
   background-color: #474747;
   color: #CCC;
   color: #CCC;
}
.toc
{
    background-color: #222;
}
}

Revision as of 06:30, 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
{
   color: #DDD;
}

table
{
    background-color: #222;
}

th, tr, td
{
   background-color: #363636;
   color: #CCC;
}

.headerSort
{
   background-color: #474747;
   color: #CCC;
}

.toc
{
    background-color: #222;
}