Mercurial > code > home > repos > light9
view static/style.css @ 1030:efcb41c585fe
update networking for testing
Ignore-this: 6200fdf23cb8e1d7db2ed3e8633f6688
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 26 May 2014 20:52:25 +0000 |
parents | 9b1df7c06ec2 |
children | a2081b9adfe4 |
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; } .num { font-size: 27px; color: rgb(233, 122, 122); display: inline-block; }