-
Notifications
You must be signed in to change notification settings - Fork 11
/
ocr-gt-tools.styl
234 lines (217 loc) · 3.61 KB
/
ocr-gt-tools.styl
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
selectedColor = red
paperColor = #b9af96
@media (min-width: 768px)
body
padding-top 0
.container-fluid
margin-left 100px
.navbar-collapse
height auto
border-top 0
box-shadow none
max-height none
padding-left 0
padding-right 0
&.collapse
display block !important
width auto !important
padding-bottom 0
overflow visible !important
&.in
overflow-x visible
.navbar-nav
&.navbar-right
&:last-child
margin-right 0
.navbar
max-width 96px
height 100vh
margin-right 0
margin-left 0
float left
position fixed
z-index 10001
&:after
clear both
.btn-group
display block
.dropdown-menu
top 0
left 100%
padding 0
width 220px
.btn.disabled
opacity .35
.navbar-nav,
.navbar-nav > li,
.navbar-left,
.navbar-right,
.navbar-header
float none !important
.navbar-right
.dropdown-menu
left 0
right auto
.navbar-default
.dropdown-menu
i
display inline-block
float left
top 2px
font-size 2em
.modal-admin
width 80%
left 100px
position fixed
max-height 100vh
overflow scroll
.line
.list-group-item
padding 0 0 0 0
.btn
i
padding-top 0
padding-bottom 0
font-size: 20px
#dropzone
position fixed
height 90vh
margin 5vh
padding-top 40vh
font-size 300%
text-align center
&.droppable
border-style dashed
border-width 10px
border-color blue
#waiting-animation
position: fixed
height: 100vh
width: 100vw
z-index: 10000
a
position: absolute
height: 32px
width: 32px
img
height: 32px !important
max-width: 32px !important
display: block !important
.hidden
display none
.view-hidden
display none
.selected
background: selectedColor
.list-group-item.image
background: selectedColor
.panel
background: selectedColor
textarea
input[type='text']
display inline-block
white-space pre-wrap
border none
padding 0
color #000060
font-family 'EB Garamond', serif
font-size 20px
min-height 24px
width 100%
// Important to make textareas auto-expand
height auto
overflow hidden
resize none
.line-comment, .line-comment *,
#page-comment textarea
background-color lightyellow
font-family 'EB Garamond', serif
font-size 20px
min-height 24px
#file-correction
.panel
margin 0
.panel-heading
padding 0
h4
padding-top 7.5px
.col-sm-1
width:10%
padding-left 0
padding-right 0
.btn-group > .btn
padding: 0
width: 35px
.btn
text-align left
i
padding: 5px;
.col-sm-11
width: 88%
padding-left: 0
#right-sidebar
position fixed
right 0
.list-group-item
i
padding-right: 5px;
#select-bar
position fixed
background-color #eee
border-radius 0 0 10px 10px
border-left: 2px solid blue
border-right 2px solid blue
border-bottom 2px solid blue
top 0
left 200px
z-index: 1001
.close
opacity .5
display inline-block
padding-right 5px
font-size xx-large
#cheatsheet-modal
// disable selection
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
h4
float: left
.cheatsheet-entry
float: left
margin-left 25%
font-size: 200%
max-width: 64px
img
height: 64px
th
font-weight: bold
td:nth-child(1)
width: 40%
td
vertical-align: middle
font-size: 120%
button.code
width 100%
font-family monospace
font-size 48px
height 64px
.clipboard
float: left
font-size: 50%
.select-col
padding-left: 20px
// margin-top: 32px
input[type="checkbox"]
width 23px
height 23px
padding: 0
margin: 4px 0 0 0
// padding-top 32px
#work-info
overflow-y: scroll
max-height: 200px;
// vim: sw=4 ts=4 noet :