MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus KiwiThek
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „* * MediaWiki:Mobile.css: @import url('https://fonts.googleapis.com/css?family=ABeeZee&display=swap'); body, html, .mw-body h1, .mw-body-content h2, .mw…“)
 
Zeile 6: Zeile 6:
 
body,
 
body,
 
html,
 
html,
.mw-body h1,
+
#content h1,
.mw-body-content h2,
+
#content h2,
.mw-body-content h3,
+
#content h3,
.mw-body-content h3,
+
#content h3,
.mw-body-content h4,
+
#content h4,
.mw-body-content h5,
+
#content h5,
.mw-body-content h6 {
+
#content h6 {
 
     font-family: 'ABeeZee', sans-serif !important;
 
     font-family: 'ABeeZee', sans-serif !important;
 
}
 
}

Version vom 6. Oktober 2020, 13:24 Uhr

/**
 * MediaWiki:Mobile.css
 */
@import url('https://fonts.googleapis.com/css?family=ABeeZee&display=swap');

body,
html,
#content h1,
#content h2,
#content h3,
#content h3,
#content h4,
#content h5,
#content h6 {
    font-family: 'ABeeZee', sans-serif !important;
}

pre, textarea {
    font-family: monospace, monospace;
}