Changes

Jump to: navigation, search

MediaWiki:Mobile.css

141 bytes added, 12:36, 24 January 2019
no edit summary
.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-repeat: no-repeat;
background-size: 200px 50px;
}
/* Faz com que as imagens se adaptem ao tamanho da tela no mobile */
img { max-width: 100% !important; height: auto !important; }
/* Seta a font default da Wiki Tatic */
.section-heading,
.section-heading > .mw-headline { font-family: inherit !important; }
/* Adiciona espaçamento antes da barra de traduções */
/* 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 e separador do conteúdo */
@media(max-width: 376px) {
.content-table tr { flex-direction: column; }
.content-table td { flex-direction: row; align-items: center; flex-wrap: wrap; border-bottom: 1px solid lightgray; margin-bottom: 10px; width: 100%; } .content-table td > p:last-child { width: 100%; }
}

Navigation menu