Difference between revisions of "MediaWiki:Vector.css"
Line 72: | Line 72: | ||
width: 10em; | width: 10em; | ||
left: 0; | left: 0; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 17:37, March 6, 2019
/* CSS placed here will affect users of the Vector skin */
/* See https://www.mediawiki.org/wiki/Manual:Remove_Tabs */
#ca-talk { display:none!important; }
#ca-edit { display:none!important; }
#ca-view { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-nstab-main { display:none!important; }
#p-tb { display: none; }
/* Framework */
html,
body {
height: 100%;
width: 1000px;
margin: 0;
padding: 0;
font-family: sans-serif;
font-size: 1em;
}
body {
/* background-color: #f3f3f3; */
background-color: white;
/* @embed */
/* background-image: url(images/page-base.png); */
/* background-image: none; */
/* background-image: url(images/acenet-page-fade.png); */
background-position: top left;
background-repeat: repeat-y;
}
/* Head */
#mw-page-base {
height: 3.5em;
background-color: white;
/* @embed */
background-image: url(images/page-fade.png);
background-image: none;
background-position: bottom left;
background-repeat: repeat-x;
/* Background same as in body */
/* background-image: url(images/acenet-page-fade.png); */
background-position: top left;
background-repeat: repeat-y;
}
div#mw-head {
position: absolute;
top: 0;
left: 0;
width: 1000px;
}
/* Navigation Containers */
#left-navigation {
position: absolute;
left: 10em;
top: 1em;
}
#right-navigation {
float: right;
margin-top: 1em;
}
/* Panel */
div#mw-panel {
position: absolute;
top: 80px;
padding-top: 1em;
width: 10em;
left: 0;
}