view static/style.css @ 996:458eb42fa016

curvecalc: no error if music player has no current song Ignore-this: 5577a78295efc8f97c7fc53561df1ade
author drewp@bigasterisk.com
date Sun, 16 Jun 2013 18:47:33 +0000
parents 56218ce0fd37
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;
}