The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.

User:Cake/vector-2022.css: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
(Blanked the page)
Tags: Blanking Manual revert
 
Line 1: Line 1:
main#content {
    padding: calc(8px + 1.5625vw);
}


.mw-page-container {
    background: none;
}
* {
    box-sizing: border-box;
}
body {
    font-size: 16px;
}
.mw-page-container {
    max-width: initial;
    min-width: initial;
    padding: calc(8px + 1.5625vw);
}
.mw-ui-icon-flush-right {
    margin-right: 0;
}
.vector-body {
    font-size: 15px;
}
.mw-content-container {
    max-width: fit-content;
}
.navbox {
    overflow-x: auto;
}
#left-navigation {
    margin: 0;
}
#right-navigation {
    margin: 0;
}
.vector-page-toolbar-container {
    display: flex;
    box-shadow: none;
    margin-bottom: 0;
}
.vector-menu-tabs .mw-list-item.selected a,
.vector-menu-tabs .mw-list-item.selected a:visited {
    color: #e4dc75;
}
#vector-page-tools-pinned-container .vector-page-tools:after {
    background: none;
}

Latest revision as of 23:36, 28 December 2024