User:Arlen22/vector.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@media screen and (max-width: 768px){
div#mw-panel { display:none; }
div#left-navigation { left:0px; }
div#mw-body { margin-left:0px; }
div#content { margin-left:0px; }
div#mw-head-base { margin-left:0px; }
div#footer { margin-left:0px; }
div#p-personal ul { padding-left: 0px; }
div#right-navigation {
 right:0px;
 left:0px;
 position:absolute;
 display:none;
 background-color: white;
 border: solid green 1px;
}
div#right-navigation div { 
 clear:both;
 width:200px; 
}
div#right-navigation h3 span {
 display: inline;
}
}