MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Aloran Kompendium
(178 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | /* | + | div#mw-panel {position: fixed; } |
+ | #p-tb { display:none !important; } | ||
+ | |||
+ | #content{ | ||
+ | background: url(/images/Aloran-Content-Header.png) left top no-repeat, url(/images/Aloran-Content-Footer.png) left bottom no-repeat, url(/images/Aloran-Content-Base.png) left top repeat-y; | ||
+ | |||
+ | border:0; | ||
+ | /* width: 70%; */ | ||
+ | /* min-height: 60vh; */ | ||
+ | } | ||
+ | |||
body { | body { | ||
Zeile 6: | Zeile 16: | ||
background-position: left; | background-position: left; | ||
background-size: cover; | background-size: cover; | ||
+ | |||
+ | } | ||
+ | |||
+ | footer { | ||
+ | |||
+ | background-image: url(/images/Aloran-Content-Footer.png); | ||
+ | |||
+ | } | ||
+ | |||
+ | #blockquote { | ||
+ | border: 1px dashed #000; | ||
+ | background-color: #EEE; | ||
+ | padding: 3px; | ||
} | } | ||
Zeile 12: | Zeile 35: | ||
background: url(/images/Aloran-Background.png); | background: url(/images/Aloran-Background.png); | ||
− | |||
background-attachment: fixed; | background-attachment: fixed; | ||
+ | background-position: left; | ||
+ | background-size: cover; | ||
+ | |||
+ | |||
} | } | ||
Zeile 19: | Zeile 45: | ||
#mw-head-base { border: 0px; } | #mw-head-base { border: 0px; } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#headertabs { | #headertabs { | ||
Zeile 38: | Zeile 56: | ||
#ca-watch { display:none!important; } | #ca-watch { display:none!important; } | ||
#ca-unwatch { display:none!important; } | #ca-unwatch { display:none!important; } | ||
− | #ca-view { background:#FFFFFF; opacity: 0.4; border:0 } | + | #ca-view { background:#FFFFFF; opacity: 0.4; border:0; } |
− | #ca-edit { background:#FFFFFF; opacity: 0.4; border:0 } | + | #ca-edit { background:#FFFFFF; opacity: 0.4; border:0; } |
+ | |||
+ | .center{ | ||
+ | display:flex; | ||
+ | justify-content:center; | ||
+ | padding: 8px; | ||
+ | } | ||
+ | |||
+ | .topanchor { | ||
+ | opacity: 0.4; | ||
+ | position: relative; | ||
+ | left: 5px; | ||
+ | } |
Aktuelle Version vom 14. August 2017, 10:59 Uhr
div#mw-panel {position: fixed; } #p-tb { display:none !important; } #content{ background: url(/images/Aloran-Content-Header.png) left top no-repeat, url(/images/Aloran-Content-Footer.png) left bottom no-repeat, url(/images/Aloran-Content-Base.png) left top repeat-y; border:0; /* width: 70%; */ /* min-height: 60vh; */ } body { background-image:url(/images/Aloran-Background.png); background-attachment: fixed; background-position: left; background-size: cover; } footer { background-image: url(/images/Aloran-Content-Footer.png); } #blockquote { border: 1px dashed #000; background-color: #EEE; padding: 3px; } #mw-head { background: url(/images/Aloran-Background.png); background-attachment: fixed; background-position: left; background-size: cover; } #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; } .center{ display:flex; justify-content:center; padding: 8px; } .topanchor { opacity: 0.4; position: relative; left: 5px; }