MediaWiki:Common.css

From Saint Seiya Awakening Wiki
Revision as of 16:12, 22 June 2019 by Erwinbantilan (talk | contribs)

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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
.saints-infobox{
  display:table-cell;
  padding:5px;
  float:right;
}
.saints-infobox tr:nth-child(odd) {background: #EEE}
.saints-infobox tr:nth-child(even) {background: #FFF}
.saints-infobox tr td:nth-child(1) {
  font-weight:bold;
  color:#245e9e;
}
.saints-infobox tr th{
  border:0px !important;
  color:#fff;
  background:#245e9e !important;
}
.saints-infobox tr td{
  border:0px !important;
}
.saints-infobox tr:nth-child(0) td{

}
.saints-infobox tr:nth-child(2) td{
  padding:0px;
  
}
.saints-infobox tr:nth-child(3) td{
  background: #1e5799;
  background: -moz-linear-gradient(top,  #1e5799 0%, #7db9e8 100%);
  background: -webkit-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); 
  background: linear-gradient(to bottom,  #1e5799 0%,#7db9e8 100%)
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); 
  color:#fff;
  text-align:center;
  font-weight:bold;
  padding:5px;
}
.saints-infobox-attributes td{
  background:#7bb7e6 !important;
  color:#fff !important;
  font-weight:bold;
}
h2{
  margin-inline-end: 280px;
}
.mw-wiki-logo{
  background-size:contain;
  width:180px !important;
  margin-left:-10px;
}
#mw-head{
  background:#5789d3 !important;
}
.skin-vector{
  background:#5789d3;
}
#mw-panel a{
  color:#cddcf2 !important;
}
#mw-panel h3{
  color:#fff !important;
  font-weight:bold !important;
}
#footer #footer-info-lastmod{
  color:#fff;
}
#footer #footer-places a{
  color:#cddcf2;
}