@@ -74,16 +74,16 @@ nav {
74
74
position : fixed;
75
75
margin-left : 750px ;
76
76
top : 0 ;
77
- padding-bottom : 20px ;
77
+ padding-bottom : 20px ;
78
78
height : 100% ;
79
-
79
+
80
80
text-shadow : none;
81
81
width : 240px ;
82
82
}
83
83
84
84
nav > div li {
85
- float : left;
86
- margin-right : 1px ;
85
+ float : left;
86
+ margin-right : 1px ;
87
87
}
88
88
89
89
nav > div li a , # top , # hide_menu {
@@ -96,7 +96,7 @@ nav > div li a, #top, #hide_menu {
96
96
nav > div li .active a {
97
97
border-top : 4px solid # 0D2E4C ;
98
98
padding-top : 4px ;
99
- color : # FFC76D ;
99
+ color : # FFC76D ;
100
100
}
101
101
102
102
# hide_menu {
@@ -119,8 +119,8 @@ nav > div li.active a {
119
119
120
120
nav li {
121
121
font-size : 16px ;
122
- margin : 0px ;
123
- list-style : none;
122
+ margin : 0px ;
123
+ list-style : none;
124
124
}
125
125
126
126
nav > ul li : last-child a {
@@ -182,10 +182,10 @@ nav li a.active:hover {
182
182
nav a : hover , nav ul .active a : hover , nav a , nav li {
183
183
-moz-transition-property : background-color, color;
184
184
-moz-transition-duration : 0.3s ;
185
-
185
+
186
186
-webkit-transition-property : background-color, color;
187
187
-webkit-transition-duration : 0.3s ;
188
-
188
+
189
189
-o-transition-property : background-color, color;
190
190
-o-transition-duration : 0.3s ;
191
191
@@ -243,9 +243,9 @@ code {
243
243
section pre code {
244
244
font-size : 0.8125em ;
245
245
line-height : 1.4em ;
246
- padding : 0px ;
247
- margin-top : 3px ;
248
- margin-bottom : 1px ;
246
+ padding : 0px ;
247
+ margin-top : 3px ;
248
+ margin-bottom : 1px ;
249
249
background : # 0F192A ;
250
250
}
251
251
@@ -267,7 +267,7 @@ section h1 {
267
267
}
268
268
269
269
section header + section h1 {
270
-
270
+
271
271
}
272
272
273
273
/* Adding 'icon' to the side of sections */
@@ -336,7 +336,7 @@ aside {
336
336
width : 180px ;
337
337
right : -190px ;
338
338
opacity : 0.7 ;
339
-
339
+
340
340
-moz-transition : opacity 0.3s ;
341
341
-webkit-transition : opacity 0.3s ;
342
342
-o-transition : opacity 0.3s ;
@@ -369,15 +369,15 @@ aside.es5:after {
369
369
font-style : italic;
370
370
top : -18px ;
371
371
right : -3px ;
372
-
372
+
373
373
-ms-filter : “progid: DXImageTransform.Microsoft.Alpha(Opacity=25)”; /* Just kill me already... */
374
374
opacity : 0.25 ;
375
375
}
376
376
377
377
/* Article elements */
378
378
379
379
section ol {
380
- margin-bottom : 2em ;
380
+ margin-bottom : 2em ;
381
381
list-style : decimal;
382
382
}
383
383
@@ -463,59 +463,59 @@ a abbr {
463
463
nav > div li .active a {
464
464
padding-top : 8px ;
465
465
}
466
-
466
+
467
467
# nav_main {
468
468
display : none;
469
469
height : auto;
470
470
margin : 0 ;
471
471
width : 100% ;
472
472
z-index : 100 ;
473
473
padding : 0 ;
474
-
474
+
475
475
-moz-box-shadow : 0 3px 3px rgba (0 , 0 , 0 , 0.3 );
476
476
-webkit-box-shadow : 0 3px 3px rgba (0 , 0 , 0 , 0.3 );
477
477
box-shadow : 0 3px 3px rgba (0 , 0 , 0 , 0.3 );
478
478
}
479
-
479
+
480
480
# nav_main ul ul {
481
481
display : none !important ;
482
482
}
483
-
483
+
484
484
# nav_main > ul > li {
485
485
float : left;
486
486
text-align : center;
487
487
width : 14.28% ;
488
488
border-bottom : 0 ;
489
489
}
490
-
490
+
491
491
# nav_main li h1 a {
492
492
background-image : none;
493
493
height : 5em ;
494
494
padding : 1.5em 0 2em ;
495
495
}
496
-
496
+
497
497
# nav_main li h1 a : after {
498
498
display : block;
499
499
font-family : Georgia;
500
500
font-size : 3em ;
501
501
font-weight : normal;
502
502
margin-top : 10px ;
503
503
}
504
-
504
+
505
505
# nav_main > div ul {
506
506
height : auto;
507
507
}
508
-
508
+
509
509
nav a : hover ,
510
510
nav li .active ,
511
511
nav li .active a {
512
512
background-color : # 0D2E4C ;
513
513
}
514
-
514
+
515
515
# hide_menu {
516
516
display : block;
517
517
}
518
-
518
+
519
519
# nav_mobile {
520
520
position : fixed;
521
521
width : 24% ;
@@ -524,20 +524,20 @@ a abbr {
524
524
display : block;
525
525
z-index : 50 ;
526
526
}
527
-
527
+
528
528
# nav_mobile a {
529
529
display : block;
530
530
background-color : # 556C81 ;
531
531
padding : 8px 15px ;
532
532
margin-bottom : 1px ;
533
533
text-align : right;
534
534
}
535
-
535
+
536
536
# nav_next_section , # nav_prev_section {
537
537
font-size : 0.55em ;
538
538
text-transform : uppercase;
539
539
}
540
-
540
+
541
541
# nav_next_section .nav_section_name ,
542
542
# nav_prev_section .nav_section_name {
543
543
display : block;
@@ -547,12 +547,12 @@ a abbr {
547
547
line-height : 1.3em ;
548
548
text-transform : none;
549
549
}
550
-
550
+
551
551
# show_menu {
552
552
font-weight : bold;
553
553
cursor : pointer;
554
554
}
555
-
555
+
556
556
pre {
557
557
border-left : 0 ;
558
558
padding-left : 12px ;
@@ -567,7 +567,7 @@ a abbr {
567
567
right : -33% ;
568
568
width : 30% ;
569
569
}
570
-
570
+
571
571
section : after {
572
572
display : none;
573
573
}
@@ -580,12 +580,12 @@ screen and (-webkit-min-device-pixel-ratio: 2) {
580
580
body {
581
581
max-width : 600px ;
582
582
}
583
-
583
+
584
584
section {
585
585
margin-right : 30px ;
586
586
width : auto;
587
587
}
588
-
588
+
589
589
section : after {
590
590
right : 0 ;
591
591
font-size : 60px ;
@@ -599,15 +599,15 @@ screen and (-webkit-min-device-pixel-ratio: 2) {
599
599
border-top : 1px solid # 9eabb7 ;
600
600
opacity : 0.85 ;
601
601
}
602
-
602
+
603
603
# nav_main > ul > li {
604
604
width : 100% ;
605
605
}
606
-
606
+
607
607
# nav_mobile {
608
608
width : 160px ;
609
609
}
610
-
610
+
611
611
aside .es5 : after {
612
612
display : none;
613
613
}
0 commit comments