@@ -16,13 +16,14 @@ html {
16
16
}
17
17
18
18
body {
19
- font-family : 'Roboto' , sans-serif;
20
- font-size : 15px ;
21
- margin-bottom : 60px ;
22
- -webkit-font-smoothing : antialiased;
23
19
-webkit-text-size-adjust : 100% ;
24
20
overflow-x : hidden;
25
- color : # 212121 ;
21
+
22
+ font-family : "Source Sans Pro" , sans-serif;
23
+ font-size : 16px ;
24
+ line-height : 1.42857143 ;
25
+ color : # 111111 ;
26
+ background-color : # fff ;
26
27
}
27
28
28
29
nav {
@@ -51,13 +52,12 @@ nav .container {
51
52
}
52
53
53
54
header {
54
- background-color : rgb (0 , 102 , 152 );
55
- color : white;
56
- box-shadow : 0 1px 4px 0 rgba (0 , 0 , 0 , 0.37 );
55
+ background-color : # eeeeee ;
56
+ box-shadow : 0 3px 5px rgba (0 , 0 , 0 , 0.1 );
57
57
}
58
58
59
59
header .header-fixed nav .navbar-fixed-top {
60
- box-shadow : 0 1 px 4 px 0 rgba (0 , 0 , 0 , 0.37 );
60
+ box-shadow : 0 3 px 5 px rgba (0 , 0 , 0 , 0.1 );
61
61
}
62
62
63
63
header .container-fluid {
97
97
h4 ,
98
98
h5 ,
99
99
h6 {
100
- font-weight : normal;
101
- margin : 0 ;
100
+ font-family : "Source Sans Pro" , sans-serif;
101
+ font-weight : 400 ;
102
+ margin-top : 1.5em ;
103
+ color : # 111111 ;
102
104
}
103
105
104
106
h1 .title {
105
107
overflow : hidden;
106
108
text-overflow : ellipsis;
107
109
}
108
110
111
+ h1 {
112
+ font-size : 37px ;
113
+ margin-top : 0 ;
114
+ margin-bottom : 0.67em ;
115
+ }
116
+
109
117
h2 {
110
- font-size : 24 px ;
118
+ font-size : 28 px ;
111
119
}
112
120
113
121
h5 {
@@ -134,18 +142,18 @@ p {
134
142
}
135
143
136
144
a , a : hover {
137
- color : rgb ( 0 , 102 , 152 ) ;
145
+ color : # 1155cc ;
138
146
}
139
147
140
148
pre .prettyprint {
141
149
font-family : 'Source Code Pro' , monospace;
142
150
color : black;
143
- border-radius : 4 px ;
144
- font-size : 14 px ;
151
+ border-radius : 0 ;
152
+ font-size : 15 px ;
145
153
word-wrap : normal;
146
154
line-height : 1.4 ;
147
- background : # f7f7f7 ;
148
- border : 1 px solid # ddd ;
155
+ background : # eee ;
156
+ border : 0 ;
149
157
margin : 16px 0 16px 0 ;
150
158
padding : 8px ;
151
159
}
@@ -225,12 +233,11 @@ header a,
225
233
header a : hover ,
226
234
header p ,
227
235
header li {
228
- color : white ;
236
+ color : # 111 ;
229
237
}
230
238
231
239
header h1 .kind {
232
- color : # ddd ;
233
- text-transform : uppercase;
240
+ color : # 555 ;
234
241
font-size : 15px ;
235
242
display : block;
236
243
}
@@ -261,10 +268,6 @@ dd p {
261
268
}
262
269
263
270
section .summary h2 {
264
- color : # 727272 ;
265
- margin-bottom : 16px ;
266
- padding-bottom : 4px ;
267
- border-bottom : 1px solid # ddd ;
268
271
}
269
272
270
273
/* indents wrapped lines */
@@ -326,16 +329,16 @@ p.firstline {
326
329
}
327
330
328
331
footer {
332
+ color : # fff ;
333
+ line-height : 16px ;
334
+ background-color : # 111111 ;
329
335
padding : 20px ;
330
- position : absolute;
331
- bottom : 0 ;
332
336
width : 100% ;
333
- height : 60 px ;
337
+ margin : 20 px 0 0 0 ;
334
338
}
335
339
336
340
footer p {
337
341
margin : 0 ;
338
- color : # 555 ;
339
342
}
340
343
341
344
footer .no-break {
@@ -348,8 +351,8 @@ footer .container-fluid {
348
351
padding-right : 0 ;
349
352
}
350
353
351
- . copyright a {
352
- color : # 555 ;
354
+ footer a , footer a : hover {
355
+ color : # fff ;
353
356
}
354
357
355
358
.markdown h1 {
@@ -443,7 +446,7 @@ footer .container-fluid {
443
446
}
444
447
445
448
.self-crumb {
446
- color : # ddd ;
449
+ color : # 555 ;
447
450
}
448
451
449
452
nav .self-name {
@@ -510,7 +513,7 @@ ul.subnav li {
510
513
}
511
514
512
515
ul .subnav li a {
513
- color : # FFFFFF ;
516
+ color : # 111 ;
514
517
}
515
518
516
519
ul .subnav li {
@@ -529,39 +532,49 @@ ul.subnav li:last-of-type {
529
532
530
533
/* sidebar styles */
531
534
532
- .sidebar-offcanvas-left {
533
- background-color : # f7f7f7 ;
535
+ .sidebar-offcanvas-left ,
536
+ . sidebar-offcanvas-right {
534
537
padding : 0 ;
535
538
}
536
539
537
540
.sidebar ol {
538
541
list-style : none;
539
- font-size : 14px ;
540
- line-height : 24px ;
542
+ line-height : 22px ;
541
543
margin-bottom : 0 ;
542
544
padding : 0 ;
543
545
}
544
546
545
547
.sidebar-offcanvas-left ol {
546
- padding : 16px ;
548
+ }
549
+
550
+ .sidebar h5 {
551
+ color : # 727272 ;
552
+ font-size : 18px ;
553
+ margin : 0 0 25px 0 ;
554
+ white-space : nowrap;
555
+ }
556
+
557
+ .sidebar h5 a ,
558
+ .sidebar h5 a : hover {
559
+ color : # 727272 ;
547
560
}
548
561
549
562
.sidebar h5 ,
550
563
.sidebar ol li {
551
564
text-overflow : ellipsis;
552
565
overflow : hidden;
566
+ padding : 3px 0 ;
553
567
}
554
568
555
569
.sidebar ol li .section-title a {
556
570
color : inherit;
557
571
}
558
572
559
573
.sidebar ol li .section-title {
560
- font-size : 13 px ;
561
- color : # B6B6B6 ;
574
+ font-size : 18 px ;
575
+ font-weight : normal ;
562
576
text-transform : uppercase;
563
- line-height : 20px ;
564
- margin-top : 24px ;
577
+ padding-top : 25px ;
565
578
}
566
579
567
580
.sidebar ol li : first-child {
@@ -605,42 +618,36 @@ button {
605
618
}
606
619
607
620
.sidebar-offcanvas-left {
608
- left : -100% ;
609
- position : fixed;
621
+ left : -100% ;
622
+ position : fixed;
610
623
-webkit-transition : all .25s ease-out;
611
624
-o-transition : all .25s ease-out;
612
625
transition : all .25s ease-out;
613
626
z-index : 2000 ;
614
- top : 0 ;
627
+ top : 0 ;
615
628
width : 280px ; /* works all the way down to an iphone 4 */
616
629
height : 100% ;
617
630
background-color : white;
618
631
overflow-y : auto; /* TODO: how to hide scroll bars? */
619
632
}
620
633
621
634
.sidebar-offcanvas-left .active {
622
- left : 0 ; /* this animates our drawer into the page */
635
+ left : 0 ; /* this animates our drawer into the page */
623
636
}
624
637
}
625
638
626
- .sidebar h5 {
627
- color : # 727272 ;
628
- padding-bottom : 16px ;
629
- }
630
-
631
639
.sidebar-offcanvas-left h5 {
632
- border-bottom : 1px solid # ddd ;
633
- padding : 16px ;
640
+ margin-bottom : 10px ;
634
641
}
635
642
636
643
.sidebar-offcanvas-left h5 : last-of-type {
637
644
border : 0 ;
638
- padding : 16 px 16 px 0 16 px ;
645
+ margin-bottom : 25 px ;
639
646
}
640
647
641
648
/* the right nav disappears out of view when the window shrinks */
642
649
@media screen and (max-width : 992px ) {
643
- .sidebar-offcanvas-right {
650
+ .sidebar-offcanvas-right {
644
651
display : none;
645
652
}
646
653
}
@@ -742,6 +749,10 @@ form.search {
742
749
color : gray;
743
750
}
744
751
752
+ # search-box {
753
+ background-color : # ffffff ;
754
+ }
755
+
745
756
section # setter {
746
757
border-top : 1px solid # ddd ;
747
758
padding-top : 36px ;
0 commit comments