MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
} | } | ||
.firstHeading, #firstHeading { | .firstHeading, #firstHeading { | ||
font-size: | font-size: 140% !important; | ||
} | |||
H1 { | |||
font-size: 130% !important; | |||
} | |||
H2 { | |||
font-size: 110% !important; | |||
} | |||
.mw-head, #mw-head { | .mw-head, #mw-head { | ||
background-color:#012A2F; | background-color:#012A2F; | ||
} | } | ||
Revision as of 16:09, 27 May 2016
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600');
body, H1, H2, H3, H4, .firstHeading, #firstHeading {
font-family: 'Titillium Web', sans-serif !important;
}
.firstHeading, #firstHeading {
font-size: 140% !important;
}
H1 {
font-size: 130% !important;
}
H2 {
font-size: 110% !important;
}
.mw-head, #mw-head {
background-color:#012A2F;
}