MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎CSS placed here will affect users of the Vector skin: @import url('https://fonts.googleapis.com/css?family=Fjalla+One|Oxygen'); h1,h2,h3,h4,h5,h6{color:#999999; font-f...")
 
Tag: Replaced
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('https://fonts.googleapis.com/css?family=Fjalla+One|Oxygen');
h1,h2,h3,h4,h5,h6{color:#999999; font-family: 'Fjalla One', sans-serif;text-transform:uppercase;}
.mw-body .mw-editsection,.mw-body .mw-editsection-like{font-family: 'Oxygen', sans-serif;}
.mw-body p{line-height:inherit;margin:.9em 0}
.mw-body h1,.mw-body h2,.mw-body #firstHeading{font-family: 'Fjalla One', sans-serif;line-height:1.3;margin-bottom:.25em;padding:0;color:#ffffcb}
.mw-body h1,.mw-body #firstHeading{font-size:1.8em;font-family: 'Fjalla One', sans-serif;}
.mw-body h2{font-size:1.5em;margin-top:1em;font-family: 'Fjalla One', sans-serif;}
.mw-body h3,.mw-body h4,.mw-body h5,.mw-body h6{font-family: 'Fjalla One', sans-serif;line-height:1.6;margin-top:.3em;margin-bottom:0;padding-bottom:0;color:#D8B443}
.mw-body h3{font-family: 'Fjalla One', sans-serif;font-size:1.3em}
.mw-body h3,.mw-body h4{font-family: 'Fjalla One', sans-serif;font-weight:bold}
.mw-body h4,.mw-body h5,.mw-body h6{font-family: 'Fjalla One', sans-serif;font-size:100%}

Revision as of 16:23, 28 November 2018

/* CSS placed here will affect users of the Vector skin */