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

Aus Stadtwiki Görlitz
Zur Navigation springenZur Suche springen
(test Tabellenüberschriften mit Verlaufsfarbe)
(tbc.)
Zeile 11: Zeile 11:
 
} */
 
} */
  
 +
/* ffdd00 hellgelb
 +
  ffde00 mittelgelb
 +
  d6b900 dunkelgelb */
 +
 
.thcolor th {
 
.thcolor th {
background:#d2801e;  
+
background:#ffdd00;  
background-image:-moz-linear-gradient(center top, #d2801e 0%, #653f03 100%);  
+
background-image:-moz-linear-gradient(center top, #d2801e 0%, #d6b900 100%);  
background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#d2801e), color-stop(100%,#653f03));  
+
background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#ffdd00), color-stop(100%,#d6b900));  
background-image:-webkit-linear-gradient(top, #d2801e 0%, #653f03 100%);  
+
background-image:-webkit-linear-gradient(top, #ffdd00 0%, #d6b900 100%);  
background-image:-o-linear-gradient(top, #d2801e 0%, #653f03 100%);  
+
background-image:-o-linear-gradient(top, #ffdd00 0%, #d6b900 100%);  
background-image:-ms-linear-gradient(top, #d2801e 0%, #653f03 100%);  
+
background-image:-ms-linear-gradient(top, #ffdd00 0%, #d6b900 100%);  
background-image: linear-gradient(to bottom, #d2801e 0%, #653f03 100%);  
+
background-image: linear-gradient(to bottom, #ffdd00 0%, #d6b900 100%);  
 
color:#000000;  
 
color:#000000;  
 
font-size:120%;  
 
font-size:120%;  
 
padding:0.5em;
 
padding:0.5em;
 
}
 
}

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

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

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

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

/* ffdd00 hellgelb
   ffde00 mittelgelb
   d6b900 dunkelgelb */
 
.thcolor th {
background:#ffdd00; 
background-image:-moz-linear-gradient(center top, #d2801e 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%); 
color:#000000; 
font-size:120%; 
padding:0.5em;
}