Difference between revisions of "MediaWiki:Common.css"

From Saint Seiya Awakening Wiki
(Blanked the page)
(Tag: Blanking)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* 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;
 
}
 

Latest revision as of 11:00, 28 June 2019