Difference between revisions of "MediaWiki:Vector.css"

From Baloogan Campaign Wiki
Jump to: navigation, search
(No difference)

Revision as of 21:01, 19 January 2014

/* CSS placed here will affect users of the Vector skin */
/* force the display of the contents of the section */
#p-Geoscape_08_ADMIN{
	display:block !important;
}
#p-BLUFOR{
	display:block !important;
}
#p-REDFOR{
	display:block !important;
}
/* Option 2: just hide the arrow in the header */
#p-Geoscape_08_ADMIN h3 {
	background:none !important;
}
#p-BLUFOR h3 {
	background:none !important;
}
#p-REDFOR h3 {
	background:none !important;
}