Files
@ 527b592b482a
Branch filter:
Location: light9/static/style.css - annotation
527b592b482a
967 B
text/css
up to 87 dmx outputs
Ignore-this: f9d0cb7657e6b000063bb6a6c3c2c0a6
Ignore-this: f9d0cb7657e6b000063bb6a6c3c2c0a6
e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 1156d3531327 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 1156d3531327 56218ce0fd37 56218ce0fd37 56218ce0fd37 1156d3531327 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 c2faa69099e6 c2faa69099e6 c2faa69099e6 1156d3531327 | 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;
}
|