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

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
body, #content, #toc, div.infobox-n, #catlinks, table {
body, #content, #toc, div.infobox-n, #catlinks, table, #mw-head, #footer-info-lastmod, .wikitable, th.headerSort, div.recipe-box {
   background-color: #232323;
   background-color: #232323 !important;
   color: white !important;
   color: white !important;
}
}
Line 12: Line 12:
   color: lightblue !important
   color: lightblue !important
}
}
#footer-places a {
#footer-places {
  color: black !important;
    background-color: #232323;
    overflow: auto;
}
}
.table.item > tbody > tr:nth-child(odd) {
.table.item > tbody > tr:nth-child(odd), .table.npc > tbody > tr:nth-child(odd), .table > tbody > tr.npc:nth-child(odd), .table.crafting > tbody > tr:nth-child(odd), .table > tbody > tr.crafting:nth-child(odd), .table.recipe > tbody > tr:nth-child(odd), .table > tbody > tr.recipe:nth-child(odd) {
   background-color: #404040 !important;
   background-color: #404040 !important;
}
}
Line 28: Line 29:
}
}
div.nav .box {
div.nav .box {
  background-image: none !important;
}
#footer-info, #footer-places {
  padding: 0 10px !important;
}
div.recipe-box .heading, div.recipe-box .subheading {
  background-color: #404040;
}
div.recipe-box {
  background-image: none !important;
}
.armor-defense-stats td {
  background-color: #232323;
   background-image: none !important;
   background-image: none !important;
}
}

Latest revision as of 02:45, 22 September 2021

body, #content, #toc, div.infobox-n, #catlinks, table, #mw-head, #footer-info-lastmod, .wikitable, th.headerSort, div.recipe-box {
  background-color: #232323 !important;
  color: white !important;
}
h1, h2, h3, h4 {
  color: white !important;
}
a {
  color: white !important;
}
a:visited {
  color: lightblue !important
}
#footer-places {
    background-color: #232323;
    overflow: auto;
}
.table.item > tbody > tr:nth-child(odd), .table.npc > tbody > tr:nth-child(odd), .table > tbody > tr.npc:nth-child(odd), .table.crafting > tbody > tr:nth-child(odd), .table > tbody > tr.crafting:nth-child(odd), .table.recipe > tbody > tr:nth-child(odd), .table > tbody > tr.recipe: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;
}
#footer-info, #footer-places {
  padding: 0 10px !important;
}
div.recipe-box .heading, div.recipe-box .subheading {
  background-color: #404040;
}
div.recipe-box {
  background-image: none !important;
}
.armor-defense-stats td {
  background-color: #232323;
  background-image: none !important;
}