User:Blackwolfe/common.css

From IdleOn MMO Wiki
< User:Blackwolfe
Revision as of 17:53, 16 October 2021 by imported>Blackwolfe
(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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* ManageWiki Sidebar */
.mw-special-ManageWiki #mw-content-text .oo-ui-menuLayout {
    display: flex;
}
.mw-special-ManageWiki #mw-content-text .oo-ui-indexLayout-tabPanel,
.mw-special-ManageWiki #mw-content-text .oo-ui-tabSelectWidget {
    box-sizing: border-box;
    height: 100%;
}
.mw-special-ManageWiki #mw-content-text .oo-ui-tabSelectWidget {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.5em;
    width: 160px
}
.mw-special-ManageWiki #mw-content-text .oo-ui-tabSelectWidget .oo-ui-optionWidget {
    background: none;
    border: none;
    border-left: 4px solid transparent;
}
.mw-special-ManageWiki #mw-content-text .oo-ui-tabSelectWidget .oo-ui-optionWidget .oo-ui-labelElement-label {
    border: none;
}
.mw-special-ManageWiki #mw-content-text .oo-ui-tabSelectWidget .oo-ui-optionWidget-selected {
    background: rgba(51, 102, 204, .35);
    border-left: 4px solid #36c;
    border-radius: 2px 0 0 2px;
}