User:Lander/common.css

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search

Note: After publishing, 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#mainpagenavigation td{
  background: black;
  background-image: none;
}
body {
  background-color: #222;
  background:  #222;
}
#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;
}
.infobox, div.thumbinner, html .thumbimage, .toc, #toc, table.wikitable, table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td{
  background: #2d2d2d;
  color: white;
  border: 1px solid #484848;
}
table.wikitable > tr > th, table.wikitable > * > tr > th{
  background: #222;
}
#p-cactions li.selected a, #p-cactions li a{
  color: #8a93ae;
  background: #2d2d2d;
}
#p-cactions li{
  border: 1px solid #3e3e3e;
}
#p-cactions li a:hover, #p-personal li a:hover{
  background-color: #404040;
}
div.infobox-n, li.gallerybox div.thumb, .catlinks{
  background: #2d2d2d;
  border: 1px solid #484848;
}
#footer{
  display: none;
}

.editOptions{
 background-color: #444;
}
.infobox {
  color: white;
  border: 1px solid #484848;
}
.portlet h3 {
  border-bottom: none;
}
#searchInput{
  border-radius:15px; 
  -moz-border-radius:15px; 
  -webkit-border-radius:15px;
  border:1px solid #2a2e31;
  background-color:#393e46;
  color:#fff;
  padding: 4px 10px;
  margin: 0 5px 5px 5px;
}
.searchButton{
  background-color: #393e46;
  color: #fff;
  border: 1px solid #575f6c;
  padding: 2px 5px;
}
.searchButton:hover{
  background-color: #42526c;
}

.table.location > tbody > tr:nth-child(2n+1), .table > tbody > tr.location:nth-child(2n+1),.table.quest > tbody > tr:nth-child(2n+1), .table > tbody > tr.quest:nth-child(2n+1){
  background-color: #313131;
}