Difference between revisions of "MediaWiki:Common.css"
| Line 3: | Line 3: | ||
#mw-site-navigation { | #mw-site-navigation { | ||
float: none; | float: none; | ||
| + | } | ||
| + | #mw-site-navigation .sidebar-chunk h3 { | ||
| + | display: none !important; | ||
} | } | ||
Revision as of 11:52, 15 March 2016
/* CSS placed here will be applied to all skins */
#mw-site-navigation {
float: none;
}
#mw-site-navigation .sidebar-chunk h3 {
display: none !important;
}
.mw-wiki-logo {
width: 86em;
}
#ca-talk {display: none !important;}
#mw-header-container {
background: #f3f3f3;
}
/*firstHeading*/
/*
<h1 class="firstHeading">
<?php $this->html( 'title' ) ?>
</h1>
*/