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

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
Line 11: Line 11:
a:visited {
a:visited {
   color: lightblue !important
   color: lightblue !important
}
#footer-places a {
  color: black !important;
}
}
.table.item > tbody > tr:nth-child(odd) {
.table.item > tbody > tr:nth-child(odd) {

Revision as of 02:07, 22 September 2021

body, #content, #toc, div.infobox-n, #catlinks, table {
  background-color: #232323;
  color: white !important;
}
h1, h2, h3, h4 {
  color: white !important;
}
a {
  color: white !important;
}
a:visited {
  color: lightblue !important
}
#footer-places a {
  color: black !important;
}
.table.item > tbody > tr:nth-child(odd) {
  background-color: #404040 !important;
}
.rarity.basic {
  color: white;
}
.toctogglelabel {
  color: lightblue !important;
}
.mw-content-ltr .tocnumber {
  color: gray;
}
div.nav .box {
  background-image: none !important;
}