Tip of the day
Pay attention to the specifics of an achievement - some only count toward the unlock if a drop comes from an activity directly.
MediaWiki:Gadget-CollapsibleHeaders.css
From Walkscape Walkthrough
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;
}
