Difference between revisions of "MediaWiki:Common.css"

From Shangpa Resource Center
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
body {
 +
    font-family: 'Lato', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
 +
}
 +
 
#footer-icons, #footer-info { display: none; }
 
#footer-icons, #footer-info { display: none; }
  

Revision as of 12:55, 20 November 2018

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

body {
    font-family: 'Lato', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#footer-icons, #footer-info { display: none; }

#mw-navigation {
background-color: #7d0711;
    border-color: white;
}

.navbar-default .navbar-nav > li > a {
color: white;
}