Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 45: | Line 45: | ||
input {font-weight: bold; font-size: 120%} | input {font-weight: bold; font-size: 120%} | ||
+ | |||
+ | #right-navigation { | ||
+ | float: right; | ||
+ | margin-top: 2.5em; | ||
+ | margin-bottom: 2.5em; | ||
+ | } | ||
div#content { | div#content { |
Revision as of 22:38, 10 September 2013
/* CSS placed here will be applied to all skins */ body { background-color: #f3f3f3; background-image: none; font-family: Verdana,Geneva,sans-serif; } a:visited { color: #008ACC !important; } div#mw-panel div.portal div.body ul li a:link, a:visited, a:active { color: #008ACC; } div.vectorTabs li a:link, a:visited, a:active { color: #008ACC; } #bodyContent a:link, a:visited, a:active { color: #008ACC; text-decoration: underline; font-weight: bold; } #bodyContent a:hover a:focus { color: #008ACC; text-decoration: none; } body.page-Main_Page h1.firstHeading { display:none; } #mw-pages p { display: none; } #p-namespaces { display: none; } .toc, #toc { display: none; } #contentSub { display: none } .firstHeading { display: none } #p-tb { display: none } input {font-weight: bold; font-size: 120%} #right-navigation { float: right; margin-top: 2.5em; margin-bottom: 2.5em; } div#content { background-image: none; } #mw-page-base { background-color: #F3F3F3; background-image: none; } div.vectorTabs { background-color: #F3F3F3; background-image: none; } div.selected { background-color: #ffffff; background-image: none; } #mw-head-base { background-color: #F3F3F3; background-image: none; } div.vectorTabs ul li { background-color: #F3F3F3; background-image: none; } div.vectorTabs span { background-color: #F3F3F3; background-image: none; } div#mw-head div.vectorMenu h5{ background-color: #F3F3F3; background-image: none; } div#mw-head div.vectorMenu h5 a{ background-color: #F3F3F3; background-image: none; } div#footer { background-color: #F3F3F3; background-image: none; } #footer-info { display: none; }