Difference between revisions of "MediaWiki:Common.css"
From MeliWiki
Line 16: | Line 16: | ||
color: #333; | color: #333; | ||
− | |||
min-height: 32.3em; | min-height: 32.3em; | ||
Line 24: | Line 23: | ||
color: #fff; | color: #fff; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Latest revision as of 12:41, 12 July 2010
/* CSS placed here will be applied to all skins */ body{ background: #555 no-repeat 50% 0; } #column-content{ min-height: 32.3em; } #content{ color: #333; min-height: 32.3em; } h5{ color: #fff; } a, #bodyContent a.external{ color: #FF7A09; } a:visited, #bodyContent a.external:visited{ color: #FF7A09; } a:hover, #bodyContent a.external:hover{ color: #333; } #p-personal li a{ color: #fff; } a.new, #p-personal a.new{ color: #FF7A09; } a.new:hover, #p-personal a.new:hover, #p-personal li a:hover{ color: #EEC900; background: none; } #bodyContent a.external{ color: #333; } #bodyContent span.exLink a.external{ color: #FF7A09; } #bodyContent a.external:hover{ color: #FF7A09; } #bodyContent span.exLink a.external:hover{ color: #333; }