MediaWiki:Monobook.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 148: Line 148:
   color: white !important;
   color: white !important;
}
}
.oo-ui-toolbar-bar, .oo-ui-popupWidget-popup, .ve-ce-mwBlockImageNode > figcaption p, .oo-ui-labelElement .oo-ui-labelElement-label, .oo-ui-labelElement.oo-ui-labelElement-label {
body.page-Special_Preferences .oo-ui-toolbar-bar, .oo-ui-popupWidget-popup, .ve-ce-mwBlockImageNode > figcaption p, .oo-ui-labelElement .oo-ui-labelElement-label, .oo-ui-labelElement.oo-ui-labelElement-label {
   color: white !important;
   color: white !important;
}
}
.oo-ui-buttonElement-framed > input.oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
body.page-Special_Preferences .oo-ui-buttonElement-framed > input.oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
   color: black !important;
   color: black !important;
}
}
.mw-prefs-buttons {
body.page-Special_Preferences .mw-prefs-buttons {
   background-color: transparent;
   background-color: transparent;
   border-top: transparent;
   border-top: transparent;
}
}
.oo-ui-tabSelectWidget-framed {
body.page-Special_Preferences .oo-ui-tabSelectWidget-framed {
   background-color: transparent;
   background-color: transparent;
}
}
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected {
body.page-Special_Preferences .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected {
   background-color: transparent;
   background-color: transparent;
}
}


.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget {
body.page-Special_Preferences .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget {
   border-width: 1px 1px 1px 1px;
   border-width: 1px 1px 1px 1px;
   border-top-left-radius: 3px;
   border-top-left-radius: 3px;
Line 173: Line 173:
}
}


.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover {
body.page-Special_Preferences .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover {
   background-color: rgba(255,255,255,0.2);
   background-color: rgba(255,255,255,0.2);
}
}