-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
119 lines (98 loc) · 1.8 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
111
112
113
114
115
116
117
118
119
html, body {
font-family: 'Open-Sans', sans-serif;
font-size: 1rem;
margin: 0;
padding: 0;
min-height: 180px;
width: 384px;
}
h1 {
font-size: 1.1rem;
margin: .5rem;
}
.capture-header {
text-align: center;
border-bottom: 0.5px solid #dadada;
}
.capture-header .version {
font-size: .9rem;
color: #888;
}
.capture-content {
padding: .2rem .2rem 4rem;
}
.capture-content #favorites {
margin: .2rem 0;
width: 100%;
}
.capture-content #saveFavorite {
margin: .2rem 0 .2rem .2rem;
}
.es-list li i {
margin-top: .2rem;
cursor: pointer;
}
.capture-footer {
text-align: center;
border-top: 0.5px solid #dadada;
padding: .5rem;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.dc-modal {
position: absolute;
width: 100%;
height: 100%;
background: #000000AA;
text-align: center;
z-index: 99;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.dc-modal .dc-modal-content {
position: absolute;
width: 100%;
height: 100%;
}
.dc-modal .dc-modal-v-center {
position: relative;
top: 50%;
transform: translateY(-50%);
padding: .3rem;
}
.dc-modal #error {
color: #ffa6a6;
}
.dc-modal #modal-ok .fa {
color: #67dd77;
}
.dc-modal .dc-modal-text {
color: white;
}
.dc-modal #closeErrorModal, .dc-modal #closeOkModal {
margin-top: 1rem;
}
.settings-dropdown {
text-align: right;
margin-top: 0.4rem;
}
.settings-dropdown a {
text-decoration: none;
}
.settings .settings-row {
margin-top: .4rem;
}
.settings .settings-content {
margin: .4rem 0;
padding: 0;
}
.settings .settings-bg-color .pre-input-color {
width: 4rem;
}
.settings .settings-layout .btn-group input, .settings .settings-traversal .btn-group input{
display: none;
}