MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Aloran Kompendium
| (6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 7: | Zeile 7: | ||
border:0; | border:0; | ||
/* width: 70%; */ | /* width: 70%; */ | ||
| − | /* min-height: | + | /* min-height: 60vh; */ |
} | } | ||
| Zeile 68: | Zeile 68: | ||
opacity: 0.4; | opacity: 0.4; | ||
position: relative; | position: relative; | ||
| − | left: | + | 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;
}