MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Aloran Kompendium
Zeile 5: | Zeile 5: | ||
background:url(/images/Aloran-Content-Header.png), url(/images/Aloran-Content-Base.png) ; | background:url(/images/Aloran-Content-Header.png), url(/images/Aloran-Content-Base.png) ; | ||
background-position: left top, left bottom; | background-position: left top, left bottom; | ||
− | + | ||
background repeat: no-repeat; | background repeat: no-repeat; | ||
− | background-attachment: | + | background-attachment: fixed; |
border:0; | border:0; |
Version vom 21. Juli 2017, 13:58 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #content{ background:url(/images/Aloran-Content-Header.png), url(/images/Aloran-Content-Base.png) ; background-position: left top, left bottom; background repeat: no-repeat; background-attachment: fixed; border:0; min-height: 100vh } body { background-image:url(/images/Aloran-Background.png); background-attachment: fixed; background-position: left; background-size: cover; } #mw-head { background: url(/images/Aloran-Background.png); background-attachment: fixed; } #mw-head-base { border: 0px; } #mw-head-base { border: 0px; } #headertabs { border: 0px; } #ca-nstab-user { display:none!important; } #ca-talk { display:none!important; } #ca-history { display:none!important; } #ca-nstab-main { display:none!important; } #ca-watch { display:none!important; } #ca-unwatch { display:none!important; } #ca-view { background:#FFFFFF; opacity: 0.4; border:0 } #ca-edit { background:#FFFFFF; opacity: 0.4; border:0 }