-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
110 lines (110 loc) · 1.92 KB
/
style.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
* {
margin: 0;
padding: 0;
}
#reader__scan_region {
height: 450px;
width: 600px;
border-radius: 1rem;
}
#reader__scan_region > img {
filter: invert(1);
display: block;
margin: auto auto auto auto;
height: 100%;
user-select: none;
}
#reader__scan_region > br {
display: none;
}
#reader > div:nth-child(1) > img {
filter: invert(1);
user-select: none;
display: none;
}
body {
font-family: monospace;
background-color: #101010;
color: white;
padding: 2rem;
margin: 0;
}
h1 {
color: #a71f28;
font-size: 2rem;
margin-bottom: 1rem;
}
h3 {
margin-block: 1rem;
}
#reader {
background: linear-gradient(0deg, #0f0f0f, #1f1f1f);
box-shadow: inset 0 0 0 2px #a71f28;
border: none !important;
padding: 1rem;
border-radius: 1rem;
}
#reader__dashboard {
background: #101010;
padding: 1rem;
box-shadow: inset 0 0 0 2px #a71f28;
border-radius: 1rem;
position: fixed;
top: 1rem;
right: 1rem;
width: fit-content !important;
height: 80px;
}
#html5-qrcode-button-camera-permission {
background: #a71f28;
padding: 0.5rem;
border: none;
border-radius: 0.1rem;
cursor: pointer;
color: white;
font-size: 1rem;
}
#html5-qrcode-select-camera {
background: #555555;
padding: 0.5rem;
border: none;
border-radius: 0.1rem;
cursor: pointer;
color: white;
font-size: 1rem;
}
#html5-qrcode-button-camera-start {
background: #a71f28;
padding: 0.5rem;
border: none;
border-radius: 0.1rem;
cursor: pointer;
color: white;
font-size: 1rem;
}
#html5-qrcode-anchor-scan-type-change {
display: block;
padding-block: 0.5rem;
width: 100%;
text-align: center;
}
#html5-qrcode-button-camera-stop {
background: #a71f28;
padding: 0.5rem;
border: none;
border-radius: 0.1rem;
cursor: pointer;
color: white;
font-size: 1rem;
}
tbody {
background: #202020;
padding: 10px;
border: none;
color: white;
}
td {
padding: 10px;
border: 1px solid #404040;
color: white;
}