Mehr Informationen finden Sie im Portal Lernen sichtbar machen
MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Lernen Sichtbar Machen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
@import url( | @import url(https://fonts.googleapis.com/css?family=Open+Sans); | ||
/* Framework */ | /* Framework */ | ||
| Zeile 41: | Zeile 41: | ||
} | } | ||
#p-logo-text a { | |||
display: flex; | display: flex; | ||
height: 100%; | height: 100%; | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
color: # | color: #31859d; | ||
font-family: 'Open Sans',sans-serif; | font-family: 'Open Sans',sans-serif; | ||
font-size: 1.85em; | font-size: 1.85em; | ||
} | |||
#personal h2 { | |||
font-family: 'Open Sans',sans-serif; | |||
font-weight: normal; | |||
font-size: 1.25em; | |||
cursor: pointer; | |||
} | |||
Version vom 26. Februar 2026, 18:45 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* Framework */
html,
body {
height: 100%;
margin: 0;
padding: 0;
font-family: 'Open Sans',sans-serif;
font-size: 1.1em;
color:#777;
}
body {
background-color: #dcdcdc;
/* @embed */
}
/* Links */
a {
color: #31859d;
}
.mw-body a.external {
color: #31859d;
}
#mw-panel div.portal div.body ul li a:visited {
color: #31859d;
}
#mw-panel div.portal div.body ul li a:active {
color: #31859d;
}
#mw-panel.collapsible-nav .portal.collapsed h3 a {
color: #31859d;
}
#p-logo-text a {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
color: #31859d;
font-family: 'Open Sans',sans-serif;
font-size: 1.85em;
}
#personal h2 {
font-family: 'Open Sans',sans-serif;
font-weight: normal;
font-size: 1.25em;
cursor: pointer;
}
