MediaWiki:Common.css: Difference between revisions

From Astrill Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 7: Line 7:
border-bottom: 1px solid #AAAAAA !important;
border-bottom: 1px solid #AAAAAA !important;
}
}
body{
body,.mw-body h1, .mw-body-content h1, .mw-body-content h2{
     font-family: 'Roboto', sans-serif !important;
     font-family: 'Roboto', sans-serif !important;
}
}

Latest revision as of 20:48, 8 May 2018

@import url('https://fonts.googleapis.com/css?family=Roboto');
/* CSS placed here will be applied to all skins */
#content h2 {
border-bottom: 3px solid #AAAAAA !important;
}
#toctitle h2 {
border-bottom: 1px solid #AAAAAA !important;
}
body,.mw-body h1, .mw-body-content h1, .mw-body-content h2{
    font-family: 'Roboto', sans-serif !important;
}