Jump to content

MediaWiki:Mobile.css: Difference between revisions

Created page with "All CSS here will be loaded for users of the mobile site: ESTES ESTILOS SÓ AFETAM O TELEMÓVEL: 1. Limpar fundos que pesam no mobile: body, .mw-page-container { background-image: none !important; background-color: #ffffff !important; } 2. Corrigir o tamanho do conteúdo e tabelas: #content, .mw-body { margin: 0 !important; padding: 10px !important; width: 100% !important; } /* Forçar scroll nas tabelas de hardware do ATLAS..."
 
Tag: Replaced
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
/* ESTES ESTILOS SÓ AFETAM O TELEMÓVEL */
/* 1. Limpar fundos que pesam no mobile */
body, .mw-page-container {
    background-image: none !important;
    background-color: #ffffff !important;
}
/* 2. Corrigir o tamanho do conteúdo e tabelas */
#content, .mw-body {
    margin: 0 !important;
    padding: 10px !important;
    width: 100% !important;
}
/* Forçar scroll nas tabelas de hardware do ATLAS */
.mw-parser-output {
    overflow-x: auto !important;
}
table {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
}
/* 3. Ajustar o Logo da ATRONIA no topo */
.mw-wiki-logo {
    max-width: 140px !important;
    background-size: contain !important;
    margin-left: 10px;
}
/* 4. Cores de texto para melhor contraste */
#mw-content-text {
    color: #000000 !important;
    font-size: 0.95em !important;
}