MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Aloran Kompendium
| Zeile 1: | Zeile 1: | ||
| − | + | div#mw-panel {position: fixed; } | |
| − | |||
| − | div#mw-panel {position: fixed } | ||
| − | |||
| − | |||
| − | |||
#p-tb { display:none !important; } | #p-tb { display:none !important; } | ||
| − | |||
| − | |||
#content{ | #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; | 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; | border:0; | ||
| − | /* | + | /* width: 70%; */ |
| − | + | /* min-height: 60vh; */ | |
} | } | ||
| − | + | body { | |
| − | |||
background-image:url(/images/Aloran-Background.png); | background-image:url(/images/Aloran-Background.png); | ||
background-attachment: fixed; | background-attachment: fixed; | ||
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; | ||
| + | } | ||
| − | + | #mw-head { | |
| − | #mw-head { | + | |
| − | background: url(/images/Aloran-Background.png); | + | background: url(/images/Aloran-Background.png); |
background-attachment: fixed; | background-attachment: fixed; | ||
background-position: left; | background-position: left; | ||
background-size: cover; | background-size: cover; | ||
| + | |||
| + | |||
} | } | ||
| + | #mw-head-base { border: 0px; } | ||
| + | |||
| + | #mw-head-base { border: 0px; } | ||
| + | |||
| + | #headertabs { | ||
| + | border: 0px; | ||
| + | } | ||
| − | |||
#ca-nstab-user { display:none!important; } | #ca-nstab-user { display:none!important; } | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
| Zeile 43: | 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{ | .center{ | ||
display:flex; | display:flex; | ||
Aktuelle Version vom 14. August 2017, 09: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;
}