Difference between revisions of "MediaWiki:Vector.css"
Warning: Parameter 1 to MapsHooks::onParserClearState() expected to be a reference, value given in /var/www/vhosts/shdenham.co.uk/httpdocs/mw/includes/Hooks.php on line 201
Warning: Parameter 1 to ExtArrays::onParserClearState() expected to be a reference, value given in /var/www/vhosts/shdenham.co.uk/httpdocs/mw/includes/Hooks.php on line 201
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /var/www/vhosts/shdenham.co.uk/httpdocs/mw/includes/Hooks.php on line 201
From Aktanak
Line 15: | Line 15: | ||
} | } | ||
+ | #mw-page-base { | ||
+ | height: 5em; | ||
+ | background-color: #8fbf8e; | ||
+ | } | ||
/* Panel */ | /* Panel */ | ||
#mw-panel { | #mw-panel { |
Revision as of 20:16, 10 March 2011
/* CSS placed here will affect users of the Vector skin */ html, body { height: 100%; margin: 0; padding: 0; font-family: sans-serif; font-size: 1em; } body { background-color: #cfcfcf; background-image: url(images/page-base.png); } #mw-page-base { height: 5em; background-color: #8fbf8e; } /* Panel */ #mw-panel { position: absolute; top: 160px; padding-top: 1em; width: 10em; left: 0; background-color: #8fbf8e; } #mw-panel div.portal { padding-bottom: 1.5em; } #mw-panel div.portal h5 { font-weight: normal; color: #444444; padding: 0.25em; padding-top: 0; padding-left: 1.75em; cursor: default; border: none; font-size: 0.75em; } #mw-panel div.portal div.body { margin: 0; padding-top: 0.5em; margin-left: 1.25em; background-image: url(images/portal-break.png); background-repeat: no-repeat; background-position: top left; } #mw-panel div.portal div.body ul { list-style: none; list-style-image: none; list-style-type: none; padding: 0; margin: 0; } #mw-panel div.portal div.body ul li { line-height: 1.125em; padding: 0; padding-bottom: 0.5em; margin: 0; overflow: hidden; font-size: 0.75em; } #mw-panel div.portal div.body ul li a { color: #0645ad; } #mw-panel div.portal div.body ul li a:visited { color: #0b0080; }