User:Cake/vector-2022.css

From Path of Exile 2 Wiki
Revision as of 00:33, 3 December 2024 by Cake (talk | contribs)
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.

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;
}