Difference between revisions of "MediaWiki:Vector.css"

From NEStalgia
Jump to: navigation, search
Line 41: Line 41:
 
/* Logo */
 
/* Logo */
 
#p-logo {
 
#p-logo {
top: -200px;
 
left: -40px;
 
 
width: 200px;
 
width: 200px;
 
height: 200px;
 
height: 200px;
Line 49: Line 47:
 
width: 200px;
 
width: 200px;
 
height: 200px;
 
height: 200px;
}
 
#mw-panel {
 
width: 220px;
 
 
}
 
}

Revision as of 06:48, 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 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 {
	width: 200px;
	height: 200px;
}
#p-logo a {
	width: 200px;
	height: 200px;
}