MediaWiki:Common.css: Unterschied zwischen den Versionen

Zeile 43: Zeile 43:
 
.color-middle{
 
.color-middle{
 
   background: #5666a7;
 
   background: #5666a7;
 +
}
 +
#mw-content h1.firstHeading{
 +
  border-bottom: #5666a7;
 
}
 
}

Version vom 23. März 2023, 15:16 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 #5666a7;
}

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

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

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