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…“)
 
(Markierungen: Mobile Bearbeitung, Mobile Web-Bearbeitung)
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
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;
 
}
 
}
Zeile 18: Zeile 18:
 
pre, textarea {
 
pre, textarea {
 
     font-family: monospace, monospace;
 
     font-family: monospace, monospace;
 +
}
 +
 +
.frontpage-icon {
 +
    display: inline-flex;
 +
}
 +
 +
.frontpage-icon a:first-child {
 +
    margin-right: 5px;
 +
}
 +
 +
.frontpage-icon a:last-child {
 +
    margin-right: 10px;
 
}
 
}

Aktuelle Version vom 14. Oktober 2020, 11:00 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;
}

.frontpage-icon {
    display: inline-flex;
}

.frontpage-icon a:first-child {
    margin-right: 5px;
}

.frontpage-icon a:last-child {
    margin-right: 10px;
}