Difference between revisions of "MediaWiki:Common.css"
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | #mw-content { | ||
+ | margin-left: 14em; | ||
+ | width: 54.5em; | ||
+ | } | ||
+ | } | ||
#mw-site-navigation { | #mw-site-navigation { | ||
float: none; | float: none; | ||
− | |||
− | |||
} | } | ||
#site-navigation h3 { | #site-navigation h3 { |
Revision as of 21:47, 23 March 2016
/* CSS placed here will be applied to all skins */ #mw-content { margin-left: 14em; width: 54.5em; } } #mw-site-navigation { float: none; } #site-navigation h3 { display: none !important; } #p-logo { height:8em; width: 58.5em; } .mw-wiki-logo { width: 58.5em; } #mw-site-navigation .sidebar-chunk { border: #f3f3f3; background: #f3f3f3; box-shadow: none; width:845px; line-height: 0.5; padding: 0.5em 1.5em 0; } #mw-site-navigation .sidebar-chunk ul { padding:0; margin:0; list-style:none; border:0; float:left;} #mw-site-navigation .sidebar-chunk ul li { float:left; margin:0; border:0; padding-right: 5px; padding-left: 6px; padding-bottom: 0px; padding-top: 0px; } #mw-site-navigation .sidebar-chunk ul li a { float:left; margin:0; padding:13px 24px; border:2px solid #000; background-color:white; } /* mouse over link */ #mw-site-navigation .sidebar-chunk ul li a:hover { color: white; background-color:gray; } /* selected link #mw-site-navigation .sidebar-chunk ul li a:active { color: white; background-color:orange; }*/ #mw-content-container { background-image: none; } #mw-header-container { min-height: 0em; padding: 0 0 0; } #mw-footer-container a{ color: #000000; padding-left: 14em; } .client-js body{ background: #f3f3f3; } #recentcontent img{ padding-right: 12px; } #recentcontent p{ padding-bottom: 8px; } #perscontent img{ margin-top: -30px; } #perscontent td{ padding-right: 30px; padding-bottom: 15px; } #tablecontent img{ padding-right: 12px; } #tablecontent td{ padding-right: 50px; padding-bottom: 25px; } #mw-content h4{ margin-top: 0px; } #ca-talk {display: none !important;} /*firstHeading*/ /* <h1 class="firstHeading"> <?php $this->html( 'title' ) ?> </h1> */