Difference between revisions of "MediaWiki:Common.css"
From Shangpa Resource Center
| Line 8: | Line 8: | ||
#mw-navigation { | #mw-navigation { | ||
| − | background-color: #7d0711; | + | background-color: #7d0711; |
| + | border-color: white; | ||
| + | } | ||
| + | |||
| + | /* Navigation du bas */ | ||
| + | #p-tb { | ||
| + | background-color: #7d0711; | ||
border-color: white; | border-color: white; | ||
} | } | ||
Revision as of 12:57, 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;
}
/* Navigation du bas */
#p-tb {
background-color: #7d0711;
border-color: white;
}
.navbar-default .navbar-nav > li > a {
color: white;
}
