MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
/** Templates **/ | /** Templates **/ | ||
/* Notices - Coloured boxes */ | |||
.cat-mw-box{ | |||
border: 1px solid #aaa; | |||
margin-bottom:2rem | |||
} | |||
.cat-mw-box-header{ | |||
font-size:1rem; | |||
background:rgba(0,0,0,0.03); | |||
padding:0.2rem 1rem; | |||
} | |||
.cat-mw-box-body{ | |||
padding:0.2rem 1rem; | |||
} | |||
/* Infobox */ | /* Infobox */ | ||
Line 42: | Line 58: | ||
width: 100%; | width: 100%; | ||
} | } | ||
} | } |