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 */
  
.header-container .branding-box { color: red; }
+
.header-container .branding-box > h1 { display: none; }
  
  

Revision as of 15:42, 21 January 2019

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

.header-container .branding-box > h1 { display: none; }


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

/* Remove label TaticView do rodapé da página */
footer > .post-content > h2 { display: none; }

/* Remove seta indicadora de expansão do bloco "Bem vindo..." */
div.mw-parser-output h2.section-heading:first-of-type > div { display: none; }

/* Remove informações sobre tradução da página */
div#content div.pre-content, div#bodyContent div.mw-pt-translate-header { display: none; }

/* Remove botão para discussão*/
div#content div.post-content { display: none; }