Jump to content

MediaWiki:Common.css

From UNIVER.SYS Wiki
Revision as of 08:39, 2 April 2025 by Rizzonen (talk | contribs) (Created page with "CSS placed here will be applied to all skins: .infobox-header { background: rgba(255, 255, 255, 0.125); text-align:center; } .character-icon { border:1px solid rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.125); display:inline-block; text-align: center; } .box { padding: 8px; background: rgba(255, 255, 255, 0.125); margin-right: 8px; margin-bottom: 8px; text-align: center; display:inline-block; } .box:hover { background: rgba(255, 255,...")
(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.
/* CSS placed here will be applied to all skins */
.infobox-header {
	background: rgba(255, 255, 255, 0.125);
	text-align:center;
}

.character-icon {
	border:1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.125);
	display:inline-block;
	text-align: center;
}

.box {
	padding: 8px;
	background: rgba(255, 255, 255, 0.125);
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	display:inline-block;
}

.box:hover {
	background: rgba(255, 255, 255, 0.25);
}

.tabbed-gallery {
	overflow: hidden;
}

div[id^="title-"] {
	background: rgba(255, 255, 255, 0.125);
	float: left;
	cursor: pointer;
	padding: 4px;
}

div[id^="title-"]:hover {
	background: rgba(255, 255, 255, 0.25);
}

div[id^="title-"].active {
	background: rgba(255, 255, 255, 0.25);
}

div[id^="tabbed-image"] {
  display: none;
  padding: 0;
}