MediaWiki:Common.css

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

/* 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;
}