MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Aloran Kompendium
| (33 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| 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 repeat | + | 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%; */ | /* width: 70%; */ | ||
| − | min-height: | + | /* min-height: 60vh; */ |
} | } | ||
| Zeile 16: | Zeile 16: | ||
background-position: left; | background-position: left; | ||
background-size: cover; | background-size: cover; | ||
| + | |||
} | } | ||
| Zeile 34: | Zeile 35: | ||
background: url(/images/Aloran-Background.png); | background: url(/images/Aloran-Background.png); | ||
| + | background-attachment: fixed; | ||
| + | background-position: left; | ||
| + | background-size: cover; | ||
| + | |||
} | } | ||
| Zeile 53: | Zeile 58: | ||
#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, 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;
}