User:Cake/vector.css: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-body-content {
.mw-body-content {
font-size: 1em;
    font-size: 1em;
}
}


@media screen and (max-width: 480px) {
@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%;
    }


    .toc {
        display: block;
    }


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


/* Gem container */
    .jquery-tablesorter {
.infobox-page-container {
        display: block;
float: none;
        overflow: scroll;
clear: none;
    }
margin:0;
}


.toc {
    .item-table.jquery-tablesorter {
display:block;
        display: table;
        width: 100%;
    }
    .mbox {
    margin:0;
    }
    img {
    width: 100%;
    height: auto;
    }
}
}


#footer {
/* Content body*/
margin: 0;
div#content {
}
margin: 0 15%;
}
}

Latest revision as of 19:45, 7 August 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%;
    }
    .mbox {
    	margin:0;
    }
    img {
    	width: 100%;
    	height: auto;
    }
}

/* Content body*/ 
div#content {
	margin: 0 15%;
	
}