MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 88: Line 88:
color: rgb(211, 207, 202) !important;
color: rgb(211, 207, 202) !important;
}
}
a:visited {
 
color: rgb(126, 114, 255) !important;
/* Preferences Page Styling */
.oo-ui-tabSelectWidget-framed {
background-color: rgb(34, 37, 38);
}
}
a {
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
color: rgb(102, 177, 250) !important;
background-color: rgb(24, 26, 27);
color: rgb(232, 230, 227);
}
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
border-bottom-color: rgb(48, 52, 54);
}
.mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed, .mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
border-color: rgb(62, 67, 70);
}
.mw-prefs-buttons {
background-color: rgb(24, 26, 27);
border-top-color: rgb(62, 67, 70);
box-shadow: rgba(0, 0, 0, 0.25) 0px -4px 4px -4px;
}
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
background-color: rgb(24, 26, 27);
color: rgb(232, 230, 227);
border-color: rgb(72, 78, 81);
}
.oo-ui-checkboxInputWidget [type="checkbox"] + span {
background-color: rgb(24, 26, 27);
border-color: rgb(101, 93, 83);
}
}