MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 59: | Line 59: | ||
text-decoration:underline; | text-decoration:underline; | ||
} | } | ||
/* increase Vector sidebar width to accommodate ads */ | |||
div#mw-panel { width: 12em; } | |||
div#footer, #mw-head-base, div#content { margin-left: 12em; } | |||
#left-navigation { margin-left: 12em; } |
Revision as of 03:02, 1 April 2017
/* CSS placed here will be applied to all skins */ body { background-color: #000033; color:#FFFFFF; } div#mw-head { position: absolute; top: 0; right: 0; width: 100%; background-color:#000033; } div.vectorMenu h3 span { display: block; font-size: 0.8em; padding-left: 0.7em; padding-top: 1.375em; margin-right: 20px; font-weight: normal; color: #FFFFFF; } div#mw-panel div.portal h3 { font-size: 0.75em; color: #FFFFFF; font-weight: normal; margin: 0; padding: 0.25em 0 0.25em 0.25em; cursor: default; border: none; } a{ color:#FF6600; text-decoration:underline; } a:visited{ color:#b30b0b; text-decoration:underline; } a.external.text{ color: #FF6600; } .mw-body a.external:visited{ color: #b30b0b; } div#mw-panel div.portal div.body ul li a{ color: #FF6600; } div#mw-panel div.portal div.body ul li a:visited{ color:#b30b0b; text-decoration:underline; } /* increase Vector sidebar width to accommodate ads */ div#mw-panel { width: 12em; } div#footer, #mw-head-base, div#content { margin-left: 12em; } #left-navigation { margin-left: 12em; }