Difference between revisions of "MediaWiki:Vector.css"
From NEStalgia
| Line 24: | Line 24: | ||
top: 210px; | top: 210px; | ||
width:215px;} | width:215px;} | ||
| − | #left-navigation {left: 215px;} | + | #left-navigation {margin-left: 215px;} |
#mw-head-base { | #mw-head-base { | ||
Revision as of 18:49, 20 January 2015
/* CSS placed here will affect users of the Vector skin */
#main_link_header {
font-size: 120%;
font-weight: bold;
}
body {
min-width: 1050px;
}
div#footer, #mw-head-base, div#content {
margin-left: 215px;
margin-right: 3em;
min-width: 800px;
}
div#mw-panel {
top: 210px;
width:215px;}
#left-navigation {margin-left: 215px;}
#mw-head-base {
margin-left: 215px;
}
div#content {
min-height: 80%;
border-right: 1px solid black;
border-bottom: 1px solid black;
margin-bottom: 30px;
}
#p-personal {
right: 4em;
/*min-width:450px;*/
}
#right-navigation {
margin-right: 3em;
min-width:475px;
}
#mw-panel div.portal h5 {
font-weight: bold;
color: #FFFFFF;
font-size: 1em;
padding-left: 1em;
padding-bottom: 0.1em;
margin-bottom: 0.1em;
}
#mw-panel div.portal div.body ul li a {
color: #BFEEFF;
}
#mw-panel div.portal div.body ul li a:visited {
color: #BFEEFF;
}
/* Logo */
#p-logo {
top: -200px;
left: 10px;
width: 200px;
height: 200px;
background: url(http://nestalgiawiki.com/images/nestalgia_corner2.png);
}
#p-logo a {
width: 200px;
height: 200px;
}
#footer-icon-poweredby { display: none; }
#footer-icon-poweredbyico { display: none; }
#footer-poweredbyico { display: none; }
div#footer {display:none}