Files
@ 4f28a6c4814d
Branch filter:
Location: light9/static/style.css - annotation
4f28a6c4814d
1.4 KiB
text/css
rename songs to not have digits other than their show numbers
Ignore-this: 35fe5cb9bf082dea8e9211821bff12d8
Ignore-this: 35fe5cb9bf082dea8e9211821bff12d8
e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 e8f6722a3881 a58e8408f563 a58e8408f563 a58e8408f563 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 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 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 487f0877b7c6 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 487f0877b7c6 487f0877b7c6 487f0877b7c6 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 a2081b9adfe4 | body {
background: black;
color: white;
font-family: sans-serif;
}
h1 {
margin: 0;
}
a {
color: rgb(97, 97, 255);
}
.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;
}
.dropTarget {
padding: 10px 5px;
border: 2px dashed gray;
font-style: italic;
color: rgb(78, 90, 107);
}
.dropTarget:hover {
background: #1F1F0D;
}
.twoColList {
-webkit-column-width: 24em;
}
.twoColList > li {
margin-bottom: 13px;
}
.song {
color: rgb(85, 221, 85);
}
.song:before {
content: "♫";
color: black;
background: rgb(85, 221, 85);
border-radius: 30%;
}
.effect:before {
content: "⛖";
}
.song:before, .effect:before {
margin-right: 3px;
text-decoration: none !important;
font-size: 140%;
}
|