Changes

Jump to: navigation, search

MediaWiki:Mobile.css

16 bytes added, 11:58, 22 January 2019
no edit summary
/* CSS placed here will affect users of the mobile site */
/* Seta a cor de fundo para branco no conteúdo da página */
#mw-mf-page-center { background-color: white; }
/* Ajusta dimensões e posicionamento das tabelas de conteúdo */
.content-table tr { display: flex; flex-direction: row; height: 100% !important; }
.content-table td { display: flex; flex-direction: column; font-size: .9em; width: 33%; padding-left: 5px; }

Navigation menu