User:Blackwolfe/common.css: Difference between revisions
From IdleOn MMO Wiki
imported>Blackwolfe No edit summary |
imported>Blackwolfe No edit summary |
||
(167 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
. | /* ManageWiki Sidebar */ | ||
{ | .mw-special-ManageWiki #mw-content-text .oo-ui-menuLayout { | ||
background: | 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; | |||
} | } |
Latest revision as of 17:53, 16 October 2021
/* 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;
}