diff static/style.css @ 531:e8f6722a3881

ascoltami2 web one is in good shape. main missing piece is the auto-go button Ignore-this: 2a43f2b25b7b011437e8011bbab15954
author drewp@bigasterisk.com
date Sat, 12 Jun 2010 07:00:54 +0000
parents 1156d3531327
children c2faa69099e6
line wrap: on
line diff
--- a/static/style.css	Fri Jun 11 07:16:46 2010 +0000
+++ b/static/style.css	Sat Jun 12 07:00:54 2010 +0000
@@ -1,9 +1,58 @@
+body { 
+    background: black;
+    color: white;
+    font-family: sans-serif;
+}
+.songs {
+    -moz-column-width:205px;
+    -webkit-column-width:205px;
+}
 .songs button {
-  display: inline-block;
-  width: 300px;
-height: 30px;
-  text-align: left;
+    display: inline-block;
+    width: 200px;
+    height: 50px;
+    text-align: left;
+    background: black;
+    color: white;
+    margin: 2px;
+font-size: 115%;
 }
 .songs button:hover {
-  background: yellow;
+    color: black;
+    background: yellow;
+}
+body { 
+    background: black;
+    color: white;
+    font-style: sans-serif;
+}
+.commands button {
+    background: black;
+    color: white;
+    padding: 20px
+}
+.commands button.active {
+    background: red;
+}
+
+.songs button:hover {
+    color: black;
+    background: yellow;
+}
+.commands button {
+    background: black;
+    color: white;
+    padding: 20px
+}
+.commands button.active {
+    background: #1C4054;
+}
+.key {
+    color: #888;
+}
+.currentSong button {
+    background: #55A5C9;
+}
+.timeRow {
+    margin: 14px;
 }
\ No newline at end of file