MediaWiki:Common.css
(Add styling to CSS.) |
(More styling) |
||
| Line 9: | Line 9: | ||
position: relative; | position: relative; | ||
padding: 0.1em 0.1em 0.1em 0.5em" | padding: 0.1em 0.1em 0.1em 0.5em" | ||
| + | } | ||
| + | |||
| + | .category_block | ||
| + | { | ||
| + | width:24%; | ||
| + | border:1px solid #e2dbd2; | ||
| + | background:#fff0df; | ||
| + | vertical-align:top; | ||
| + | color:#000; | ||
} | } | ||
Revision as of 15:16, 2 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_block { width:24%; border:1px solid #e2dbd2; background:#fff0df; vertical-align:top; color:#000; }
