MediaWiki:Common.css: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Created page with "→CSS placed here will be applied to all skins:  #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { border-bottom: 3px solid #AAAAAA !important; }")  | 
				No edit summary  | 
				||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css?family=Roboto');  | |||
/* CSS placed here will be applied to all skins */  | /* CSS placed here will be applied to all skins */  | ||
#content h2 {  | |||
border-bottom: 3px solid #AAAAAA !important;  | 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;  | |||
}  | }  | ||
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;
}