Difference between revisions of "MediaWiki:Vector.css"
From NEStalgia
| Line 23: | Line 23: | ||
#footer-poweredbyico { display: none; } | #footer-poweredbyico { display: none; } | ||
div#footer {display:none} | div#footer {display:none} | ||
| + | |||
| + | #mw-panel div.portal { | ||
| + | background-color: #FFFFFF; | ||
| + | } | ||
Revision as of 05:24, 9 June 2012
/* CSS placed here will affect users of the Vector skin */
div#footer, #mw-head-base, div#content {
margin-right: 3em;
min-width: 800px;
}
div#content {
min-height: 80%;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
#p-personal {
right: 4em;
min-width:450px;
}
#right-navigation {
margin-right: 3em;
min-width:475px;
}
#footer-icon-poweredby { display: none; }
#footer-icon-poweredbyico { display: none; }
#footer-poweredbyico { display: none; }
div#footer {display:none}
#mw-panel div.portal {
background-color: #FFFFFF;
}