User:Cake/vector.css: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
.mw-body-content {
.mw-body-content {
font-size: 1em;
    font-size: 1em;
}
}


@media only screen and (max-width: 600px) {
@media only screen and (max-width: 580px) {
.mw-body, #mw-data-after-content {
    .mw-body, #mw-data-after-content {
     margin: 0;
        margin: 0;
}
    }
 
 
    /* Left nav panel */
    #mw-panel {
        display: none;
    }
 
    /* Info container */
     .infobox-page-container {
        float: none;
        clear: none;
        margin: 0;
    }


    .infobox-page-container > .item-box {
        width: 100%;
    }


/* Left nav panel */
    .toc {
#mw-panel {
        display: block;
display:none;
    }
}


/* Gem container */
    #footer {
.infobox-page-container {
        margin: 0;
float: none;
    }
clear: none;
margin:0;
}


.toc {
    .jquery-tablesorter {
display:block;
        display: block;
}
        overflow: scroll;
    }


#footer {
    .item-table.jquery-tablesorter {
margin: 0;
        display: table;
}
        width: 100%;
    }
}
}

Revision as of 20:09, 31 July 2022

.mw-body-content {
    font-size: 1em;
}

@media only screen and (max-width: 580px) {
    .mw-body, #mw-data-after-content {
        margin: 0;
    }


    /* Left nav panel */
    #mw-panel {
        display: none;
    }

    /* Info container */
    .infobox-page-container {
        float: none;
        clear: none;
        margin: 0;
    }

    .infobox-page-container > .item-box {
        width: 100%;
    }

    .toc {
        display: block;
    }

    #footer {
        margin: 0;
    }

    .jquery-tablesorter {
        display: block;
        overflow: scroll;
    }

    .item-table.jquery-tablesorter {
        display: table;
        width: 100%;
    }
}