-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
625 lines (575 loc) · 11.2 KB
/
style.css
File metadata and controls
625 lines (575 loc) · 11.2 KB
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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
@-ms-viewport {
width: device-width;
}
#skin_wrapper {
background: #fdfdfd;
color: #111;
font: 20px Georgia, serif;
line-height: 32px;
padding: 0 0 3em 0;
text-rendering: optimizelegibility;
}
textarea, input, select, option, optgroup, ul.ui-autocomplete, li.token-input-token-facebook, div.token-input-dropdown-facebook {
font: 14px Georgia, serif;
}
a {
color: #111;
text-decoration: none;
}
body.disp_front #content li a {
text-decoration: underline;
}
a:hover {
color: #C00;
text-decoration: underline;
}
h1 {
text-align: center;
}
div#header h1,
div#header h1 a,
div#header h1 a:hover,
div#header h1 a:visited {
text-decoration: none;
color: #000;
font-family: HelveticaNeue, Helvetica, Arial;
font-size: 60px;
line-height: 1.2;
margin: 25px 0;
}
#evo_toolbar .actions_left div {
line-height: 10px;
}
div.skin_wrapper_loggedin {
margin-top: 26px;
padding-top: 0;
}
#header {
margin: 15px 8px 56px;
}
.evo_container__header .evo_widget {
margin: 20px auto;
}
.evo_container__header .widget_core_coll_title {
margin-top: 35px;
}
.evo_container__page_top {
float: right;
margin-right: 6px;
}
/* Top menu */
div.evo_container__menu {
margin: 5px 0 8px 8px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
margin-bottom: 48px;
float: left;
}
div.evo_container__menu ul {
margin: 0;
padding: 0;
list-style-type:none;
}
div.evo_container__menu li {
white-space: nowrap;
display: inline-table;
position: relative;
}
div.evo_container__menu a {
-khtml-border-radius: 3px;
border-radius: 3px;
font-size: 0.524em;
line-height: 3.182em;
display: block;
padding: 0 8px;
margin: 0 2px;
background: #DDD;
text-transform: uppercase;
}
div.evo_container__menu li.selected a {
text-decoration: none;
}
/* Content */
#content {
clear: both;
width: 640px;
margin: 0 auto;
}
#content h1,
#content h2,
#content h3 {
font-family: Georgia,serif;
font-style: italic;
font-weight: normal;
line-height: 1.429em;
margin: 10px 0 0 0;
text-align: center;
}
#content h1 {
margin: 25px 0 0 0;
}
.post {
margin-bottom: 50px;
}
.post h2,
.post h3 {
margin-bottom: 10px;
}
#content .content_full h2,
#content .content_full h3 {
text-align: left;
}
.post h2 a {
font-size: 0.89em;
}
.post h2 a:hover {
text-decoration: underline;
}
.post_date, .blog_index, .page_separator, #sidebar h2 {
clear: both;
text-align: center;
margin-top: 20px;
font-size: 65%;
border-bottom: 1px solid #eee;
position: relative;
top: -16px;
}
.blog_index {
margin-top: 40px;
}
.post_date > span, .blog_index > span, .page_separator > span, #sidebar h2 > span {
background: #FFF;
padding: 0 8px;
position: relative;
top: 16px;
}
.post_date span{
text-transform: uppercase;
}
.author {
text-align: center;
text-transform: uppercase;
font-size: 65%;
margin: 4px 0 10px;
}
.page_separator span span {
padding: 0;
}
.bText a, .bCommentText a {
color: #039;
text-decoration: underline;
}
.bText a:hover, .bCommentText a:hover {
color: #C00;
}
.postmetadata,
.comment_notification,
.feedback_feed_msg,
.widget_core_item_small_print,
.widget_core_item_tags {
color: #999;
font-size: 76%;
line-height: 1.7;
}
.postmetadata img,
.widget_core_item_small_print img,
.widget_core_item_tags img {
border-radius: 50%;
}
.postmetadata a,
.comment_notification a,
.feedback_feed_msg a,
.widget_core_item_small_print a,
.widget_core_item_tags a {
color: #666;
}
.navigation {
text-align: center;
font-size: 78%;
}
.navigation.top_nav {
margin-top: 26px;
}
.navigation ul {
padding: 0;
display: inline-block;
}
.navigation ul li {
list-style-type: none;
float: left;
}
.navigation ul li a, .navigation ul li.active strong {
position: relative;
background-color: #ddd;
border-radius: 3px;
margin: 2px;
display: block;
width: 33px;
height: 34px;
}
.navigation ul li.active a, .navigation ul li.active strong {
background-color: #000;
color: #fff;
border-radius: 3px;
}
.navigation ul li a i {
line-height: 34px;
}
div.image_block img {
margin: 1ex 0;
border-radius: 5px;
}
form {
font-size: 14px;
line-height: 16px;
}
div.action_messages {
font-size: 16px;
line-height: 18px;
}
div.results {
font-size: 90%;
line-height: 90%;
}
div.featured_post {
border: none;
padding: 0;
}
.post kbd {
top: -.3em;
}
/* Sidebar */
#sidebar {
clear: both;
width: 640px;
margin: 70px auto 0;
font-size: 90%;
}
#sidebar ul {
list-style: none;
}
#sidebar>ul {
padding: 0;
}
#sidebar h2 {
font-size: 1em;
font-weight: normal;
}
#sidebar ul li ul {
list-style: square;
}
/* Footer */
#footer {
text-align: center;
margin: 50px auto;
font-size: 0.667em;
line-height: 1.6em;
width: 640px;
}
/* Search form */
div.widget_core_coll_search_form {
text-align: center;
}
form.search {
width: 80%;
margin: 0 auto;
}
form.search .search_submit {
font: 0.9em Georgia,serif;
height: 2.9em;
line-height: 2.9em;
text-transform: uppercase;
margin-left: 9px;
padding: 0;
width: 22%;
border: 1px solid #C0C0C0;
color: #444444;
text-align: center;
text-align: center;
background: #f9f9f9;
background: linear-gradient(top, #f9f9f9 0%, #dbdbdb 100%);
text-shadow: 0 1px 0 white;
box-shadow: none;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
clear: left;
}
form.search .search_submit:hover {
background: #fafafa;
background: linear-gradient(top, #fafafa 0%, #eaeaea 100%);
cursor: pointer;
}
form.search div.compact_search_form input.search_field,
form.search div.extended_search_form input.search_field {
width: 70%;
height: 2.1em;
line-height: 1.2em;
font-size: 1.2em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0 10px;
float: left;
border: 1px solid #D8D8D8;
background-color: #FFF;
border-radius: 2px;
box-shadow: inset -1px 1px 4px #eee;
box-sizing: content-box
}
span.icon {
position: relative;
top: -3px;
}
table.bubbletip {
font-size: 0.9em;
}
div.prevnext_post {
margin-top: 20px;
text-align: center;
}
div.prevnext_post div {
background: #000;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
display: inline-block;
}
div.prevnext_post a {
color: #FFF;
padding: 0 10px;
font-size: 13px;
display: block;
float: left;
}
div.prevnext_post a:hover {
text-decoration: none;
}
div.prevnext_post a.next_post {
padding-left: 10px;
}
div.prevnext_post span.prevnext_post_separator {
background-color: #555555;
width: 1px;
float: left;
height: 24px;
margin-top: 4px;
}
/* Not published comments display */
#styled_content_block .bComment .status_draft,
#styled_content_block .bComment .status_review,
#styled_content_block .bComment .status_community,
#styled_content_block .bComment .status_protected,
#styled_content_block .bComment .status_private {
left: 21px;
line-height: 16px;
}
/* Not published posts display */
#styled_content_block .post .status_draft,
#styled_content_block .post .status_review,
#styled_content_block .post .status_community,
#styled_content_block .post .status_protected,
#styled_content_block .post .status_private {
top: -70px;
line-height: 16px;
}
.search_result_score {
line-height: 34px;
}
.search_content_wrap {
margin-left: 57px;
}
.search_result h2 {
margin: 0;
font-size: 24px;
}
.search_info {
line-height: 16px;
}
@media only screen
and (max-width : 720px) {
#content,
.blog_index,
#sidebar,
#footer {
width: 460px;
}
div.image_block img {
width: auto;
max-width: 460px;
height: auto;
}
}
@media only screen
and (max-width : 500px) {
body {
font-size: 19px;
}
div#header h1 a {
font-size: 45px;
}
#content,
.blog_index,
#sidebar,
#footer {
width: 300px;
}
div.image_block img {
max-width: 300px;
max-height: 360px;
}
/* Fix for navigation on this size */
.navigation ul li a,
.navigation ul li.active strong {
width: 28px;
font-size: 13px;
height: 32px;
}
}
.form_send_contacts .fa, .form_add_contacts .fa {
font-size: 20px;
margin: 0 5px 0 19px !important;
top: -1px !important;
}
a.roundbutton span.fa {
font-size: 16px;
line-height: 18px;
}
a.roundbutton:hover span.fa {
color: #000;
}
#cboxVoting .fa, #cboxVoting a.action_icon {
font-size: 14px;
line-height: 14px;
vertical-align: middle;
}
/* Widgets of the Header container */
.evo_container__header {
max-width: 640px;
}
.evo_container__header {
margin: 20px auto;
text-align: center;
}
.evo_container__header span:before {
content: "\b7\a0";
}
.evo_container__header a {
white-space: nowrap;
}
.evo_container__header .subitems {
font-size: 84%;
}
.evo_container__header span:first-child:before,
.evo_container__header .subitems:before,
.evo_container__header .subitems span:first-child:before {
content: "";
}
.evo_container__header .selected > a {
text-decoration: underline;
}
/* User links widget */
.ufld_icon_links a {
display: inline-block;
text-decoration: none;
color: #FFF;
background: #ddd;
border-radius: 50%;
width: 40px;
height: 40px;
margin: 2px;
position: relative;
transition: border-radius 250ms ease-out, background-color 250ms ease-out;
}
.ufld_icon_links a:hover {
border-radius: 4px;
color: #FFF;
background: #23527c;
}
.ufld_icon_links a .fa {
font-size: 20px;
line-height: 40px;
display: block;
}
/* Hides pager elements with active_distance > 1 on small devices */
/* this will hide pseudo prev_list and pseudo next_list links by default */
li[class^="listnav_distance_"], li[class*=" listnav_distance_"] {
display: none;
}
/* Do the following the screen is greater than or equal to 320px */
@media only screen and (min-width: 320px) {
/* hide all active distance first */
li[class^="active_distance_"], li[class*=" active_distance_"] {
display: none;
}
/* hide previous and next */
li.listnav_prev, li.listnav_next {
display: none;
}
/* hide previous list and next list */
li.listnav_prev_list, li.listnav_next_list {
display: none;
}
/* round the corners of the first and last page */
li.listnav_first > a {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
li.listnav_last > a {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
/* show only active distance 1 */
li[class="active_distance_1"] {
display: inline;
}
/* show pseudo previous/next list 1 */
li[class="listnav_distance_1"] {
display: inline;
}
}
@media only screen and (min-width: 480px) {
/* show active distance 2 */
li[class="active_distance_2"] {
display: inline;
}
/* hide pseudo previous/next 1... */
li[class="listnav_distance_1"] {
display: none;
}
/* ...and show next pseudo previous/next list 2 */
li[class="listnav_distance_2"] {
display: inline;
}
}
@media only screen and (min-width: 768px) {
/* show all active distance */
li[class^="active_distance_"], li[class*=" active_distance_"] {
display: inline;
}
/* hide all pseudo previous/next lists */
li[class^="listnav_distance_"], li[class*=" listnav_distance_"] {
display: none;
}
/* show previous/next list pages */
li.listnav_prev_list, li.listnav_next_list {
display: inline;
}
}
@media only screen and (min-width: 992px) {
/* show previous/next pages */
li.listnav_prev, li.listnav_next {
display: inline;
}
/* remove round corners on the first and last page */
li.listnav_first > a {
border-radius: 0;
}
li.listnav_last > a {
border-radius: 0;
}
}