Майык:Main Page/minerva.css

Википедия деп сайттан
/* This template is loaded on the main page to address T32405
 Please feel free to adapt the code, translate this message.
 Updates can be found in https://gist.github.com/jdlrobson/dbb124296ed2a1fc7242018c7b589059
which this includes with modifications. */

@media screen and ( max-width: 720px ) {
	body.skin-minerva td,
	body.skin-minerva tr,
	body.skin-minerva tbody,
	body.skin-minerva table {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box;
	}
	
	/* Styles specific to this wiki */
	body.skin-minerva  #main-page-content div,
	body.skin-minerva #mf-picture-picture div {
		left: unset !important;
		top: unset !important;
		box-sizing: border-box !important;
		width: 100% !important;
		float: none !important;
		position: relative !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		display: block !important;
	}
    
    #main-page-header >  div:last-child,
    #main-page-header > div > div > div { display: none !important; }
    #main-page-header > div > div >div:last-child { display: block !important;  width: 100% !important; }
}