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...")
 
(force Members section in sidebar to expanded)
 
Line 23: Line 23:
/* Option: just hide the arrow in the header */
/* Option: just hide the arrow in the header */
#p-Browse-label h3 {
#p-Browse-label h3 {
background:none !important;
}
/* force the display of the contents of the section */
#p-Members  .body {
display:block !important;
}
/* Option: just hide the arrow in the header */
#p-Members-label h3 {
background:none !important;
background:none !important;
}
}

Latest revision as of 19:31, 6 January 2016

/* 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;
}
/* force the display of the contents of the section */
#p-Members  .body {
	display:block !important;
}
/* Option: just hide the arrow in the header */
#p-Members-label h3 {
	background:none !important;
}