Mercurial > code > home > repos > light9
view static/style.css @ 563:1e24716ea16f
vidref: random fix which might make it more robust
Ignore-this: 39f1ebe884a2f8cca8313d39ee5d5f31
author | David McClosky <dmcc@bigasterisk.com> |
---|---|
date | Sat, 19 Jun 2010 19:03:27 +0000 |
parents | e8f6722a3881 |
children | c2faa69099e6 |
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%; } .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; }