Benutzerin:KaZi/common.css: Unterschied zwischen den Versionen

Aus Stadtwiki Görlitz
Zur Navigation springenZur Suche springen
K (tbc.)
K (tbc.)
Zeile 18: Zeile 18:
 
weitere FFFF80 sehr helles gelb */
 
weitere FFFF80 sehr helles gelb */
 
   
 
   
.thcolor th, zebra th {
+
.thcolor th, .zebra th {
 
/* color: #4f4d52 !important; */
 
/* color: #4f4d52 !important; */
background:#FFFF80 ;  
+
background:#ffdd00 ;  
background-image:-moz-linear-gradient(center top, #FFFF80 0%, #d6b900 100%);  
+
background-image:-moz-linear-gradient(center top, #ffdd00 0%, #d6b900 100%);  
background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#FFFF80 ), color-stop(100%,#d6b900));  
+
background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#ffdd00 ), color-stop(100%,#d6b900));  
background-image:-webkit-linear-gradient(top, #FFFF80 0%, #d6b900 100%);  
+
background-image:-webkit-linear-gradient(top, #ffdd00 0%, #d6b900 100%);  
background-image:-o-linear-gradient(top, #FFFF80 0%, #d6b900 100%);  
+
background-image:-o-linear-gradient(top, #ffdd00 0%, #d6b900 100%);  
background-image:-ms-linear-gradient(top, #FFFF80 0%, #d6b900 100%);  
+
background-image:-ms-linear-gradient(top, #ffdd00 0%, #d6b900 100%);  
background-image: linear-gradient(to bottom, #FFFF80 0%, #d6b900 100%);  
+
background-image: linear-gradient(to bottom, #ffdd00 0%, #d6b900 100%);  
 
padding:0.5em;
 
padding:0.5em;
 
}
 
}

Version vom 23. März 2013, 15:57 Uhr

/* .zebra tr:nth-child(2n+1) {
    background-color: #f3f3f3;
}

.zebra th {
background-color: #ddd !important;
}

.toptextcells td {
vertical-align:top !important;
} */

/* Logofarben:
   ffdd00 hellgelb
   ffde00 mittelgelb
   d6b900 dunkelgelb
   4f4d52 
weitere FFFF80 sehr helles gelb */
 
.thcolor th, .zebra th {
/* color: #4f4d52 !important; */
background:#ffdd00 ; 
background-image:-moz-linear-gradient(center top, #ffdd00 0%, #d6b900 100%); 
background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#ffdd00 ), color-stop(100%,#d6b900)); 
background-image:-webkit-linear-gradient(top, #ffdd00 0%, #d6b900 100%); 
background-image:-o-linear-gradient(top, #ffdd00 0%, #d6b900 100%); 
background-image:-ms-linear-gradient(top, #ffdd00 0%, #d6b900 100%); 
background-image: linear-gradient(to bottom, #ffdd00 0%, #d6b900 100%); 
padding:0.5em;
}