-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (57 loc) · 868 Bytes
/
style.css
File metadata and controls
64 lines (57 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
body
{
background-color: #000000;
background-image: url("http://i.imgur.com/nbbkiMb.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
overflow: hidden;
}
#stream
{
bottom: 8;
position: absolute;
}
#schedule
{
color: #000000;
height: 34;
font-family: monospace;
font-size: 14;
top: 5;
position: absolute;
}
#nowPlaying
{
width: 300;
height: 380;
bottom: 10;
right: 10;
position: absolute;
}
.fireworks
{
width: 250;
height: 250;
position: absolute;
display:none;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
p
{
font-family: monospace;
font-size: 14;
margin: 0px;
}
.showInactive
{
color: #FFFF00;
}
.showActive
{
color: #FF0000;
}