Mercurial > code > home > repos > light9
view 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 |
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: #333; } .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; }