Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
@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=Titillium+Web:400,600'); | ||
@import url(https://fonts.googleapis.com/css?family=Play); | |||
.mw-editsection { color:#b3b3b3 !important; font-size: 75% !important;} | |||
#toc { float: right; font-size: 85% !important; } | |||
body, H1, H2, H3, H4, .firstHeading, #firstHeading { | body, H1, H2, H3, H4, .firstHeading, #firstHeading { | ||
font-family: ' | font-family: 'Play', sans-serif !important; | ||
} | } | ||
.firstHeading, #firstHeading { | .firstHeading, #firstHeading { | ||
font-size: | font-size: 125% !important; | ||
} | } | ||
H1 { | H1 { | ||
font-size: | font-size: 115% !important; | ||
color: #008080 !important; | |||
} | } | ||
H2 { | H2 { | ||
font-size: | font-size: 105% !important; | ||
color: #20B2AA !important; | |||
} | } | ||
H3 { | H3 { | ||
font-size: | font-size: 95% !important; | ||
color: #20B2AA !important; | |||
} | } | ||
H4 { | H4 { | ||
Line 22: | Line 34: | ||
.mw-head, #mw-head { | .mw-head, #mw-head { | ||
background- | background: linear-gradient(to right, #262626, #1e7b7b); | ||
} | } | ||
.portal { | .portal { | ||
font-size: | font-size: 97% !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
} | } |
Latest revision as of 14:19, 23 June 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);
.mw-editsection { color:#b3b3b3 !important; font-size: 75% !important;}
#toc { float: right; font-size: 85% !important; }
body, H1, H2, H3, H4, .firstHeading, #firstHeading {
font-family: 'Play', sans-serif !important;
}
.firstHeading, #firstHeading {
font-size: 125% !important;
}
H1 {
font-size: 115% !important;
color: #008080 !important;
}
H2 {
font-size: 105% !important;
color: #20B2AA !important;
}
H3 {
font-size: 95% !important;
color: #20B2AA !important;
}
H4 {
font-size: 90% !important;
}
.mw-head, #mw-head {
background: linear-gradient(to right, #262626, #1e7b7b);
}
.portal {
font-size: 97% !important;
font-weight: bold !important;
}