MediaWiki:Common.css: Difference between revisions

From Ikzer Projects
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:


.infobox-character th {  
.infobox-character th {  
  background-color: red;
  background: red;
  color: red;
  color: red;
}
}

Revision as of 16:42, 30 September 2020

/* CSS placed here will be applied to all skins */
.winner {
 font-weight:bold;
 background:#cfc;
}

.g1header {
 background:red;
}

.g1header:a {
 color:white;
}

.infobox-character {
  border: 1px solid red;
}

.infobox-character th { 
 background: red;
 color: red;
}