MediaWiki:Mobile.css: Unterschied zwischen den Versionen
(Markierungen: Mobile Bearbeitung, Mobile Web-Bearbeitung) |
|||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| 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;
}