MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Aloran Kompendium
User (Diskussion | Beiträge) |
|||
(236 dazwischenliegende Versionen von 2 Benutzern 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 { | ||
− | background-image:url( | + | background-image:url(/images/Aloran-Background.png); |
− | background- | + | background-attachment: fixed; |
− | background- | + | 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 { | #mw-head { | ||
− | background: url( | + | background: url(/images/Aloran-Background.png); |
− | position: | + | 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; | ||
} | } |
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; }