MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Orderjutsu Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 21: | Zeile 21: | ||
border-bottom: solid 4px #f2920a !important; | border-bottom: solid 4px #f2920a !important; | ||
} | } | ||
a { | |||
text-decoration: underline; | |||
color: #242424; | |||
} | |||
a:visited { | |||
color: #242424; | |||
} | |||
a:hover { | |||
color: #f2920a; | |||
} | |||
.color-middle, | .color-middle, | ||
.color-right, | .color-right, |
Version vom 3. Mai 2023, 07:00 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url(https://fonts.bunny.net/css?family=lato:100,400,700,900);
body {
color: #242424;
font-family: 'Lato', sans-serif;
}
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt,
#personal h2,
#p-logo-text a {
font-family: 'Lato', sans-serif !important;
}
.mw-wiki-logo {
background-size: 80%;
}
#mw-footer-container {
background: #242424;
}
#mw-content-container {
border-bottom: solid 4px #f2920a !important;
}
a {
text-decoration: underline;
color: #242424;
}
a:visited {
color: #242424;
}
a:hover {
color: #f2920a;
}
.color-middle,
.color-right,
.color-left {
background: #f2920a;
}