MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus maxTechCorner
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 30: Zeile 30:


#mw-content-container{
#mw-content-container{
   border-bottom: solid 4px #5666a7;
   border-bottom: solid 4px #324696;
}
}


.color-left{
.color-left{
   background: #5666a7;
   background: #324696;
}
}


.color-right{
.color-right{
   background: #5666a7;
   background: #324696;
}
}


.color-middle{
.color-middle{
   background: #5666a7;
   background: #324696;
}
}
#mw-content h1.firstHeading{
#mw-content h1.firstHeading{
   border-bottom: solid 4px #5666a7;
   border-bottom: solid 4px #324696;
}
}

Version vom 23. März 2023, 15:18 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#ca-talk { display:none!important; }


/** Navi breiter **/
div#content, #left-navigation { margin-left:12em; }
div#mw-panel, #p-logo, #p-logo a { width:11em; }
#mw-panel.collapsible-nav .portal { background-position: center top; }

/** Sidebar hoeher **/
#p-logo { top: -90px; }
#p-logo, #p-logo a { height: 90px; top: -90px; }
div#mw-panel { top: 90px; }


/* WordWrap in Pre */
#mw-content-text pre { white-space: pre-wrap; white-space: -moz-pre-wrap;  white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }

/* Schriftart anpassen */
body{ 
    font-family: Exo, Sans-serif;
    font-weight: 500;  
}

#mw-content h1 {
    font-family: Exo, Sans-serif;
}

/* Farbe von Trenner zu max blau ändern*/

#mw-content-container{
   border-bottom: solid 4px #324696;
}

.color-left{
   background: #324696;
}

.color-right{
   background: #324696;
}

.color-middle{
   background: #324696;
}
#mw-content h1.firstHeading{
   border-bottom: solid 4px #324696;
}