Files
@ 9b1df7c06ec2
Branch filter:
Location: light9/static/style.css - annotation
9b1df7c06ec2
779 B
text/css
asco bigger numbers so 3 year old users can find them
Ignore-this: 97feafa3ee4af3017ab3046be45b3d8
Ignore-this: 97feafa3ee4af3017ab3046be45b3d8
e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 1156d3531327 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 18885a10b119 1156d3531327 56218ce0fd37 18885a10b119 56218ce0fd37 1156d3531327 e8f6722a3881 18885a10b119 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 c2faa69099e6 c2faa69099e6 c2faa69099e6 9b1df7c06ec2 9b1df7c06ec2 9b1df7c06ec2 9b1df7c06ec2 9b1df7c06ec2 9b1df7c06ec2 | 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;
}
|