Difference between revisions of "MediaWiki:Common.css"
(5 intermediate revisions 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 */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | div.teaser { | |
− | div. | + | background-color: #FFAF0A; |
− | background | + | border: 1px solid #B3B2B2; |
− | + | padding: 3em; | |
− | |||
− | |||
} | } |
Latest revision as of 15:13, 15 March 2021
/* CSS placed here will be applied to all skins */
div.teaser {
background-color: #FFAF0A;
border: 1px solid #B3B2B2;
padding: 3em;
}