Difference between revisions of "MediaWiki:Common.css"
Line 6: | Line 6: | ||
margin-right: 16em; | margin-right: 16em; | ||
} | } | ||
− | #mw-site-navigation site-navigation .sidebar-chunk h3 { | + | #mw-site-navigation > site-navigation .sidebar-chunk h3 { |
display: none !important; | display: none !important; | ||
} | } |
Revision as of 11:44, 18 March 2016
/* CSS placed here will be applied to all skins */ #mw-site-navigation { float: none; margin-left: 14em; margin-right: 16em; } #mw-site-navigation > site-navigation .sidebar-chunk h3 { display: none !important; } #p-logo { height:8em; width: 57.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; } #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; padding:5px; border:0;} #mw-site-navigation .sidebar-chunk ul li a { float:left; margin:0; padding:13px 24px; border:2px solid #000;} #mw-header-container { background: #f3f3f3; } #recentcontent img{ padding-right: 12px; } #tablecontent img{ padding-right: 12px; } #tablecontent td{ padding-right: 50px; } #ca-talk {display: none !important;} /*firstHeading*/ /* <h1 class="firstHeading"> <?php $this->html( 'title' ) ?> </h1> */