MediaWiki:Tabbers.css

From Coral Island Wiki
Revision as of 18:33, 13 January 2024 by Mikevoir (talk | contribs) (Created page with ".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 10px; } .custom-tabber > .pi-media-collection-tabs > .pi-tab-link.current { border-bottom: 2px solid; background: none; } .custom-tabber > .pi-media-collection-tab-content.current { overflow: auto clip; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 10px;
}

.custom-tabber > .pi-media-collection-tabs > .pi-tab-link.current {
	border-bottom: 2px solid;
	background: none;
}
.custom-tabber > .pi-media-collection-tab-content.current {
	overflow: auto clip;
}