Difference between revisions of "MediaWiki:Common.css"

Line 2: Line 2:
  
 
#mw-site-navigation {
 
#mw-site-navigation {
    width: 14em;
 
 
     float: none;
 
     float: none;
    clear: left;
 
    padding-right: 1em;
 
    box-sizing: border-box;
 
 
}
 
}
  
 +
.mw-wiki-logo {
 +
    display: block;
 +
    content: '';
 +
    width: 90em;
 +
    height: 11em;
 +
    background-repeat: no-repeat;
 +
    background-position: 50% 50%;
 +
    margin: auto;
 +
}
  
  

Revision as of 22:08, 14 March 2016

/* CSS placed here will be applied to all skins */

#mw-site-navigation {
    float: none;
}

.mw-wiki-logo {
    display: block;
    content: '';
    width: 90em;
    height: 11em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: auto;
}









#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: 130%;
}

#menu li {
  display: inline-block;
  padding: 0px 16px 0px 16px;
}