MediaWiki:Vector.css: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: →‎force the display of the contents of the section: #p-StarBase_118 .body { display:block !important; } /* Opt...")
(No difference)

Revision as of 05:37, 18 December 2014

/* CSS placed here will affect users of the Vector skin */

/* force the display of the contents of the section */
#p-StarBase_118  .body {
	display:block !important;
}
/* Option: just hide the arrow in the header */
#p-StarBase_118-label h3 {
	background:none !important;
}
/* force the display of the contents of the section */
#p-tb  .body {
	display:block !important;
}
/* Option: just hide the arrow in the header */
#p-tb-label h3 {
	background:none !important;
}
/* force the display of the contents of the section */
#p-Browse  .body {
	display:block !important;
}
/* Option: just hide the arrow in the header */
#p-Browse-label h3 {
	background:none !important;
}