MediaWiki: Vector.css: Difference between revisions
From DivNull RPG
								imported>Wordman No edit summary  | 
				imported>Wordman  No edit summary  | 
				||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */  | /* CSS placed here will affect users of the Vector skin */  | ||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,700italic,700,600);  | |||
h1 {  | |||
font-family: 'Open Sans', sans-serif;  | |||
}  | |||
h2 {  | h2 {  | ||
font-family: 'Open Sans', sans-serif;  | |||
font-size: 160%;  | font-size: 160%;  | ||
}  | }  | ||
h3 {  | h3 {  | ||
font-family: 'Open Sans', sans-serif;  | |||
font-size: 140%;  | font-size: 140%;  | ||
color: #333333;  | color: #333333;  | ||
| Line 10: | Line 19: | ||
h4 {  | h4 {  | ||
font-family: 'Open Sans', sans-serif;  | |||
font-size: 120%;  | font-size: 120%;  | ||
font-style: italic;  | font-style: italic;  | ||
color: #333333;  | color: #333333;  | ||
}  | }  | ||
Revision as of 22:18, 4 December 2014
/* CSS placed here will affect users of the Vector skin */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,700italic,700,600);
h1 {
font-family: 'Open Sans', sans-serif;
}
h2 {
font-family: 'Open Sans', sans-serif;
font-size: 160%;
}
h3 {
font-family: 'Open Sans', sans-serif;
font-size: 140%;
color: #333333;
}
h4 {
font-family: 'Open Sans', sans-serif;
font-size: 120%;
font-style: italic;
color: #333333;
}