Difference between revisions of "MediaWiki:Common.css"
| Line 2: | Line 2: | ||
#ca-talk {display: none !important;} | #ca-talk {display: none !important;} | ||
| − | + | ||
| + | |||
| + | /*firstHeading*/ | ||
| + | /* | ||
| + | <h1 class="firstHeading"> | ||
| + | |||
| + | <?php $this->html( 'title' ) ?> | ||
| + | |||
| + | </h1> | ||
| + | */ | ||
#menu ul { | #menu ul { | ||
Revision as of 17:32, 8 March 2016
/* CSS placed here will be applied to all skins */
#ca-talk {display: none !important;}
/*firstHeading*/
/*
<h1 class="firstHeading">
<?php $this->html( 'title' ) ?>
</h1>
*/
#menu ul {
list-style-type: none;
margin: 0;
padding: 0;
font-weight:bold;
font-size: 105%;
}
#menu li {
display: inline-block;
padding: 0px 25px 0px 25px;
}