User:Mefisto1029/vector.css: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* DO NOT KNOW IF THIS WILL WORK */
#mw-panel {
 
     position: fixed;
/* ===== 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;
}
}

Latest revision as of 13:56, 19 December 2025

#mw-panel {
    position: fixed;
}