MediaWiki:Common.css

De Assessoria de Gestão Estratégica - TRT13
Revisão de 14h23min de 12 de fevereiro de 2019 por Admin (discussão | contribs)
Ir para navegação Ir para pesquisar

Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/** o código CSS colocado aqui será aplicado a todos os temas */

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    //margin: 0 0 1em 1em;
    //padding: 1em;
    //width: 400px;
    width: 18%;
}
.infobox-title {
    //font-size: 1em;
    text-align: center;
    font-weight: bold;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: left;
    font-size: 0.9em;
    //vertical-align: top;
    //width: 120px;
    width: 30%;
}
.infobox td {
    font-size: 0.9em;
    text-align: left;
    //vertical-align: middle;
    //width: 100%;
}