Jump to content

MediaWiki:Mobile.css: Difference between revisions

no edit summary
(Created page with "→‎All CSS here will be loaded for users of the mobile site: →‎Old Infobox template style - NOT WORKING on Mobile: .infobox { border: 1px solid #020202; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; } .infobox td, .infobox th { vertical-align: top; } .infobox caption { font-size: larger; margin-left: inherit; } .infobox.bordered { border-collapse: colla...")
 
No edit summary
Line 45: Line 45:
div.vector-sitenotice-container {  
div.vector-sitenotice-container {  
   display: none;
   display: none;
}
/*Important: Show only mobile ad code on mobile*/
.nomobile {
  display: none !important;
}
}