MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
.infobox-character th { | .infobox-character th { | ||
background-color: red; | background-color: red; | ||
color: | 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-color: red;
color: red;
}