MediaWiki:Common.css

From determinar.ia.br - Determine suas informações
Revision as of 11:40, 1 August 2026 by Determinaradmin (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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; }