MediaWiki:Common.css: Difference between revisions

From Ikzer Projects
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:
  background: red;
  background: red;
  color: red;
  color: red;
}
.infobox-th {
background: red;
color: white;
}
}

Revision as of 16:44, 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;
}

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