-
Notifications
You must be signed in to change notification settings - Fork 0
/
di.css
441 lines (396 loc) · 7.91 KB
/
di.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
/*!
* HTML5/JS web player Differently imported
* https://chrome.google.com/webstore/detail/differently-imported-for/bnihjdccalbcoienhgcjjlilfdhacdkf
*
* phil / @ / pbarton / .co / .uk
* Copyright 2014, Phil Barton
*
This library is free to use, and always will be however the source is the property of the original developer.
You may make any modifications to the source for your own personal use, but you may not release or offer a
modified copy of this software under any terms of any licence. Modified source code must not be made public.
Any modifications that may be seen as useful or an improvement may be sent to the author for review.
Any inclusion will be made with full credit however inclusion is solely at the discretion of the author.
Who knows, enough mods offered and I can throw a plugin library together. Feel free to code Mlkdrop for me! :)
(Fork Milkshake on Github)
Any components listed specifically as being under the terms of a different License will fall under the
terms of that Licence and no other. These components will be clearly commented within the source code along
with any acknowledgements to original authors.
This library is distributed and free to be modified with the ideal that openness and honesty with code
is the key to security and trust, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
More importantly I hope you enjoy using the App.
* Date: 3rd March 2015. 16.33 GMT
*/
html{
background-color:#212737;
}
body {
background-color:#212737;
color:#e6e6e6;
font-size:20px;
font-family:verdana, sans-serif;
width:400px;
height:400px;
}
#container{
width:400px;
position:absolute;
}
#left{
width:170px;
float:left;
position:relative;
height:350px;
}
#centreColumn{
margin-left:5px;
margin-right:5px;
width:35px;
float:left;
position:relative;
height:350px;
background-image:url('diff.png');
background-repeat:no-repeat;
background-size: 100% 100%;
background-position: center;
}
#right{
width:180px;
float:left;
position:relative;
height:350px;
}
#track{
border-top: 1px groove #ccc;
margin-left:8px;
position:relative;
float:left;
height:45px;
width:375px;
background-color:#212737;
text-align:center;
/*background-color:#000;*/
/*font-family:"Lucida Console", Monaco, monospace;*/
font-size:12.5px;
padding-left:5px;
}
#trackline{
margin-left:8px;
position:relative;
float:left;
height:5px;
width:375px;
background-color:#ccc;
text-align:center;
/*background-color:#000;*/
/*font-family:"Lucida Console", Monaco, monospace;*/
font-size:12.5px;
}
.trackpointer{
display:block;
height:100%;
background-color:#212737;
}
.selected{
background-color:white;
}
.setWide{
width:176px;
}
#vol {
float:left;
margin-left:3px;
margin-top:7px;
width:80px;
height:18px;
padding:3px;
}
#vol::-webkit-slider-thumb {
cursor: pointer;
margin-top: -8px;
}
#vol::-webkit-slider-runnable-track {
background-color:#30374D ;
height:5px;
}
.buttonBar{
height:30px;
z-index:10000000;
}
#miniSettings{
/*background-image:url('gunmetal.png');*/
width:156px;
height:145px;
/*border:1px solid #30374D;**/
margin-left:10px;
margin-top:0px;
margin-bottom:10px;
font-size:13px;
background-color:#212737 ;
}
.lilButton {
display:block;
margin:4px;
float:left;
height:28px;
cursor:pointer;
background-color:#30374D;
z-index:100000!important;
width:20px;
padding-top:2px;
padding-left:10px;
padding-right:3px;
}
.full_screen{
margin-left:10px;
}
.lilButton a{
color:white;
text-decoration:none;
}
.sm_but{
float:left;
margin-top:5px;
cursor:pointer;
}
#plBut{
height:30px;
width:30px;
}
#plBut img{
height:100%; width:100%;}
#stBut{
margin-left:3px;
height:30px;
width:30px;
}
#stBut img{
height:100%; width:100%;
}
#canvas_box{
width:155px;
margin-left:1px;
margin-top:10px;
border-bottom:1px solid #ccc;
margin-bottom:5px;
}
#imageContainer{
margin-top:10px;
margin-left:10px;
height:150px;
width:150px;
padding-bottom:8px;
}
#imageContainer img{
margin:0 !important;
height:150px!important;
width:150px!important;
}
#miniChannel{
font-size:12px;
text-align:center;
width:100%;
height:10px;
display:inline-block;
}
.add_to_fav{
cursor:pointer;
}
.active_list{
text-decoration:underline;
}
#list_selector{
position:fixed;
left: 230px;
top:333px;
}
.list_selector{
margin-left: 30px;
cursor:pointer;
font-size:12px;
}
.select::-webkit-scrollbar {
width: 12px;
}
/* Track */
.select::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-border-radius: 10px;
border-radius: 10px;
}
/* Handle */
.select::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #212737;
-webkit-box-shadow: inset 0 0 6px #cccccc;
}
.select::-webkit-scrollbar-thumb:window-inactive {
}
.select :focus {
outline: none;
}
.select li{
padding-left:10px;
padding-top:2px;
padding-bottom:2px;
margin-top:5px;
list-style-type:none;
font-family:Tahoma, Geneva, sans-serif;
cursor:pointer;
}
.select li:hover{
color:white;
background-color:black;
}
.select{
height:270px;
background: #212737;
color:grey;
overflow-x:hidden;
overflow-y:scroll;
width:180px;
padding-bottom:10px;
}
#scroll_box_box{
margin-top:5px;
height:275px;}
#down_pad{
width: 0px;
height: 0px;
border-style: solid;
border-width: 20px 90px 0 90px;
border-color: #30374D transparent transparent transparent;
}
#up_pad{
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 90px 20px 90px;
border-color: transparent transparent #30374D transparent;
}
#select_box_box{
height:350px;
width:180px;
}
#sleepBox{
height:20px;
}
#popup_nowplay{
pointer-events: visible;
position:fixed;
display:none;
top:0px;
left:0px;
opacity:0;
color:white;
z-index:1000;
background-color:#212737;
margin-top:2px;
font-size:16px;
padding:5px;
width:200px!important;
height:310px !important;
text-align:center;
padding-top:40px;
padding-right:10px;
padding-left:10px;
overflow:hidden;
}
.close{
cursor:pointer;
position:relative;
float:right;
margin-left:-10px;
margin-right:0px;
margin-top:-5px;
padding:5px;
background-color:#212737;
}
#fsclose{
}
.floatysettings{
padding:10px;
position:absolute;
left:-300px;
top:75px;
height:260px;
width:200px;
z-index:100000!important;
background-color:#30374D;
border-radius:3px;
border:1px solid #CCCCCC;
/*font-family:"Lucida Console", Monaco, monospace;*/
color:white;
font-size:12px;
}
.floatysettings a{
color:white;
font-weight:bold;
}
.floatysettings input,select{
margin:5px;
}
.floatytimings{
padding:10px;
position:absolute;
left:-300px;
top:75px;
height:220px;
width:200px;
z-index:100000!important;
background-color:#30374D;
border-radius:3px;
border:1px solid #CCCCCC;
/*font-family:"Lucida Console", Monaco, monospace;*/
color:white;
font-size:12px;
}
.floatytimings a{
color:white;
font-weight:bold;
}
.floatytimings input,select{
margin:5px;
}
.save{
padding:3px;
margin-top:10px;
cursor:pointer;
background-color:#212737;
font-family:Arial, sans-serif;
font-weight:bold;
text-align:center;
color:white;
width:100%;
}
#tSave{
margin-top:2px;
}
#goSleep{
padding:3px;
cursor:pointer;
background-color:#212737;
font-family:Arial, sans-serif;
fint-weight:bold;
text-align:center;
color:white;
}
.tText{
width:30px;
height:15px;
}
.mouselight:hover{
transition: all 0.4s ease-out-in;
opacity:0.6;
}
#xmashat{
position:absolute;
left:-40px;
top:-50px;
width:200px;
height: 200px;
background-image:url('xmashat.png');
background-repeat: no-repeat;
background-size: 100% 100%;
}