forked from electronoora/webaudio-mod-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
112 lines (88 loc) · 2.42 KB
/
style.css
File metadata and controls
112 lines (88 loc) · 2.42 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
@font-face {
font-family: 'Topaz';
src: url('topaz.ttf');
}
body {
font-family: Topaz;
font-size: 16px; background-color: #000; color: #ccc; font-weight: normal;
line-height: 16px;
}
a { color: #99c; text-decoration: none;}
a:visited { color: #99c; }
a:hover { color: #ddf; }
a.down:hover { color: #fdd !important; }
a.inactive, a.inactive:visited, a.inactive:hover { color: #445; }
.tdalink { color: #113 !important; }
.tdalink:hover { color: #558 !important; }
.tdalink:visited { color:#113 !important; }
select, input {
background-color: #000; color: #8f8;
font-family: Topaz;
font-size: 16px;
margin-bottom: 16px;
border: 0px;
outline: none; font-style: normal; font-weight: normal;
}
optgroup {
font-size: 16px;
color: #88f; font-style: normal; font-weight: normal; }
option { color: #8f8; }
.odd { background-color: #181818; }
.even { background-color: #222222; }
option:focus,
option:active,
option:checked {
background-color: #aae;
color: #fff;
}
::-webkit-scrollbar {
width: 16px;
color: #fff;
border: 1px solid #484;
background-color: #242;
}
::-webkit-scrollbar-thumb {
color: #88f;
background-color: #484;
border: 1px solid: #fff;
}
#outercontainer { width: 928px; margin: 0 auto 0 auto; }
#headercontainer { background-color:#0cc; color:#000; margin-bottom:8px; padding-top: 1px; padding-bottom: 1px; }
#modtitle { white-space: pre; color: #fff; }
#modinfo { color: #aaa; }
#modtimer { color: #99b; }
#modsamples { white-space:pre; float:right; margin-left:12px; color: #888 }
#modpattern { white-space:pre; float:left; margin-top: 16px; height: 24.0em; overflow: hidden; }
#infotext { margin-top: 16px; color: #aae; }
#load_song { float:right; }
#modfile { float:left; width: 480px; }
#fileinfo { width: 480px; float:left; margin-left: 0px; margin-top: 0px; color: #aae;}
#playlist_box { width: 416px; }
#musiclibrary {
color: #aae;
width: 500px;
float: left;
}
#playlist {
width: 420px;
float: right;
color: #aae;
}
.hl { color: #fff; }
.down { color: #faa !important; }
.note { color: #88f; }
.sample { color: #8ff; }
.command { color: #8f8; }
.samplelist { background-color: #000; color: #778; }
.activesample { background-color: #135; color: #fff; }
.currentrow { background-color: #335; }
.filesize { color: #444; }
.patterndata {
height: 24.0em;
margin-top: 0px;
overflow: hidden;
display: none;
}
.currentpattern {
display: inline-block !important;
}