MediaWiki:Common.css
(Fix typo) |
(Add CSS for "stage" front page) |
||
| Line 24: | Line 24: | ||
{ | { | ||
width:24%; | width:24%; | ||
| + | border:1px solid #e2dbd2; | ||
| + | background:#fff0df; | ||
| + | vertical-align:top; | ||
| + | color:#000; | ||
| + | } | ||
| + | |||
| + | .category_block_stage | ||
| + | { | ||
| + | width:32%; | ||
border:1px solid #e2dbd2; | border:1px solid #e2dbd2; | ||
background:#fff0df; | background:#fff0df; | ||
Revision as of 09:13, 10 June 2008
/* CSS placed here will be applied to all skins */ .category_header { border: 1px solid #aea395; background:#ffd9ac; height: 52px; display: block; position: relative; padding: 0.1em 0.1em 0.1em 0.5em; } .category_header_title { font-size: 120%; font-weight: bold; position: absolute; z-index: 10; border: none; text-decoration: none; } .category_block { width:24%; border:1px solid #e2dbd2; background:#fff0df; vertical-align:top; color:#000; } .category_block_stage { width:32%; border:1px solid #e2dbd2; background:#fff0df; vertical-align:top; color:#000; }
