MediaWiki:Vector.css

From 118Wiki
Revision as of 05:37, 18 December 2014 by Rich (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}