User:Mefisto1029/vector.css
Jump to navigation
Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. The simplest method that will work for most users is to hold down the ⇧ Shift key and click the Reload toolbar button. For details and other methods, see Help:Clear your browser cache.
/* IT WORKS */
/* ===== Recent changes ===== */
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
border: 1px solid #2c2b2b;
border-radius: 4px;
background-color: #141414;
}
/* ===== Gallery images ===== */
.skin-vector .mw-search-profile-tabs {
border: 1px solid #40362c;
background-color: #130f0a;
}
.skin-vector .mw-search-profile-tabs div.search-types ul li a {
padding: 0.4em 0.5em;
}
.skin-vector .mw-search-profile-tabs div.search-types ul li.current a {
color: var(--link-active-color);
}
.skin-vector fieldset#mw-searchoptions {
background-color: #130f0a;
border: 1px solid #40362c;
}
.skin-vector fieldset#mw-searchoptions .divider {
border-color: #40362c;
}
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
border: 1px solid #40362c;
}
.oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input > .oo-ui-widget.oo-ui-textInputWidget > .oo-ui-inputWidget-input {
background: var(--search-background-color);
color: var(--bright-text-color);
caret-color: var(--bright-text-color);
}
.oo-ui-textInputWidget.oo-ui-widget-enabled
.oo-ui-inputWidget-input:hover {
border-color: #50463b;
}
.oo-ui-textInputWidget.oo-ui-widget-enabled
.oo-ui-inputWidget-input:focus,
.oo-ui-textInputWidget.oo-ui-widget-enabled:hover
.oo-ui-inputWidget-input:focus {
border-color: var(--search-border-color);
box-shadow: none;
transition: 0.3s;
}