Difference between revisions of "MediaWiki:Mobile.css"

From TaticView
Jump to: navigation, search
Line 7: Line 7:
 
   background-position: center;
 
   background-position: center;
 
   background-repeat: no-repeat;
 
   background-repeat: no-repeat;
   background-size: 100% 90%;
+
   background-size: 215px 54px;
 
}
 
}
  

Revision as of 18:49, 21 January 2019

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

/* Adiciona logotipo no topo da página */
.header-container .branding-box > h1 { display: none; }
.header-container .branding-box { 
   background-image: url(https://wiki.taticview.com/skins/common/images/logo.png?16bb4);
   background-position: center;
   background-repeat: no-repeat;
   background-size: 215px 54px;
}


/* 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; }

/* Remove opções não utilizadas do menu */
#mw-mf-page-left .hlist > li:last-child { display: none; }

#content .mw-parser-output .mf-section-2 > table tr { display: flex; flex-direction: row; height: 100% !important; }
#content .mw-parser-output .mf-section-2 > table td { display: flex; flex-direction: column; width: 33%; margin: 0px 5px 0px 5px; font-size: .9em; }