Actions

MediaWiki

MediaWiki:Common.css

From Corporate Dawn Wiki

Revision as of 03:29, 14 August 2024 by Snipeslow (talk | contribs)
(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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.spoilers-body {
	border: 1px dashed #000;
	background-color: #eee;
	padding: 3px;
	display: none;
	color: #000;
}

.spoilers-body h1,
.spoilers-body h2,
.spoilers-body h3,
.spoilers-body h4,
.spoilers-body h5,
.spoilers-body h6 {
	color: #000;
}

.spoilers-button {
	background: #517398;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 3px 10px;
	transition: 0.1s background-position linear;
	color: #fff;
    font-weight: bold;	
}

.spoilers-button:hover {
	background: #8c489f;
	cursor: pointer;
}