User:Jeblad/common.css

From mediawiki.org

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.
#mw-content-text h2.mw-elevated-target {
	overflow:visible;
}

#mw-content-text h2.mw-elevated-target::before {
	position: relative;
	height: 100%;
	width: 0;
	content:""
}
#mw-content-text .mw-elevated-target :target {
	background-color: #def;
}

#mw-content-text .decor {
	text-decoration-line: underline;
	text-decoration-style: wavy;
	text-decoration-color: red;
}