annotate static/style.css @ 1004:18885a10b119

asco style cleanup and button hover color change Ignore-this: a0288c4ea581c04c30290e9dfffdfeeb
author drewp@bigasterisk.com
date Mon, 17 Jun 2013 01:13:16 +0000
parents 56218ce0fd37
children 9b1df7c06ec2
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;
1004
18885a10b119 asco style cleanup and button hover color change
drewp@bigasterisk.com
parents: 963
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 {
1004
18885a10b119 asco style cleanup and button hover color change
drewp@bigasterisk.com
parents: 963
diff changeset
21 color: white;
963
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;
1004
18885a10b119 asco style cleanup and button hover color change
drewp@bigasterisk.com
parents: 963
diff changeset
25 background: #333;
531
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
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
28 .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
29 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
30 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
31 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
32 }
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
33 .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
34 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
35 }
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
36 .key {
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
37 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
38 }
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
39 .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
40 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
41 }
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
42 .timeRow {
e8f6722a3881 ascoltami2 web one is in good shape. main missing piece is the auto-go button
drewp@bigasterisk.com
parents: 529
diff changeset
43 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
44 }
c2faa69099e6 asco: display update frequency and dim when updates stop. run slower updates on tablets and phones
drewp@bigasterisk.com
parents: 531
diff changeset
45 .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
46 opacity: .5;
529
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
47 }