MediaWiki:Gadget-TabSystem.css

From Halopedia, the Halo wiki

Revision as of 22:33, June 16, 2021 by Porplemontage (talk | contribs)

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.
/* JS Tab System, jacked and hacked from the jsprefs in monobook/main.css -Dantman */

.tabtoc {
	width: 100%;
	clear: both;
	padding: 0 !important;
	margin: 0 !important;
}
.tabtoc li {
	top: 2px;
	color: #000;
	border: none;
	font-weight: normal;
	background: transparent;
	display: inline-block;
	position: relative;
	margin: 1px 0 0;
	padding: 2px 0 3px;
	white-space: nowrap;
	list-style-type: none;
	list-style-image: none;
}
.tabtoc li.selected {
	top: 3px;
	font-weight: bold;
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	border-bottom-width: 0;
	border-radius: 5px 5px 0 0;
	cursor: default;
	padding: 2px 0 0;
}
.tabtoc li a,
.tabtoc li a:active {
	color: #000;
	display: block;
	padding: 0 0.7em;
	position: relative;
	text-decoration: none;
}
.tabtoc li.selected a {
	cursor: default;
	text-decoration: none;
	background: inherit;
	z-index: 10;
}
.infobox:not(.tabbed) .tabtoc li.selected a {
	height: 23px;
}
.tabcontainer {
	background-color: #f9f9f9;
	margin-bottom: 5px;
	padding: 7px;
	clear: both;
	position: relative;
	z-index: 5;
}
.infobox:not(.tabbed) .tabcontainer {
	top: -2px;
}
.tabsection {
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.mainTab {
	display: none;
}

/* Infobox */
.infobox .tabtoc li {
	font-size: 12px;
}
.infobox:not(.tabbed) .tabtoc li {
	margin: 1px;
}
.infobox:not(.tabbed) .tabtoc {
	margin-bottom: 4px !important;
}
.infobox:not(.tabbed) .tabtoc li.selected {
	padding: 1px 0 0;
	margin: 2px 0 3px;
	border-radius: 0;
	border-bottom-width: 1px;
}
.infobox .tabtoc a,
.infobox .tabtoc a:active {
	padding: 0 5px;
}
.infobox .tabcontainer {
	padding: 0;
	margin-bottom: 0;
}
.tabcontainer .wikitable {
	background: #fcfcfc;
	margin: 0.3em 0 0 !important;
}
.tabcontainer pre,
.tabcontainer .col-begin {
	margin: 0 !important;
}
.mobile .infobox .tabtoc li.selected {
	padding-bottom: 0.5px;
}
.mobile .infobox.tabbed > .tabtoc > li.selected {
	padding-bottom: 1px;
}
@media all and (max-width: 719px) {
	.mobile .infobox .tabtoc li:first-of-type {
		margin-left: 0;
	}
	.mobile .infobox .tabtoc li:last-of-type {
		margin-right: 0;
	}
	.mobile .infobox .tabtoc li {
		margin-left: 4px;
		margin-right: 4px;
	}
}