annotate static/style.css @ 963:56218ce0fd37

asco song buttons now have links in them, for dragging Ignore-this: 902059aa1051fa139cc943ea0211fd39
author drewp@bigasterisk.com
date Sat, 15 Jun 2013 08:21:16 +0000
parents c2faa69099e6
children 18885a10b119
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
531
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
1 body {
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
2 background: black;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
3 color: white;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
4 font-family: sans-serif;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
5 }
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
6 .songs {
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
7 -moz-column-width:205px;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
8 -webkit-column-width:205px;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
9 }
529
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
10 .songs button {
531
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
11 display: inline-block;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
12 width: 200px;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
13 height: 50px;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
14 text-align: left;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
15 background: black;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
16 color: white;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
17 margin: 2px;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
18 font-size: 115%;
529
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
19 }
963
56218ce0fd37 asco song buttons now have links in them, for dragging
drewp@bigasterisk.com
parents: 938
diff changeset
20 button a {
56218ce0fd37 asco song buttons now have links in them, for dragging
drewp@bigasterisk.com
parents: 938
diff changeset
21 color: white;
56218ce0fd37 asco song buttons now have links in them, for dragging
drewp@bigasterisk.com
parents: 938
diff changeset
22 }
529
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
23 .songs button:hover {
531
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
24 color: black;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
25 background: yellow;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
26 }
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
27 body {
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
28 background: black;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
29 color: white;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
30 font-style: sans-serif;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
31 }
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
32 .commands button {
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
33 background: black;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
34 color: white;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
35 padding: 20px
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
36 }
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
37 .commands button.active {
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
38 background: red;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
39 }
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
40
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
41 .songs button:hover {
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
42 color: black;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
43 background: yellow;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
44 }
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
45 .commands button {
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
46 background: black;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
47 color: white;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
48 padding: 20px
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
49 }
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
50 .commands button.active {
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
51 background: #1C4054;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
52 }
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
53 .key {
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
54 color: #888;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
55 }
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
56 .currentSong button {
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
57 background: #55A5C9;
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
58 }
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
59 .timeRow {
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
60 margin: 14px;
938
c2faa69099e6 asco: display update frequency and dim when updates stop. run slower updates on tablets and phones
drewp@bigasterisk.com
parents: 531
diff changeset
61 }
c2faa69099e6 asco: display update frequency and dim when updates stop. run slower updates on tablets and phones
drewp@bigasterisk.com
parents: 531
diff changeset
62 .stalled {
c2faa69099e6 asco: display update frequency and dim when updates stop. run slower updates on tablets and phones
drewp@bigasterisk.com
parents: 531
diff changeset
63 opacity: .5;
529
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
64 }