Difference between revisions of "MediaWiki:Common.css"
(â†Created page with '→CSS placed here will be applied to all skins: body{background:White; color:Black;margin:0;padding:0}') |
|||
(13 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 { | ||
+ | background-color: #FFAF0A; | ||
+ | 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;
}