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

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 16: Line 16:
}
}


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


th, tr, td
a:visited
{
{
   background-color: #363636;
   color: #AAA !important;
  color: #CCC;
}
}


.headerSort
 
th, tr, td, #toc, .mw-code, .mw-normal-catlinks
{
  background-color: #222 !important;
  color: #CCC !important;
}
 
table
{
  background-color: #111 !important;
}
 
table.jquery-tablesorter th.headerSort
{
{
   background-color: #474747;
   background-color: #444;
   color: #CCC;
   color: #CCC;
}
}

Latest revision as of 06:45, 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 !important;
}

a:visited
{
   color: #AAA !important;
}


th, tr, td, #toc, .mw-code, .mw-normal-catlinks
{
   background-color: #222 !important;
   color: #CCC !important;
}

table
{
   background-color: #111 !important;
}

table.jquery-tablesorter th.headerSort
{
   background-color: #444;
   color: #CCC;
}