Difference between revisions of "MediaWiki:Mobile.css"

From TaticView
Jump to: navigation, search
Line 5: Line 5:
  
 
/* Remove link para últimas modificações da página */
 
/* Remove link para últimas modificações da página */
footer div.last-modified-bar { display:none !important; }  
+
footer div.last-modified-bar { display:none !important; }
 +
footer > .post-content > h2 { display: none; }
  
 
div.mw-parser-output h2.section-heading:first-of-type > div { display: none; }
 
div.mw-parser-output h2.section-heading:first-of-type > div { display: none; }

Revision as of 13:57, 21 January 2019

/* CSS placed here will affect users of the mobile site */

form.header div.branding-box {  }


/* Remove link para últimas modificações da página */
footer div.last-modified-bar { display:none !important; }
footer > .post-content > h2 { display: none; }

div.mw-parser-output h2.section-heading:first-of-type > div { display: none; }



div#content div.pre-content, div#content div.post-content { display: none; }
div#bodyContent div.mw-pt-translate-header { display: none; }