MediaWiki:Mobile.css: Difference between revisions

From The Joe Frank Wiki
category fix
Tags: Mobile edit Mobile web edit Advanced mobile edit
categories... :/
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site  


 
disappear mw generated category page divs  
/* disappear mw generated category page divs  
#mw-subcategories {
#mw-subcategories {
display: none;
display: none;
Line 8: Line 7:
#mw-content-text > div.mw-category-generated > #mw-pages {
#mw-content-text > div.mw-category-generated > #mw-pages {
display: none;
display: none;
}*/
}


/* Hide VTE in mobile */
/* Hide VTE in mobile  
.mini.navbar.hlist.plainlinks  {  display: none;  }
.mini.navbar.hlist.plainlinks  {  display: none;  }*/

Revision as of 12:40, 6 November 2024

/* All CSS here will be loaded for users of the mobile site 

 disappear mw generated category page divs 
#mw-subcategories {
	display: none;
}
#mw-content-text > div.mw-category-generated > #mw-pages {
	display: none;
}

/* Hide VTE in mobile 
.mini.navbar.hlist.plainlinks   {  display: none;  }*/