Views
Actions
Difference between revisions of "MediaWiki:Common.css"
From LotR TCG Wiki
(Removed font loading for performance reasons.) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.whitebg { | .whitebg { | ||
background: #ffffff; | background: #ffffff; | ||
Line 11: | Line 5: | ||
.redbg { | .redbg { | ||
− | background: # | + | background: #dd0000; |
} | } |
Latest revision as of 01:18, 26 August 2020
/* CSS placed here will be applied to all skins */
.whitebg {
background: #ffffff;
}
.redbg {
background: #dd0000;
}