MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Scriptorium
Zeile 9: Zeile 9:
 
     background: transparent;
 
     background: transparent;
 
     border-bottom: solid 4px transparent;
 
     border-bottom: solid 4px transparent;
 +
}
 +
 +
#mw-header-container {
 +
    position: fixed;
 +
    z-index: 100;
 +
    top: 0;
 +
    width: 100%;
 +
    background: transparent;
 +
    color: #000000;
 +
    padding: 0.5em 0 0;
 +
    min-height: 3.125em;
 +
    box-sizing: border-box;
 +
    background-image: url(/forum/wiki/images/Design_Franken/Kopfzeile_2.png);
 +
    background-size: 100%;
 
}
 
}

Version vom 11. Mai 2021, 21:48 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

body {
    background-image: url(/forum/wiki/images/Design_Franken/Hintergrund_Pergament.png);
    background-repeat: repeat;
    background-position: center 10em;
}
#mw-content-container {
    background: transparent;
    border-bottom: solid 4px transparent;
}

#mw-header-container {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    background: transparent;
    color: #000000;
    padding: 0.5em 0 0;
    min-height: 3.125em;
    box-sizing: border-box;
    background-image: url(/forum/wiki/images/Design_Franken/Kopfzeile_2.png);
    background-size: 100%;
}