-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
290 lines (233 loc) · 4.49 KB
/
styles.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
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
padding-top: 70px;
margin-bottom: 60px;
text-align: center;
background: #DFDFDF;
margin: 0 30px 100px 30px;
font: bold italic 10px Georgia, serif;
padding-bottom:300px;
}
.navbar {
font: bold italic 20px Verdana;
}
::-webkit-scrollbar {
width: 0px!important;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
text-align: right;
height: 60px;
padding-right: 50px;
max-width: 1080px;
}
h1 {
font: bold italic 50px Georgia, serif;
}
#selectmode .btn {
height: 100px;
margin: 30px;
font: bold italic 30px Verdana, serif;
}
#step, #step3, #uiWarning{
font: italic 20px Verdana, serif;
}
#exportS {
margin: 5px auto;
text-align: center;
max-width: 800px;
font: bold 20px Courier, serif;
}
#stats {
margin: 5px auto;
text-align: center;
max-width: 800px;
font: bold 20px Courier, serif;
}
#tape {
margin-left:15px;
margin-bottom:10px;
}
#tape > li > a, .pagination-lg {
margin:0;
}
#tape > li > a, .pagination-lg > li > span {
font: bold 30px Courier, serif;
}
#uiModeArea input[type="text"] {
height:35px;
margin-right: 20px;
margin-bottom: 20px;
margin-top: -50px;
font: bold 20px Courier, serif;
width:300px;
}
#uiModeArea button {
text-align:left;
}
.btn {
font: bold italic 20px Georgia, serif;
margin-bottom: 10px;
width:200px;
}
#uiModeArea select {
margin-right: 20px;
display:inline;
width: 300px;
margin-bottom:20px;
}
#transDiv {
background-color:rgba(50,50,50,0.1);
width:60%;
font: bold italic 20px Georgia, serif;
padding-right:10px;
padding-top:20px;
margin: 10px auto;
}
#transDiv select {
margin-right: 20px;
display:inline;
width: 100px;
margin-bottom:20px;
}
#transTable {
background-color:rgba(50,50,50,0.1);
font: bold italic 15px Georgia, serif;
}
#transList {
margin-left:20px;
width: 200px!important;
}
.curstate {
width:110px;
height:55px;
font: bold 20px Georgia, serif;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container {
width: auto;
max-width: 1080px;
padding: 0 15px;
}
.container .text-muted {
margin: 20px 0;
}
/* Canvas
-------------------------------------------------- */
canvas {
align: center;
display: block;
max-width: 800px;
background: white;
border-radius: 20px;
-moz-border-radius: 20px;
margin: auto;
}
.error {
display: block;
color: red;
font-size: 28px;
line-height: 30px;
padding: 30px;
}
/* Upload
--------------------------------------------------- */
/* layout.css Style */
.upload-drop-zone {
border-width: 2px;
margin-bottom: 20px;
font: bold italic 20px Georgia, serif;
background-color: rgba(102,102,102,0.2);
height:110px;
}
/* skin.css Style*/
.upload-drop-zone {
border-style: dashed;
border-color: #666;
border-width:3px;
line-height: 30px;
text-align: center;
color: #666;
margin: 0 auto;
padding:10px;
margin-bottom: 25px;
}
.upload-drop-zone.drop {
border-color: #222;
}
.fileUpload {
position: relative;
overflow: hidden;
margin: 10px;
font: bold italic 20px Georgia, serif;
}
.fileUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
}
#lexicalVerification, #lexicalVerification2 {
font: bold italic 40px Georgia, serif;
margin-bottom:50px;
}
#inputText {
resize: vertical;
font: bold 20px Courier, serif;
margin-bottom:10px;
color:#000;
}
#dataControl {
background-color:rgba(0,0,99,0.1);
padding-top:10px;
}
#dataControl .btn {
margin-left:10px;
margin-right:10px;
font: bold 30px Courier, serif;
width:150px;
}
#resultp {
text-align:center;
margin-top:20px;
font: bold 22px Courier, serif;
}
#result, #curState {
font: bold 30px Courier, serif;
width:170px;
margin-bottom:50px;
}
#verifyAlert {
font: bold italic 20px Consolas, serif;
margin-bottom:50px;
}
#cpAlert {
font: bold italic 20px Consolas, serif;
margin-bottom:50px;
}
.btn{
pointer-events:auto;
}
input[disabled] {
cursor: not-allowed;
}
#tminput {
width:468px;
height:55px;
font: bold 30px Courier, serif;
margin-bottom:10px;
}