MediaWiki:Common.css: Difference between revisions

From determinar.ia.br - Determine suas informações
Tags: Replaced Manual revert
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.infobox-medico {
    float: right;
    width: 300px;
    margin: 0 0 1em 1em;
    border: 1px solid #a2a9b1;
    background: #f8f9fa;
    padding: 0.5em;
    font-size: 90%;
}
.infobox-medico-imagem img { max-width: 100%; }
.infobox-medico-titulo {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    padding: 0.3em 0;
}
.infobox-medico-descricao {
    font-style: italic;
    text-align: center;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #a2a9b1;
    margin-bottom: 0.5em;
}
.infobox-medico-tabela { width: 100%; border-collapse: collapse; }
.infobox-medico-tabela th {
    text-align: left;
    vertical-align: top;
    padding: 0.3em;
    width: 40%;
}
.infobox-medico-tabela td { padding: 0.3em; vertical-align: top; }

Revision as of 11:40, 1 August 2026

/* CSS placed here will be applied to all skins */
.infobox-medico {
    float: right;
    width: 300px;
    margin: 0 0 1em 1em;
    border: 1px solid #a2a9b1;
    background: #f8f9fa;
    padding: 0.5em;
    font-size: 90%;
}
.infobox-medico-imagem img { max-width: 100%; }
.infobox-medico-titulo {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    padding: 0.3em 0;
}
.infobox-medico-descricao {
    font-style: italic;
    text-align: center;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #a2a9b1;
    margin-bottom: 0.5em;
}
.infobox-medico-tabela { width: 100%; border-collapse: collapse; }
.infobox-medico-tabela th {
    text-align: left;
    vertical-align: top;
    padding: 0.3em;
    width: 40%;
}
.infobox-medico-tabela td { padding: 0.3em; vertical-align: top; }