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

De wikijud
Ir para navegação Ir para pesquisar
 
Linha 12: Linha 12:
     text-align: center;
     text-align: center;
     font-weight: bold;
     font-weight: bold;
    border-bottom: 1px solid;
}
}
.infobox-image {
.infobox-image {

Edição atual tal como às 13h58min 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;
    border-bottom: 1px solid;
}
.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;
}

.mw-body-content{
	font-size: 0.8em;
}

.mw-body{
	margin-left: 12em;
}

#left-navigation{
	margin-left: 12em;
}