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-site-navigation {
+
#p-logo {
 
     float: none;
 
     float: none;
 
}
 
}
Line 25: Line 25:
 
  </h1>
 
  </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;
 
}
 

Revision as of 11:45, 15 March 2016

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

#p-logo {
    float: none;
}

.mw-wiki-logo {
    width: 86em;
}


#ca-talk {display: none !important;}
#mw-header-container {
    background: #f3f3f3;
}



/*firstHeading*/
/*                                        
<h1 class="firstHeading">
                                     
<?php $this->html( 'title' ) ?>
                                       
 </h1>
*/