MediaWiki:Mobile.css: Unterschied zwischen den Versionen
(Markierungen: Mobile Bearbeitung, Mobile Web-Bearbeitung) |
|||
Zeile 22: | Zeile 22: | ||
.frontpage-icon { | .frontpage-icon { | ||
display: inline-flex; | 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;
}