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

De VRWiki
Linha 28: Linha 28:
 
th {
 
th {
 
     background-color: #DCDCDC;
 
     background-color: #DCDCDC;
 +
    width: 100%;
 +
    float:left;
 
      
 
      
 
}
 
}

Edição das 18h40min de 25 de setembro de 2017

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

pre {

white-space: pre-line;

}

table, th, td {

text-align: left;

}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

tr:hover{background-color:#f5f5f5}

th {
    background-color: #DCDCDC;
    width: 100%;
    float:left;
    
}