Benutzerin:KaZi/common.css: Unterschied zwischen den Versionen
Aus Stadtwiki Görlitz
Zur Navigation springenZur Suche springenKaZi (Diskussion | Beiträge) K (tbc.) |
KaZi (Diskussion | Beiträge) K (tbc.) |
||
| Zeile 12: | Zeile 12: | ||
/* Logofarben: | /* Logofarben: | ||
| − | + | ffea00 hellgelb | |
| − | + | ffdd00 mittelgelb | |
d6b900 dunkelgelb | d6b900 dunkelgelb | ||
| − | 4f4d52 | + | 4f4d52 mittelgrau (Logoschrift) |
weitere FFFF80 sehr helles gelb | weitere FFFF80 sehr helles gelb | ||
FFE840 irgendwas zw. sehr hell und helles gelb */ | FFE840 irgendwas zw. sehr hell und helles gelb */ | ||
| Zeile 21: | Zeile 21: | ||
.thcolor th, .zebra th { | .thcolor th, .zebra th { | ||
/* color: #4f4d52 !important; */ | /* color: #4f4d52 !important; */ | ||
| − | background:# | + | background:#ffea00; |
| − | background-image:-moz-linear-gradient(center top, # | + | background-image:-moz-linear-gradient(center top, #ffea00 0%, #d6b900 100%); |
| − | background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,# | + | background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#ffea00 ), color-stop(100%,#d6b900)); |
| − | background-image:-webkit-linear-gradient(top, # | + | background-image:-webkit-linear-gradient(top, #ffea00 0%, #d6b900 100%); |
| − | background-image:-o-linear-gradient(top, # | + | background-image:-o-linear-gradient(top, #ffea00 0%, #d6b900 100%); |
| − | background-image:-ms-linear-gradient(top, # | + | background-image:-ms-linear-gradient(top, #ffea00 0%, #d6b900 100%); |
| − | background-image: linear-gradient(to bottom, # | + | background-image: linear-gradient(to bottom, #ffea00 0%, #d6b900 100%); |
padding:0.5em; | padding:0.5em; | ||
} | } | ||
Version vom 23. März 2013, 15:10 Uhr
/* .zebra tr:nth-child(2n+1) {
background-color: #f3f3f3;
}
.zebra th {
background-color: #ddd !important;
}
.toptextcells td {
vertical-align:top !important;
} */
/* Logofarben:
ffea00 hellgelb
ffdd00 mittelgelb
d6b900 dunkelgelb
4f4d52 mittelgrau (Logoschrift)
weitere FFFF80 sehr helles gelb
FFE840 irgendwas zw. sehr hell und helles gelb */
.thcolor th, .zebra th {
/* color: #4f4d52 !important; */
background:#ffea00;
background-image:-moz-linear-gradient(center top, #ffea00 0%, #d6b900 100%);
background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#ffea00 ), color-stop(100%,#d6b900));
background-image:-webkit-linear-gradient(top, #ffea00 0%, #d6b900 100%);
background-image:-o-linear-gradient(top, #ffea00 0%, #d6b900 100%);
background-image:-ms-linear-gradient(top, #ffea00 0%, #d6b900 100%);
background-image: linear-gradient(to bottom, #ffea00 0%, #d6b900 100%);
padding:0.5em;
}