btw this Wiki is not meant for a wider audience yet

MediaWiki:Common.css

From HFGCS Wiki
Revision as of 01:37, 6 December 2025 by MediaWiki default (talk | contribs) (Remove redundant arrow styling)
(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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ////////////////////////////////////////////////////// */
/* Hide EmbedVideo overlay text */
.embedvideo-loader__title,
.embedvideo-loader__service,
.embedvideo-loader__fakeButton {
    display: none !important;
}
/* ////////////////////////////////////////////////////// */


/* ////////////////////////////////////////////////////// */
/* Infobox YMD tabber styling */
.infobox-ymd .tabber__tabs {
    display: flex !important;
    width: 100% !important;
}

.infobox-ymd .tabber__tab {
    flex: 1 !important;
    text-align: center !important;
    background: #000 !important;
    color: #fff !important;
    font-weight: bold !important;
    padding: 0.6em 0.5em !important;
    border-right: 1px solid #333 !important;
    font-size: 95% !important;
    box-shadow: none !important;
}

.infobox-ymd .tabber__tab:last-child {
    border-right: none !important;
}

.infobox-ymd .tabber__tab[aria-selected="true"],
.infobox-ymd .tabber__tab[aria-selected="true"]:visited {
    background: #333 !important;
    color: #fff !important;
    box-shadow: none !important;
}
/* ////////////////////////////////////////////////////// */


/* ////////////////////////////////////////////////////// */
/* Infobox YMD tabber navigation */

/* Disable gradient masks for infobox tabber */
.infobox-ymd .tabber__header--prev-visible .tabber__tabs,
.infobox-ymd .tabber__header--next-visible .tabber__tabs,
.infobox-ymd .tabber__header--prev-visible.tabber__header--next-visible .tabber__tabs {
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

/* Hide navigation arrows for infobox tabber */
.infobox-ymd .tabber__header__prev,
.infobox-ymd .tabber__header__next {
    display: none !important;
}
/* ////////////////////////////////////////////////////// */