-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathui.css
41 lines (37 loc) · 1.04 KB
/
ui.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
.erya-danmaku {
position: absolute !important;
top: 0;
width: 841px;
height: 480px;
}
.black_background {
height: 560px !important;
background-size: auto 560px;
}
/* 8.3.2 story show > danmakubar */
.danmakubar {margin:5px auto;width:800px;height:28px;text-align:center;z-index:300;}
.danmakubar input[type="text"] {width:340px;}
.danmakubar input[type="button"] {height:28px;}
.danmakubar label {float:left;display:inline-block;margin:5px;}
.danmakubar .lefttools {float:left;padding:6px;}
#danmaku-tips {display:none;}
#danmaku-fontsize {width:80px;}
#danmaku-mode {width:90px;}
/* 8.3.2 story show > danmakubar > color_select */
.color_select {
width:16px;
height:16px;
border:1px solid #ccc;
display:inline-block;
background-color:#ffffff;
text-align:left;
}
.color_select input[type="text"] {width:80px;}
.color_picker {width:12px;height:12px;border:1px solid #ffffff;display:inline-block;}
#color_container{
width:254px;
/*width:600px;*/
display:inline-block;
line-height:0px;
}
#current_color{width:40px;margin:5px 0;}