1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
.icon-class { transition: all 5s; /* time between GPS pings */ } @font-face { font-family: "HWYGOTH"; src: url("/static/fonts/HWYGOTH.ttf"); } * { font-family:HWYGOTH; color: lightgray; } .disabled-class > * > * { color: darkgray; } .disabled-class > * { color: darkgray; }