MediaWiki:Common.css: Difference between revisions

From Ikzer Projects
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .winner { font-weight:bold; background:#cfc; }")
 
No edit summary
Line 3: Line 3:
  font-weight:bold;
  font-weight:bold;
  background:#cfc;
  background:#cfc;
}
.g1header {
background:red;
}
.g1header:a {
color:white;
}
}

Revision as of 11:28, 27 September 2020

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

.g1header {
 background:red;
}

.g1header:a {
 color:white;
}