-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.styl
321 lines (257 loc) · 5.4 KB
/
style.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
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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
*
box-sizing border-box
html, body
margin 0
padding 0
font-family sans-serif
background-color #f1f1f1
a
color inherit
h1, h2, h3, h4, h5, h6
padding 0 20px
font-family Bangers, monospace
font-weight normal
a
text-decoration none
h4, h5, h6
font-family monospace
font-weight normal
.humane-flatty
pre, code
white-space pre-wrap
word-break break-word
#landing
font-family Bangers, sans-serif
a
color #ff8282
.nav
display flex
justify-content space-between
background #5e5e95
color white
a
cursor pointer
display inline-block
padding 5px 12px
margin 0 9px
border-radius 3px
text-decoration none
&:hover
background whitesmoke
color: #747474
.logo
display flex
flex-grow 3
& > *
display flex
flex-direction column
justify-content center
img
width 50px
height 50px
.clone, .user
display flex
padding 12px 18px
justify-content flex-end
font-size 110%
font-family monospace
& > *
display flex
flex-direction column
justify-content center
.clone
a
padding 2px 4px
background rgba(255, 255, 255, 0.4)
border 2px solid black
color black
&:hover
background rgba(255, 255, 255, 0.8)
color #929292
.user
img
border-radius 50%
border 3px solid #b0b0b0
padding 2px
margin 2px
width 70px
height 70px
#profile
display flex
justify-content space-evenly
margin 20px 12px
.avatar
width 100px
height 100px
.forms
display flex
flex-direction column
& > div
padding 15px 15px
opacity 0.6
background white
margin 10px 0
border-radius 3px
&:hover
opacity 1
a:hover
color #555
code
overflow hidden
text-overflow ellipsis
padding 10px 2px
display block
max-height 180px
white-space pre-wrap
#Entries
white-space pre-wrap
table
width 100%
tr
cursor pointer
&:hover
background-color #eee
td
padding 3px 7px
&:not(:first-child)
white-space pre-wrap
word-break break-all
.entry
font-family monospace
.controls
margin 20px 10px
display flex
button
margin 0 10px
padding 9px 16px
border 0
border-radius 4px
cursor pointer
background #e7e3e3
&.save
color white
background #5e5e95
&.delete
color white
background #d74343
.CodeMirror
height auto
.view-splitter .view-splitter .layout-pane-primary
height 100%
#View
--color-1 orange
--color-2 #35dc9b
--color-3 #1aaf75
--color-4 #b83e0b
--font Ubuntu, Helvetica, sans-serif
height 100%
padding 0 10px
font-family var(--font)
h1, h2, h3, h4, h5, h6
color var(--color-4)
font-family var(--font)
padding 0 20px
input.mixinTab
display none
label.mixinTab
display inline-block
margin 0 0 -1px
padding 15px 25px
font-weight 600
text-align center
color #bbb
border 1px solid transparent
&:hover
color #888
cursor pointer
input.mixinTab:checked + label.mixinTab
color #555
border 1px solid #ddd
border-top 2px solid var(--color-1)
border-bottom 1px solid #fff
section.mixinSection
display none
padding 20px
border-top 1px solid
#mixinTab1:checked ~ #mixinSection1
#mixinTab2:checked ~ #mixinSection2
#mixinTab3:checked ~ #mixinSection3
#mixinTab4:checked ~ #mixinSection4
#mixinTab5:checked ~ #mixinSection5
#mixinTab6:checked ~ #mixinSection6
#mixinTab7:checked ~ #mixinSection7
#mixinTab8:checked ~ #mixinSection8
#mixinTab9:checked ~ #mixinSection9
#mixinTab10:checked ~ #mixinSection10
#mixinTab11:checked ~ #mixinSection11
#mixinTab12:checked ~ #mixinSection12
#mixinTab13:checked ~ #mixinSection13
display block
table.mixinTable
width 100%
font-size 110%
td
padding 3px 20px
th
padding 6px 30px
text-align left
font-weight normal
border-bottom 2px solid var(--color-2)
text-transform uppercase
tbody
tr
&:first-child td
padding-top 10px
&:hover
color white
background-color var(--color-3)
form
display flex
flex-wrap wrap
margin 20px auto
input[type="submit"]
button
transition all 0.2s ease-in-out
font 18px Helvetica, Arial, sans-serif
border none
background var(--color-3)
color #fff
padding 11px 30px
&:hover
opacity 0.8
form label,
label.mixinField
position relative
display block
form label input,
div.mixinBox
font 18px Helvetica, Arial, sans-serif
box-sizing border-box
display block
border none
padding 20px
width 300px
margin-bottom 20px
font-size 18px
outline none
transition all 0.2s ease-in-out
&::placeholder
transition all 0.2s ease-in-out
color #999
font 18px Helvetica, Arial, sans-serif
&:focus, &.populated
padding-top 28px
padding-bottom 12px
&::placeholder
color transparent
& + span
opacity 1
top 10px
span
color var(--color-2)
font 13px Helvetica, Arial, sans-serif
position absolute
top 0px
left 20px
opacity 0
transition all 0.2s ease-in-out