MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
} | } | ||
.firstHeading, #firstHeading { | .firstHeading, #firstHeading { | ||
font-size: | font-size: 125% !important; | ||
} | } | ||
H1 { | H1 { | ||
font-size: | font-size: 115% !important; | ||
} | } | ||
H2 { | H2 { | ||
font-size: | font-size: 105% !important; | ||
} | } | ||
H3 { | H3 { | ||
font-size: | font-size: 95% !important; | ||
} | } | ||
H4 { | H4 { | ||
| Line 28: | Line 28: | ||
} | } | ||
.portal { | .portal { | ||
font-size: | font-size: 97% !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
} | } | ||
Revision as of 06:19, 28 May 2016
@import url(https://fonts.googleapis.com/css?family=Forum);
@import url(https://fonts.googleapis.com/css?family=Cutive+Mono);
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600');
@import url(https://fonts.googleapis.com/css?family=Play);
body, H1, H2, H3, H4, .firstHeading, #firstHeading {
font-family: 'Play', sans-serif !important;
}
.firstHeading, #firstHeading {
font-size: 125% !important;
}
H1 {
font-size: 115% !important;
}
H2 {
font-size: 105% !important;
}
H3 {
font-size: 95% !important;
}
H4 {
font-size: 90% !important;
}
.mw-head, #mw-head {
background-color:#012A2F;
}
.portal {
font-size: 97% !important;
font-weight: bold !important;
}