MediaWiki:Common.css: Unterschied zwischen den Versionen

Zeile 21: Zeile 21:
 
     font-family: Exo, Sans-serif;
 
     font-family: Exo, Sans-serif;
 
     font-weight: 500;   
 
     font-weight: 500;   
 +
}
 +
 +
#mw-content h1 {
 +
    font-family: Exo, Sans-serif;
 
}
 
}

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