User:Cake/vector.css: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 42: Line 42:
         width: 100%;
         width: 100%;
     }
     }
    .mbox {
    margin:0;
    }
    img {
    width: 100%;
    height: auto;
    }
}
/* Content body*/
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%;
	
}