MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Xedos-Wiki
Zur Navigation springenZur Suche springen
Zeile 11: Zeile 11:
 
         position: absolute;
 
         position: absolute;
 
         top: 2em;
 
         top: 2em;
 +
}
 +
 +
#p-logo {
 +
    position: absolute;
 +
    z-index: 3;
 +
    overflow: visible;
 +
background-image:url(/inhalt/images/bannerlwiki.jpg);
 
}
 
}

Version vom 14. April 2020, 11:55 Uhr

/* Das folgende CSS wird für Benutzer der Benutzeroberfläche MonoBook geladen */

body {
background-image:url(/inhalt/images/bannerbg.jpg);
        color: black;
        margin: 0;
        padding: 0;
}

#p-cactions {
        position: absolute;
        top: 2em;
}

#p-logo {
    position: absolute;
    z-index: 3;
    overflow: visible;
background-image:url(/inhalt/images/bannerlwiki.jpg);
}