Mudanças entre as edições de "MediaWiki:Common.css"

De wikijud
Ir para navegação Ir para pesquisar
(Criou página com '→‎* o código CSS colocado aqui será aplicado a todos os temas: →‎* CSS do infobox: .infobox { //background: #f8f9fa; background: #f1f5fc; border: 1px solid...')
 
Linha 4: Linha 4:


.infobox {
.infobox {
    //background: #f8f9fa;
     background: #f1f5fc;
     background: #f1f5fc;
     border: 1px solid #aaa;
     border: 1px solid #aaa;
     float: right;
     float: right;
    //margin: 0 0 1em 1em;
    //padding: 1em;
    //width: 400px;
     width: 20%;
     width: 20%;
}
}
.infobox-title {
.infobox-title {
    //font-size: 1em;
     text-align: center;
     text-align: center;
     font-weight: bold;
     font-weight: bold;
Linha 24: Linha 19:
     text-align: left;
     text-align: left;
     font-size: 0.9em;
     font-size: 0.9em;
    //vertical-align: top;
    //width: 120px;
     width: 30%;
     width: 30%;
}
}
Linha 31: Linha 24:
     font-size: 0.9em;
     font-size: 0.9em;
     text-align: left;
     text-align: left;
    //vertical-align: middle;
    //width: 100%;
}
}

Edição das 12h58min de 21 de abril de 2021

/** o código CSS colocado aqui será aplicado a todos os temas */

/** CSS do infobox */

.infobox {
    background: #f1f5fc;
    border: 1px solid #aaa;
    float: right;
    width: 20%;
}
.infobox-title {
    text-align: center;
    font-weight: bold;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: left;
    font-size: 0.9em;
    width: 30%;
}
.infobox td {
    font-size: 0.9em;
    text-align: left;
}