MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Drlue (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Drlue (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif '); | |||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
/* Allow limiting of which header levels are shown in a TOC; | /* Allow limiting of which header levels are shown in a TOC; | ||
| Zeile 15: | Zeile 16: | ||
#content h3 { font-size: 160%;} | #content h3 { font-size: 160%;} | ||
#content h4 { font-size: 145%;} | #content h4 { font-size: 145%;} | ||
#content h5 { font-size: 130%; font-style:italic; } | #content h5 { font-size: 130%; font-style:italic; font-family: "Noto Serif", serif; } | ||
#content h6 { font-size: 115%; font-style:italic; } | #content h6 { font-size: 115%; font-style:italic; font-family: "Noto Serif", serif; } | ||
Version vom 11. Januar 2021, 15:11 Uhr
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Allow limiting of which header levels are shown in a TOC;
<div class="toclimit-3">, for instance, will limit to
showing ==headings== and ===headings=== but no further.
*/
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }
#content h1 { font-size: 250%; }
#content h2 { font-size: 200%;}
#content h3 { font-size: 160%;}
#content h4 { font-size: 145%;}
#content h5 { font-size: 130%; font-style:italic; font-family: "Noto Serif", serif; }
#content h6 { font-size: 115%; font-style:italic; font-family: "Noto Serif", serif; }