@@ -97,18 +97,21 @@ nav > div li.active a {
97
97
color : # FFC76D ;
98
98
}
99
99
100
- nav > div ul {
101
- height : 40 px ;
100
+ # hide_menu {
101
+ display : none ;
102
102
}
103
103
104
- # top {
105
- position : absolute;
106
- top : 0 ;
107
- right : 0 ;
104
+ # top , # hide_menu {
105
+ float : right;
108
106
}
109
107
110
- # hide_menu {
111
- display : none;
108
+ # nav_main > div {
109
+ overflow : hidden;
110
+ }
111
+
112
+ # nav_main > div ul {
113
+ float : left;
114
+ height : 40px ;
112
115
}
113
116
114
117
nav li {
@@ -278,11 +281,12 @@ nav li h1 a:after {
278
281
display : none;
279
282
}
280
283
281
- nav li .nav_intro h1 a : after { content : 'i' ; font-style : italic; }
282
- # object : after , nav li .nav_object h1 a : after { content : '{ }' ; }
283
- # array : after , nav li .nav_array h1 a : after { content : '[ ]' ; }
284
- # types : after , nav li .nav_types h1 a : after { content : '=' ; font-weight : bold; }
285
- # core : after , nav li .nav_core h1 a : after { content : 'js' ; }
284
+ nav li .nav_intro h1 a : after { content : 'i' ; font-style : italic; }
285
+ # object : after , nav li .nav_object h1 a : after { content : '{ }' ; }
286
+ # array : after , nav li .nav_array h1 a : after { content : '[ ]' ; }
287
+ # types : after , nav li .nav_types h1 a : after { content : '=' ; font-weight : bold; }
288
+ # core : after , nav li .nav_core h1 a : after { content : 'js' ; }
289
+ # appendix : after , nav li .nav_appendix h1 a : after { content : '*' ; }
286
290
287
291
# function : after , nav li .nav_function h1 a : after {
288
292
content : 'f(x)' ;
@@ -421,6 +425,7 @@ a abbr {
421
425
}
422
426
423
427
section , footer {
428
+ font-size : inherit;
424
429
margin-left : 30px ;
425
430
margin-right : 0 ;
426
431
}
@@ -451,24 +456,27 @@ a abbr {
451
456
452
457
# nav_main li h1 a {
453
458
background-image : none;
454
- height : 70 px ;
455
- padding : 20 px 0 30 px ;
459
+ height : 5 em ;
460
+ padding : 1.5 em 0 2 em ;
456
461
}
457
462
458
463
# nav_main li h1 a : after {
459
464
display : block;
460
465
font-family : Georgia;
461
- font-size : 40 px ;
466
+ font-size : 3 em ;
462
467
font-weight : normal;
463
468
margin-top : 10px ;
464
469
}
465
470
466
- # nav_main > div ul {
467
- height : auto;
471
+ # nav_main > div {
468
472
overflow : hidden;
469
473
border-bottom : 1px solid rgba (255 , 255 , 255 , 0.3 );
470
474
}
471
475
476
+ # nav_main > div ul {
477
+ height : auto;
478
+ }
479
+
472
480
nav a : hover ,
473
481
nav li .active ,
474
482
nav li .active a {
@@ -477,9 +485,6 @@ a abbr {
477
485
478
486
# hide_menu {
479
487
display : block;
480
- position : absolute;
481
- top : 0 ;
482
- right : 45px ;
483
488
}
484
489
485
490
# nav_mobile {
@@ -500,14 +505,14 @@ a abbr {
500
505
}
501
506
502
507
# nav_next_section , # nav_prev_section {
503
- font-size : 10 px ;
508
+ font-size : 0.55 em ;
504
509
text-transform : uppercase;
505
510
}
506
511
507
512
# nav_next_section .nav_section_name ,
508
513
# nav_prev_section .nav_section_name {
509
514
display : block;
510
- font-size : 14 px ;
515
+ font-size : 1.5 em ;
511
516
margin-top : 3px ;
512
517
font-weight : bold;
513
518
line-height : 1.3em ;
@@ -556,15 +561,11 @@ screen and (-webkit-min-device-pixel-ratio: 2) {
556
561
aside {
557
562
position : static;
558
563
width : auto;
559
- margin : 30 px ;
560
- padding : 0.6em 1 em 0.625em ;
564
+ margin : 1 em ;
565
+ padding : 0.6em 0.8 em 0.625em ;
561
566
border-top : 1px solid # 9eabb7 ;
562
567
opacity : 0.85 ;
563
568
}
564
-
565
- aside p {
566
- font-size : 13px ;
567
- }
568
569
569
570
# nav_main > ul > li {
570
571
width : 25% ;
@@ -574,8 +575,7 @@ screen and (-webkit-min-device-pixel-ratio: 2) {
574
575
width : 160px ;
575
576
}
576
577
577
- # nav_next_section .nav_section_name ,
578
- # nav_prev_section .nav_section_name {
579
- font-size : 13px ;
578
+ aside .es5 : after {
579
+ display : none;
580
580
}
581
581
}
0 commit comments