-
Notifications
You must be signed in to change notification settings - Fork 8
/
styles.css
90 lines (70 loc) · 942 Bytes
/
styles.css
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#album-art {
width:270px;
height:270px;
margin-top:20px;
margin-bottom:10px;
}
#now-playing {
margin-bottom:20px;
}
.aname {
font-size:14px;
line-height:20px;
}
#main {
}
#sidebar {
min-width:320px;
height:800px;
}
#attribute-select {
width:280px;
}
#song-title {
font-weight:bold;
height:18px;
overflow:hidden;
}
#artist-name{
font-size:12px;
height:18px;
overflow:hidden;
}
#now-playing-info {
font-size:14px;
line-height:18px;
height:36px;
overflow:hidden;
margin-top:8px;
}
.footer {
margin-top:10px;
margin-left:20px;
}
#simplot {
}
#tabber {
margin-top:20px;
}
#info {
height:20px;
}
#about {
display:none;
}
#scatter-display {
display:none;
}
.axis-selector {
margin-left:48px;
}
.stable {
margin-top:10px;
}
.stable th {
padding-left:10px;
}
.stable td {
width:10px;
text-align:left;
}