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

De VRWiki
 
(8 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 9: Linha 9:
 
table, th, td {
 
table, th, td {
  
text-align: left;
+
text-align: center;
 
border: 1px solid grey;
 
border: 1px solid grey;
  
Linha 21: Linha 21:
 
th, td {
 
th, td {
 
     padding: 8px;
 
     padding: 8px;
     text-align: left;
+
     text-align: center;
     border-bottom: 1px solid #ddd;
+
     border-bottom: 1px solid grey;
 
}
 
}
  
 
tr:hover{background-color:#f5f5f5}
 
tr:hover{background-color:#f5f5f5}
 +
  
 
th {
 
th {
     background-color: #DCDCDC;
+
     background-color: #C0C0C0;
   
+
}
   
+
#tb{
   
+
 
 +
background-color: #f0f0f0;
 +
 
 
}
 
}

Edição atual tal como às 12h19min de 26 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: center;
border: 1px solid grey;

}

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

th, td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid grey;
}

tr:hover{background-color:#f5f5f5}


th {
    background-color: #C0C0C0;  
}
#tb{

background-color: #f0f0f0; 

}