MediaWiki:Common.css: verschil tussen versies

Uit ewmagazinewiki.nl
Naar navigatie springen Naar zoeken springen
Regel 2: Regel 2:
 
.light-background .caption p, h3 {
 
.light-background .caption p, h3 {
 
     color: #000;
 
     color: #000;
 +
}
 +
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
 +
 +
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
 +
body {
 +
  font-family: "Noto Sans", sans-serif;
 +
}
 +
 +
/* Changes the default font used for MediaWiki headings to Noto Serif: */
 +
#content h1,
 +
#content h2 {
 +
  font-family: "Noto Serif", serif;
 
}
 
}

Versie van 20 feb 2021 15:29

/** CSS die hier wordt geplaatst heeft invloed op alle skins */
.light-background .caption p, h3 {
    color: #000;
}
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');

/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
  font-family: "Noto Sans", sans-serif;
}

/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1, 
#content h2 {
  font-family: "Noto Serif", serif;
}