Difference between revisions of "MediaWiki:Vector.css"

From NEStalgia
Jump to: navigation, search
Line 10: Line 10:
 
#p-personal {
 
#p-personal {
 
right: 4em;
 
right: 4em;
min-width:430px;
+
min-width:450px;
 
}
 
}
 
#right-navigation {
 
#right-navigation {
float: left;
+
margin-left: 800px;
margin-left: 520px;
 
 
margin-right: 3em;
 
margin-right: 3em;
min-width:450px;
+
min-width:600px;
 
}
 
}
  

Revision as of 06:18, 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%;
}
#p-personal {
	right: 4em;
	min-width:450px;
}
#right-navigation {
	margin-left: 800px;
	margin-right: 3em;
	min-width:600px;
}

#footer-icon-poweredby { display: none; }
#footer-icon-poweredbyico { display: none; }
#footer-poweredbyico { display: none; }
div#footer {display:none}