User:Mefisto1029/vector.css: Difference between revisions
Jump to navigation
Jump to search
Mefisto1029 (talk | contribs) No edit summary |
Mefisto1029 (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
border-radius: 4px; | border-radius: 4px; | ||
background-color: #141414; | background-color: #141414; | ||
} | |||
/* ===== Gallery images ===== */ | |||
.skin-vector .mw-search-profile-tabs { | |||
border: 1px solid #503a1e; | |||
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 #503a1e; | |||
} | } | ||
Revision as of 11:14, 18 December 2025
/* DO NOT KNOW IF THIS WILL WORK */
/* ===== 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 #503a1e;
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 #503a1e;
}