MediaWiki:Tabbers.css

From Coral Island Wiki
Jump to navigation Jump to search

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.
.custom-tabber > .pi-media-collection-tabs {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	margin-left: 0 !important;
	justify-content: left;
}
.custom-tabber > .pi-media-collection-tabs > .pi-tab-link {
	flex-grow: unset;
	padding: 5px 12px;
}

.custom-tabber > .pi-media-collection-tabs > .pi-tab-link.current {
	border-bottom: 4px solid var(--brown-300);
    color: var(--brown-800);
    font-weight: 700;
    background-color: var(--brown-050);
    border-radius: 6px;
}
.custom-tabber > .pi-media-collection-tab-content.current {
	overflow: auto clip;
}