MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus Xedos-Wiki
Zur Navigation springenZur Suche springen(22 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
body { | body { | ||
− | background-image:url(/inhalt/images/bannerbg.jpg); | + | background-image:url(/inhalt/images/bannerbg.jpg); |
− | + | color: black; | |
− | + | margin: 0; | |
− | + | padding: 0; | |
} | } | ||
#p-cactions { | #p-cactions { | ||
− | + | position: absolute; | |
− | + | bottom: 0px; | |
+ | z-index: 10; | ||
+ | top: unset; | ||
+ | left: unset; | ||
+ | right: 4px; | ||
} | } | ||
Zeile 17: | Zeile 21: | ||
z-index: 3; | z-index: 3; | ||
overflow: visible; | overflow: visible; | ||
− | background-image:url(/inhalt/images/bannerlwiki.jpg); | + | background-image:url(/inhalt/images/bannerlwiki.jpg); |
− | background-repeat: no-repeat; | + | background-repeat: no-repeat; |
} | } | ||
.mw-body { | .mw-body { | ||
− | margin: | + | margin: 97px 3px 0px 12.2em; |
border-right: 0px; | border-right: 0px; | ||
+ | } | ||
+ | |||
+ | #sidebar { | ||
+ | margin-left:3px; | ||
} | } | ||
Zeile 31: | Zeile 39: | ||
height: 95px; | height: 95px; | ||
width: 303px; | width: 303px; | ||
+ | } | ||
+ | |||
+ | #p-tb { | ||
+ | display:none; | ||
} | } | ||
div#column-content { | 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; | ||
+ | } | ||
+ | |||
+ | .pBody { | ||
+ | background-color: #ffffcf; | ||
+ | border: 1px solid #2f2f2f; | ||
+ | } | ||
+ | |||
+ | #footer { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | div#globalWrapper { | ||
+ | padding-bottom:10px; | ||
+ | } | ||
+ | |||
+ | li#ca-talk { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | li#ca-nstab-main { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | li#ca-viewsource { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | li#ca-history { | ||
+ | display:none; | ||
+ | } | ||
− | + | li#ca-nstab-special { | |
− | + | display:none; | |
− | |||
} | } | ||
− | + | li#ca-nstab-category { | |
− | + | display:none; | |
− | |||
− | |||
} | } |
Aktuelle Version vom 14. April 2020, 16:16 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; right: 4px; } #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; } #sidebar { margin-left:3px; } #p-logo { top: 0px; left: 0px; height: 95px; width: 303px; } #p-tb { display:none; } 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; } .pBody { background-color: #ffffcf; border: 1px solid #2f2f2f; } #footer { display:none; } div#globalWrapper { padding-bottom:10px; } li#ca-talk { display:none; } li#ca-nstab-main { display:none; } li#ca-viewsource { display:none; } li#ca-history { display:none; } li#ca-nstab-special { display:none; } li#ca-nstab-category { display:none; }