MediaWiki:Mobile.css: Difference between revisions

From The Joe Frank Wiki
Mobile formatting
Tags: Mobile edit Mobile web edit
undo
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(19 intermediate revisions by the same user not shown)
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 */


#plainlinks hlist navbar mini {
 
    display: none;
/* 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;  }

Latest revision as of 12:47, 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;  }