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; | ||
| − | top: | + | top: 95px; |
} | } | ||
| Zeile 22: | Zeile 22: | ||
.mw-body { | .mw-body { | ||
| − | margin: | + | margin: 105px 0px 0px 12.2em; |
border-right: 0px; | border-right: 0px; | ||
} | } | ||
Version vom 14. April 2020, 10:59 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: 95px;
}
#p-logo {
position: absolute;
z-index: 3;
overflow: visible;
background-image:url(/inhalt/images/bannerlwiki.jpg);
background-repeat: no-repeat;
}
.mw-body {
margin: 105px 0px 0px 12.2em;
border-right: 0px;
}