User:Lander/common.css

From Final Fantasy XIV Online Wiki
< User:Lander
Revision as of 18:38, 21 August 2019 by Lander (talk | contribs)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body {
  background-color: #222;
  background: url(/mediawiki/) top left no-repeat,url(https://ffxiv.consolegameswiki.com/mediawiki/images/ffxiv_bottom_banner3.png) bottom left no-repeat;
}
#content{
  background: #2d2d2d;
  color: white;
}
h1, h2, h3, h4, h5, h6{
  color: white;
  border-bottom: 1px solid #484848;
}
a{
  color: #8a93ae;
}
.mw-body, .pBody{
  background: #2d2d2d;
  color: white;
  border: 1px solid #484848;
}
.toc, #toc{
  background: #2d2d2d;
  color: white;
  border: 1px solid #484848;
}
#p-cactions li.selected a, #p-cactions li a{
  color: #8a93ae;
  background: #2d2d2d;
}
#p-cactions li{
  border: 1px solid #3e3e3e;
}
div.infobox-n, li.gallerybox div.thumb, .catlinks{
  background: #2d2d2d;
  border: 1px solid #484848;
}
#footer{
  display: none;
}