Open main menu

Changes

MediaWiki:Common.css

283 bytes added, 5 years ago
no edit summary
@media only screen and (min-width: 768px) {
._responsive {}
._responsive #mw-panel {
left: -10em;
}
 
._responsive #left-navigation {
margin-left: 0;
}
._responsive #p-personal {
right: auto;
}
 
._responsive #right-navigation {
float: left;
}
 
._responsive .mw-body {
margin-left: 0;
}
 
}
@media only screen and (min-width: 1200px) {
/* #testdivnew{ opacity:.6;}
#testdivnew > div { margin-left: 10px !important; margin-right: 10px !important; }
*/
}
/*This CSS code adding by Rahul for responsiveness */