MediaWiki:Common.css: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
	
no edit summary
imported>Hb1290  (Apparently some of the fonts have gone AWOL)  | 
				imported>Hb1290  No edit summary  | 
				||
| Line 1,011: | Line 1,011: | ||
   }  |    }  | ||
)  | )  | ||
/*Medik Fonts (Moved here since Medik.css wasn't passing for some reason*/  | |||
:root {  | |||
	--titleglow: var(--primary);  | |||
	--thbg: var(--medik);  | |||
}  | |||
/*Fonts for sidebar headers*/  | |||
#p-navigation-label, #p-Sections-label, #p-Categories-label, #p-Policy_and_Administration-label, #p-Administration-label, #p-cactions-label, #p-userpagetools-label, #p-pagemisc-label, #p-views-label #p-tb-label, #p-tb-label, #p-More_CLG-label, #p-managewiki-sidebar-header-label  {  | |||
	font-family:Century Gothic;  | |||
}  | |||
/* Fonts for Search and User Menu */  | |||
#user-tools{  | |||
  font-family: Century Gothic;  | |||
}  | |||
.form-control {  | |||
	font-family:Century Gothic;  | |||
}  | |||