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

De VRWiki
 
(42 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 7: Linha 7:
 
}
 
}
  
 +
table, th, td {
  
 +
text-align: center;
 +
border: 1px solid grey;
  
------------------------ teste do slider abaixo
+
}
  
#container{
+
table {
width:604px;
+
    border-collapse: collapse;
height:453px;
+
    width: 100%;
position:relative;
+
}
}
 
  
#container ul{
+
th, td {
width:604px;
+
    padding: 8px;
height:453px;
+
    text-align: center;
list-style:none outside none;
+
    border-bottom: 1px solid grey;
position:relative;
+
}
overflow:hidden;
 
}
 
  
 +
tr:hover{background-color:#f5f5f5}
  
  
#container li:first-child{
+
th {
display:list-item;
+
    background-color: #C0C0C0;
position:absolute;
+
}
}
+
#tb{
  
#container li{
+
background-color: #f0f0f0;  
position:absolute;
 
display:none;
 
}
 
  
 
+
}
 
 
 
 
#container .prevButton{
 
height:72px;
 
width:68px;
 
position:absolute;
 
background:url('buttons.png') no-repeat;
 
top:50%;
 
margin-top:-36px;
 
cursor:pointer;
 
z-index:2000;
 
background-position:left top;
 
left:0
 
}
 
 
 
#container .prevButton:hover{background-position:left bottom;left:0;}
 

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; 

}