Mehr Informationen finden Sie im Portal Lernen sichtbar machen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Lernen Sichtbar Machen
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
 
(26 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
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(http://fonts.googleapis.com/css?family=Open+Sans);
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


/* Framework */
/* Framework */
Zeile 10: Zeile 10:
margin: 0;
margin: 0;
padding: 0;
padding: 0;
font-family: 'Open Sans',sans-serif;
font-family: "Raleway", sans-serif;
font-size: 1.1em;
font-size: 1.1em;
color:#777;
color:#777;
Zeile 18: Zeile 18:
background-color: #dcdcdc;
background-color: #dcdcdc;
/* @embed */
/* @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;
}
}


Zeile 23: Zeile 27:
a {
a {
color: #31859d;
color: #31859d;
}
a:visited {
color: #B74F6F;
}
}


Zeile 41: Zeile 49:
}
}


#p-logo-text a {
#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: #000;
    line-height: 120%;
     font-family: 'Open Sans',sans-serif;
     color: #31859d;
     font-variant: small-caps;
     font-family: "Raleway", sans-serif;
     font-variant: normal;
     font-size: 1.85em;
     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;
}

Aktuelle Version vom 27. Februar 2026, 16:11 Uhr

/* 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;
}