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

De VRWiki
 
(40 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 7: Linha 7:
 
}
 
}
  
 +
table, th, td {
  
---------------SLIDER ABAIXO
+
text-align: center;
 +
border: 1px solid grey;
  
 +
}
  
.slider-holder
+
table {
        {
+
    border-collapse: collapse;
            width: 800px;
+
    width: 100%;
            height: 400px;
+
}
            background-color: yellow;
+
 
            margin-left: auto;
+
th, td {
            margin-right: auto;
+
    padding: 8px;
            margin-top: 0px;
+
    text-align: center;
            text-align: center;
+
    border-bottom: 1px solid grey;
            overflow: hidden;
+
}
        }
+
 
       
+
tr:hover{background-color:#f5f5f5}
        .image-holder
+
 
        {
+
 
            width: 2400px;
+
th {
            background-color: red;
+
    background-color: #C0C0C0;
            height: 400px;
+
}
            clear: both;
+
#tb{
            position: relative;
+
 
           
+
background-color: #f0f0f0;  
            -webkit-transition: left 2s;
+
 
            -moz-transition: left 2s;
+
}
            -o-transition: left 2s;
 
            transition: left 2s;
 
        }
 
       
 
        .slider-image
 
        {
 
            float: left;
 
            margin: 0px;
 
            padding: 0px;
 
            position: relative;
 
        }
 
       
 
        #slider-image-1:target ~ .image-holder
 
        {
 
            left: 0px;
 
        }
 
       
 
        #slider-image-2:target ~ .image-holder
 
        {
 
            left: -800px;
 
        }
 
       
 
        #slider-image-3:target ~ .image-holder
 
        {
 
            left: -1600px;
 
        }
 
       
 
        .button-holder
 
        {
 
            position: relative;
 
            top: -20px;
 
        }
 
       
 
        .slider-change
 
        {
 
            display: inline-block;
 
            height: 10px;
 
            width: 10px;
 
            border-radius: 5px;
 
            background-color: brown;
 
        }
 

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; 

}