Benutzerin:KaZi/common.css

Aus Stadtwiki Görlitz
Zur Navigation springenZur Suche springen

Beachte: Nach dem Speichern muss Du Deinem Browser sagen, die neue Version zu laden: Mozilla/Firefox: Strg-Shift-R, IE: Strg-F5, Safari: Cmd-Shift-R, Konqueror: F5.

/* .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 */
 
.thcolor th {
/* color: #4f4d52 !important; */
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;
}