Mercurial > code > home > repos > light9
view 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 |
line wrap: on
line source
body { background: black; color: white; font-family: sans-serif; } .songs { -moz-column-width:205px; -webkit-column-width:205px; } .songs button { display: inline-block; width: 200px; height: 50px; text-align: left; background: black; color: white; margin: 2px; font-size: 115%; } button a { color: white; } .songs button:hover { 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; } .stalled { opacity: .5; }