MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Xedos-Wiki
Zur Navigation springenZur Suche springen
Zeile 10: Zeile 10:
 
#p-cactions {
 
#p-cactions {
 
     position: absolute;
 
     position: absolute;
height: 12px;
 
 
     bottom: 0px;
 
     bottom: 0px;
 
     z-index: 10;
 
     z-index: 10;
Zeile 54: Zeile 53:
 
     display:none;
 
     display:none;
 
}
 
}
 
  
 
div#globalWrapper {
 
div#globalWrapper {
     padding-bottom:12px;
+
     padding-bottom:10px;
 
}
 
}

Version vom 14. April 2020, 13:34 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;
    bottom: 0px;
    z-index: 10;
    top: unset;
    left: unset;
}

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

.mw-body {
    margin: 97px 3px 0px 12.2em;
    border-right: 0px;
}

#p-logo {
    top: 0px;
    left: 0px;
    height: 95px;
    width: 303px;
}

div#column-content {
    float: right;
    margin: 0 0 0.6em -12.2em;
    background-image:url(/inhalt/images/bannerr.jpg); 
    background-position:top right; 
    background-repeat: no-repeat;
}

.mw-body {
    background-image:url(/inhalt/images/bg.jpg);
    background-position:top right;
    background-repeat:no-repeat;
}

#footer {
    display:none;
}

div#globalWrapper {
    padding-bottom:10px;
}