Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ryan778
GitHub Repository: Ryan778/Ryan778.github.io
Path: blob/master/emojionearea/demo/stylesheet.css
575 views
1
* {
2
box-sizing: border-box;
3
}
4
5
body {
6
padding: 0;
7
margin: 0;
8
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
9
font-size: 16px;
10
line-height: 1.5;
11
color: #606c71;
12
background: #000;
13
}
14
body:before {
15
content: " ";
16
display: block;
17
left: 0;
18
right: 0;
19
bottom: 0;
20
top: 0;
21
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
22
opacity: 0.9;
23
background-image: url(http://mervick.github.io/emojionearea/images/background.jpg);
24
background-position: center;
25
background-size: cover;
26
position: fixed;
27
z-index: 0;
28
min-width: 1200px;
29
}
30
31
a {
32
color: #1e6bb8;
33
text-decoration: none;
34
}
35
a:hover {
36
text-decoration: underline;
37
}
38
39
.btn {
40
display: inline-block;
41
margin-bottom: 1rem;
42
color: rgba(255, 255, 255, 0.7);
43
background-color: rgba(255, 255, 255, 0.08);
44
border-color: rgba(255, 255, 255, 0.2);
45
border-style: solid;
46
border-width: 1px;
47
border-radius: 0.3rem;
48
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
49
}
50
.btn + .btn {
51
margin-left: 1rem;
52
}
53
.btn:hover {
54
color: rgba(255, 255, 255, 0.8);
55
text-decoration: none;
56
background-color: rgba(255, 255, 255, 0.2);
57
border-color: rgba(255, 255, 255, 0.3);
58
}
59
.btn .fa {
60
font-size: 1.1em;
61
margin-right: 6px;
62
top: 1px;
63
position: relative;
64
}
65
.btn .fa.fa-github {
66
font-size: 1.3em;
67
}
68
69
@media screen and (min-width: 64em) {
70
.btn {
71
padding: 0.75rem 1rem;
72
}
73
}
74
@media screen and (min-width: 42em) and (max-width: 64em) {
75
.btn {
76
padding: 0.6rem 0.9rem;
77
font-size: 0.9rem;
78
}
79
}
80
@media screen and (max-width: 42em) {
81
.btn {
82
display: block;
83
margin-left: 0 !important;
84
width: 100%;
85
padding: 0.75rem;
86
font-size: 0.9rem;
87
}
88
.btn .btn {
89
margin-top: 1rem;
90
margin-left: 0;
91
}
92
}
93
.top {
94
position: relative;
95
overflow: hidden;
96
height: 870px;
97
}
98
.top .logo {
99
background: url(http://mervick.github.io/emojionearea/images/emojione-area.png) no-repeat center;
100
background-size: 274px 166px;
101
text-indent: -9999em;
102
height: 166px;
103
width: 274px;
104
margin: 0 auto;
105
}
106
.top h1 {
107
font-size: 60px;
108
font-weight: 100;
109
text-transform: uppercase;
110
line-height: 1em;
111
margin-bottom: 60px;
112
letter-spacing: .1em;
113
}
114
115
.page-header {
116
color: #fff;
117
text-align: center;
118
position: relative;
119
}
120
.page-header .logo {
121
background: url(http://mervick.github.io/emojionearea/images/emojione-area.png) no-repeat center;
122
background-size: 274px 166px;
123
text-indent: -9999em;
124
height: 166px;
125
width: 274px;
126
margin: 0 auto;
127
}
128
129
@media screen and (min-width: 64em) {
130
.page-header {
131
padding: 2rem 6rem;
132
}
133
}
134
@media screen and (min-width: 42em) and (max-width: 64em) {
135
.page-header {
136
padding: 2rem 4rem;
137
}
138
}
139
@media screen and (max-width: 42em) {
140
.page-header {
141
padding: 1rem 1rem;
142
}
143
}
144
.project-name {
145
margin-top: 0;
146
margin-bottom: 0.1rem;
147
}
148
149
@media screen and (min-width: 64em) {
150
.project-name {
151
font-size: 3.25rem;
152
}
153
}
154
@media screen and (min-width: 42em) and (max-width: 64em) {
155
.project-name {
156
font-size: 2.25rem;
157
}
158
}
159
@media screen and (max-width: 42em) {
160
.project-name {
161
font-size: 1.75rem;
162
}
163
}
164
.project-tagline {
165
margin-bottom: 2rem;
166
font-weight: normal;
167
opacity: 0.7;
168
}
169
170
@media screen and (min-width: 64em) {
171
.project-tagline {
172
font-size: 1.25rem;
173
}
174
}
175
@media screen and (min-width: 42em) and (max-width: 64em) {
176
.project-tagline {
177
font-size: 1.15rem;
178
}
179
}
180
@media screen and (max-width: 42em) {
181
.project-tagline {
182
font-size: 1rem;
183
}
184
}
185
.main-content {
186
background: #fff;
187
position: relative;
188
}
189
.main-content textarea {
190
width: 100%;
191
font-size: 14px;
192
background-color: #fff;
193
background-image: none;
194
border: 1px solid #ccc;
195
-moz-border-radius: 4px;
196
-webkit-border-radius: 4px;
197
border-radius: 4px;
198
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
199
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
200
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
201
-moz-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
202
-o-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
203
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
204
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
205
-moz-box-sizing: border-box;
206
-webkit-box-sizing: border-box;
207
box-sizing: border-box;
208
}
209
.main-content textarea {
210
min-height: calc(9em + 2px);
211
overflow: auto;
212
padding: 6px 24px 6px 12px;
213
line-height: 1.42857143;
214
height: auto;
215
}
216
217
.emojionearea:not(.emojionearea-inline) .emojionearea-editor {
218
min-height: 9em;
219
}
220
221
.main-content textarea:focus {
222
border-color: #66afe9;
223
outline: 0;
224
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
225
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
226
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
227
}
228
.main-content :first-child {
229
margin-top: 0;
230
}
231
.main-content img {
232
max-width: 100%;
233
}
234
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
235
position: relative;
236
margin-top: 2rem;
237
margin-bottom: 1rem;
238
font-weight: normal;
239
color: #49606D;
240
}
241
.main-content h1 .anchor, .main-content h2 .anchor, .main-content h3 .anchor, .main-content h4 .anchor, .main-content h5 .anchor, .main-content h6 .anchor {
242
position: absolute;
243
top: 0;
244
left: 0;
245
display: block;
246
padding-right: 6px;
247
padding-left: 8px;
248
margin-left: -30px;
249
color: inherit;
250
}
251
.main-content h1 .anchor .fa, .main-content h2 .anchor .fa, .main-content h3 .anchor .fa, .main-content h4 .anchor .fa, .main-content h5 .anchor .fa, .main-content h6 .anchor .fa {
252
font-size: 0.8em;
253
}
254
.main-content h1:hover .anchor, .main-content h2:hover .anchor, .main-content h3:hover .anchor, .main-content h4:hover .anchor, .main-content h5:hover .anchor, .main-content h6:hover .anchor {
255
text-decoration: none;
256
}
257
.main-content p {
258
margin-bottom: 1em;
259
}
260
.main-content .row {
261
margin-right: -10px;
262
margin-left: -10px;
263
margin-bottom: 15px;
264
}
265
.main-content .row:before, .main-content .row:after {
266
display: table;
267
content: " ";
268
}
269
.main-content .col-1, .main-content .col-10, .main-content .col-11, .main-content .col-12, .main-content .col-2, .main-content .col-3, .main-content .col-4, .main-content .col-5, .main-content .col-6, .main-content .col-7, .main-content .col-8, .main-content .col-9 {
270
position: relative;
271
min-height: 1px;
272
padding-right: 10px;
273
padding-left: 10px;
274
float: left;
275
}
276
.main-content .col-1 {
277
width: 8.33333%;
278
}
279
.main-content .col-2 {
280
width: 16.66667%;
281
}
282
.main-content .col-3 {
283
width: 25%;
284
}
285
.main-content .col-4 {
286
width: 33.33333%;
287
}
288
.main-content .col-5 {
289
width: 41.66667%;
290
}
291
.main-content .col-6 {
292
width: 50%;
293
}
294
.main-content .col-7 {
295
width: 58.33333%;
296
}
297
.main-content .col-8 {
298
width: 66.66667%;
299
}
300
.main-content .col-9 {
301
width: 75%;
302
}
303
.main-content code {
304
padding: 2px 4px;
305
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
306
font-size: 0.9rem;
307
color: #383e41;
308
background-color: #f3f6fa;
309
border-radius: 0.3rem;
310
}
311
.main-content pre {
312
padding: 0.8rem;
313
margin-top: 0;
314
margin-bottom: 1rem;
315
font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
316
color: #567482;
317
word-wrap: normal;
318
background-color: #f3f6fa;
319
border: solid 1px #dce6f0;
320
border-radius: 0.3rem;
321
}
322
.main-content pre > code {
323
padding: 0;
324
margin: 0;
325
font-size: 0.9rem;
326
color: #567482;
327
word-break: normal;
328
white-space: pre;
329
background: transparent;
330
border: 0;
331
}
332
.main-content .highlight {
333
margin-bottom: 1rem;
334
}
335
.main-content .highlight pre {
336
margin-bottom: 0;
337
word-break: normal;
338
}
339
.main-content .highlight pre, .main-content pre {
340
padding: 0.8rem;
341
overflow: auto;
342
font-size: 0.9rem;
343
line-height: 1.45;
344
border-radius: 0.3rem;
345
}
346
.main-content pre code, .main-content pre tt {
347
display: inline;
348
max-width: initial;
349
padding: 0;
350
margin: 0;
351
overflow: initial;
352
line-height: inherit;
353
word-wrap: normal;
354
background-color: transparent;
355
border: 0;
356
}
357
.main-content pre code:before, .main-content pre code:after, .main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-content pre tt:after, .main-content pre tt:before, .main-content pre tt:after {
358
content: normal;
359
}
360
.main-content ul, .main-content ol {
361
margin-top: 0;
362
}
363
.main-content blockquote {
364
padding: 0 1rem;
365
margin-left: 0;
366
color: #819198;
367
border-left: 0.3rem solid #dce6f0;
368
}
369
.main-content blockquote > :first-child {
370
margin-top: 0;
371
}
372
.main-content blockquote > :last-child {
373
margin-bottom: 0;
374
}
375
.main-content table {
376
display: block;
377
width: 100%;
378
overflow: auto;
379
word-break: normal;
380
word-break: keep-all;
381
}
382
.main-content table th {
383
font-weight: bold;
384
}
385
.main-content table th, .main-content table td {
386
padding: 0.5rem 1rem;
387
border: 1px solid #e9ebec;
388
}
389
.main-content dl {
390
padding: 0;
391
}
392
.main-content dl dt {
393
padding: 0;
394
margin-top: 1rem;
395
font-size: 1rem;
396
font-weight: bold;
397
}
398
.main-content dl dd {
399
padding: 0;
400
margin-bottom: 1rem;
401
}
402
.main-content hr {
403
height: 2px;
404
padding: 0;
405
margin: 1rem 0;
406
background-color: #eff0f1;
407
border: 0;
408
}
409
410
@media screen and (min-width: 64em) {
411
.main-content {
412
max-width: 64rem;
413
padding: 2rem 6rem;
414
margin: 0 auto;
415
font-size: 1.1rem;
416
}
417
}
418
@media screen and (min-width: 42em) and (max-width: 64em) {
419
.main-content {
420
padding: 2rem 4rem;
421
font-size: 1.1rem;
422
}
423
}
424
@media screen and (max-width: 42em) {
425
.main-content {
426
padding: 2rem 1rem;
427
font-size: 1rem;
428
}
429
}
430
.site-footer {
431
padding-top: 2rem;
432
border-top: solid 1px #eff0f1;
433
}
434
435
.site-footer-owner {
436
display: block;
437
font-weight: bold;
438
}
439
440
.site-footer-credits {
441
color: #819198;
442
}
443
444
@media screen and (min-width: 64em) {
445
.site-footer {
446
font-size: 1rem;
447
}
448
}
449
@media screen and (min-width: 42em) and (max-width: 64em) {
450
.site-footer {
451
font-size: 1rem;
452
}
453
}
454
@media screen and (max-width: 42em) {
455
.site-footer {
456
font-size: 0.9rem;
457
}
458
}
459
460