Difference between revisions of "MediaWiki:Common.css"
| 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;
}