Mehr Informationen finden Sie im Portal Lernen sichtbar machen
MediaWiki:Common.css
Aus Lernen Sichtbar Machen
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* Framework */
html,
body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Raleway", sans-serif;
font-size: 1.1em;
color:#777;
}
body {
background-color: #dcdcdc;
/* @embed */
}
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
font-family: "Raleway", sans-serif;
}
/* Links */
a {
color: #31859d;
}
a:visited {
color: #B74F6F;
}
.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;
line-height: 120%;
color: #31859d;
font-family: "Raleway", sans-serif;
font-variant: normal;
font-size: 1.85em;
}
#personal h2 {
font-family: "Raleway", sans-serif;
font-weight: normal;
font-size: 1em;
cursor: pointer;
}
.color-middle {
background: #31859d;
}
.color-left {
background: #31859d;
}
.color-right {
background: #31859d;
}
.mw-body h1.firstHeading {
margin: 0.25em 0 0.5em;
border-bottom: solid 4px #31859d;
display: block;
}
.tools-inline li.selected {
border-bottom-color: #31859d;
}
#mw-content-container {
border-bottom: solid 4px #31859d;
}
.mw-footer-container a {
color: #31859d;
}
.mw-footer-container a:visited {
color: #B74F6F;
}
.mw-footer-container a:hover {
color: #31859d;
}
.mw-footer-container a:visited:hover {
color: #B74F6F;
}
.mw-footer-container {
color:#000;
padding-bottom: 20px;
}
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive {
background-color: var(--background-color-progressive,#31859d);
color: var(--color-inverted-fixed,#fff);
border-color: var(--border-color-transparent,transparent);
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
color: var(--color-inverted-fixed,#fff);
background-color: var(--background-color-progressive,#31859d);
border-color: var(--background-color-progressive,#31859d);
}
form:not(.oo-ui-layout):not(.mw-htmlform-codex):not(:where(#search, #powersearch)) button, form:not(.oo-ui-layout):not(.mw-htmlform-codex):not(:where(#search, #powersearch)) input[type="submit"] {
border-radius: 2px;
padding: 0.35em 1em;
background-color: #31859d;
font-weight: bold;
color: #fff;
border: solid 1px #31859d;
}
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate + span {
background-color: var(--background-color-progressive,#31859d);
border-color: var(--border-color-input-binary--checked,#31859d);
}
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover {
background-color: var(--background-color-progressive--hover,#31859d);
}
