Difference between revisions of "MediaWiki:Mobile.css"

From TaticView
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
  
form.header div.branding-box { display: none; }
+
form.header div.branding-box { }
  
body { background-color: black; }
 
  
footer div.last-modified-bar { display:none !important; }
+
/* Remove link para últimas modificações da página */
 +
footer div.last-modified-bar { display:none !important; }
 +
 
 +
.mw-parse-output .mf-section-1 { aria-pressed:true; aria-expanded:true; }

Revision as of 13:11, 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-parse-output .mf-section-1 { aria-pressed:true; aria-expanded:true; }