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

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 49: Line 49:
     box-shadow: none;
     box-shadow: none;
     margin-bottom: 0;
     margin-bottom: 0;
}
.vector-menu-tabs .mw-list-item.selected a,
.vector-menu-tabs .mw-list-item.selected a:visited {
    color: #e4dc75;
}
}



Revision as of 00:33, 3 December 2024

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