Tip of the day
Collectibles you find give 1 extra achievement point per item!

MediaWiki:Gadget-CollapsibleHeaders.css

From Walkscape Walkthrough
Revision as of 10:59, 17 June 2026 by Bonez565 (talk | contribs) (Created page with ".ws-collapsible-header { position: relative; } .ws-collapsible-header-toggle { appearance: none; background: transparent; border: 0; color: inherit; cursor: pointer; display: inline-block; font: inherit; line-height: 1; margin: 0 0.25em 0 0; padding: 0 0.15em; text-align: center; vertical-align: baseline; width: 1.25em; } .ws-collapsible-header-toggle:hover, .ws-collapsible-header-toggle:focus { text-decoration: none; outline: 1px solid currentColor; o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.ws-collapsible-header {
	position: relative;
}

.ws-collapsible-header-toggle {
	appearance: none;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: 1;
	margin: 0 0.25em 0 0;
	padding: 0 0.15em;
	text-align: center;
	vertical-align: baseline;
	width: 1.25em;
}

.ws-collapsible-header-toggle:hover,
.ws-collapsible-header-toggle:focus {
	text-decoration: none;
	outline: 1px solid currentColor;
	outline-offset: 2px;
}

.ws-collapsible-header-collapsed .mw-editsection {
	display: none;
}

.ws-collapsible-header-hidden {
	display: none !important;
}