MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus HeliWiki
Zur Navigation springenZur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* latin-ext */
@font-face {
  font-family: 'Cormorant Upright';
  font-style: normal;
  font-weight: 400;
  src: url(https://wiki2.heligonia.de/extensions/Theme/monobook/heligonia/CormorantUpright-Regular.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cormorant Upright';
  font-style: normal;
  font-weight: 400;
  src: url(https://wiki2.heligonia.de/extensions/Theme/monobook/heligonia/CormorantUpright-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Quintessential';
  font-style: normal;
  font-weight: 400;
  src: url(https://wiki2.heligonia.de/extensions/Theme/monobook/heligonia/Quintessential-Regular.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quintessential';
  font-style: normal;
  font-weight: 400;
  src: url(https://wiki2.heligonia.de/extensions/Theme/monobook/heligonia/Quintessential-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
body {
font-family: "Quintessential", serif;
    font-family: "Quintessential", serif;
background-image: url("https://con.heligonia.de/wp-content/uploads/2017/05/papier-neu.jpg");
    background-image: url("https://www.heligonia.de/wp-content/uploads/2017/05/papier-neu.jpg");


}
}
.mw-body {
h1, h2, h3, h4, h5, h6, .mw-body h1, .mw-body h2 {
//background: rgba(255,255,255,.6);
    color: #222;
     background-color: #faf9e6;
    font-family: "Cormorant Upright", serif;
}
.mw-footer ,.mw-body, body.skin--responsive .pBody, body.skin--responsive #p-cactions li a {
     background-color: #faf9f0;
border: none;
border: none;
}
}

Aktuelle Version vom 28. Januar 2025, 22:33 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* latin-ext */
@font-face {
  font-family: 'Cormorant Upright';
  font-style: normal;
  font-weight: 400;
  src: url(https://wiki2.heligonia.de/extensions/Theme/monobook/heligonia/CormorantUpright-Regular.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cormorant Upright';
  font-style: normal;
  font-weight: 400;
  src: url(https://wiki2.heligonia.de/extensions/Theme/monobook/heligonia/CormorantUpright-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Quintessential';
  font-style: normal;
  font-weight: 400;
  src: url(https://wiki2.heligonia.de/extensions/Theme/monobook/heligonia/Quintessential-Regular.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quintessential';
  font-style: normal;
  font-weight: 400;
  src: url(https://wiki2.heligonia.de/extensions/Theme/monobook/heligonia/Quintessential-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    font-family: "Quintessential", serif;
    background-image: url("https://www.heligonia.de/wp-content/uploads/2017/05/papier-neu.jpg");

}
h1, h2, h3, h4, h5, h6, .mw-body h1, .mw-body h2 {
    color: #222;
    font-family: "Cormorant Upright", serif;
}
.mw-footer ,.mw-body, body.skin--responsive .pBody, body.skin--responsive #p-cactions li a {
    background-color: #faf9f0;
	border: none;
}