MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Aloran Kompendium
Zeile 3: | Zeile 3: | ||
#content{ | #content{ | ||
− | + | background:url(/images/Aloran-Foreground2.png); | |
+ | background-size: contain; | ||
+ | background repeat: no-repeat; | ||
+ | background-attachment: fixed; | ||
+ | background-position: center center; | ||
+ | border:0; | ||
+ | min-height: 100vh | ||
} | } | ||
Zeile 26: | Zeile 32: | ||
#mw-head-base { border: 0px; } | #mw-head-base { border: 0px; } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#headertabs { | #headertabs { |
Version vom 21. Juli 2017, 13:15 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #content{ background:url(/images/Aloran-Foreground2.png); background-size: contain; background repeat: no-repeat; background-attachment: fixed; background-position: center center; 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-position: relative; 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 }