Difference between revisions of "MediaWiki:Mobile.css"

From TaticView
Jump to: navigation, search
Line 7: Line 7:
 
footer div.last-modified-bar { display:none !important; }  
 
footer div.last-modified-bar { display:none !important; }  
  
.mw-parse-output .mf-section-1 { aria-pressed:true; aria-expanded:true; }
+
.mw-parser-output .mf-section-1 { aria-pressed:true; aria-expanded:true; }
 
+
.mw-parser-output .section-heading:first-child div.indicator { display:none; }
 
div#content div.pre-content, div#content div.post-content { display: none; }
 
div#content div.pre-content, div#content div.post-content { display: none; }
 
div#bodyContent div.mw-pt-translate-header { display: none; }
 
div#bodyContent div.mw-pt-translate-header { display: none; }

Revision as of 13:48, 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; } 

.mw-parser-output .mf-section-1 { aria-pressed:true; aria-expanded:true; }
.mw-parser-output .section-heading:first-child div.indicator { display:none; }
div#content div.pre-content, div#content div.post-content { display: none; }
div#bodyContent div.mw-pt-translate-header { display: none; }