Difference between revisions of "MediaWiki:Common.css"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
	
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| /* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | .mw-headline { | + | * { | 
| − |    font-family: serif; | + |   font-family: Linux Biolinum G, Linux Biolinum O, sans; | 
| + | } | ||
| + | |||
| + | body { | ||
| + |    background: #fffff8; | ||
| + | } | ||
| + | |||
| + | h1.firstHeading, .mw-headline { | ||
| + |    font-family: Linux Libertine G, Linux Libertine O, serif; | ||
| + | } | ||
| + | |||
| + | .page-Main_Page h1.firstHeading { display: none; } | ||
| + | |||
| + | pre { | ||
| + |   font-family: Source Code Pro, monospace; | ||
| } | } | ||
Latest revision as of 22:34, 25 October 2012
/* CSS placed here will be applied to all skins */
* {
  font-family: Linux Biolinum G, Linux Biolinum O, sans;
}
body {
   background: #fffff8;
}
h1.firstHeading, .mw-headline {
  font-family: Linux Libertine G, Linux Libertine O, serif;
}
.page-Main_Page h1.firstHeading { display: none; }
pre {
  font-family: Source Code Pro, monospace;
}
