-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.css
82 lines (70 loc) · 1.13 KB
/
index.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
@import url("https://fonts.loli.net/css?family=Roboto+Mono:300");
video {
width: 99.5%;
}
@media screen and (min-width: 767px) {
body {
margin-left: 5px;
margin-right: 10px;
}
video {
width: 50%;
float: left;
margin-right: 5px;
}
#txt {
position: absolute;
}
}
#txt {
font-family: "Roboto Mono", "宋体", "simsun", monospace;
font-size: 10px;
line-height: 10px;
width: 0px;
transform-origin: top left;
left: -5px;
right: 0px;
top: 0px;
}
canvas {
display: none;
}
.clear {
clear: both;
}
.range_div {
float: left;
}
.upload-div {
margin-right: 10px;
margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
.upload-div {
float: right;
}
}
#upload-button,
#text-button {
height: 27px;
width: 101px;
}
.upload-div p {
margin-bottom: 3px;
}
#upload-button {
position: absolute;
cursor: pointer;
opacity: 0;
}
.hidden {
position: absolute;
visibility: hidden;
width: 99%;
top: 0;
}
@media screen and (max-width: 767px) {
.hidden {
width: 96%;
}
}