MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
.g1header:a { | .g1header:a { | ||
color:white; | color:white; | ||
} | |||
.infobox-character th { | |||
background-color: red; | |||
color: white; | |||
} | } | ||
Revision as of 11:34, 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 th {
background-color: red;
color: white;
}