1
1
/* Navbar */
2
2
.navbar {
3
3
transition : all 0.3s ease ;
4
- border-bottom : 3 px solid $headings-color ;
4
+ border-bottom : 2 px solid $headings-color ;
5
5
background-color : $body-bg !important ;
6
+ line-height : inherit ;
6
7
}
7
8
8
9
#navbar {
13
14
font-family : ' "Source Serif Pro",Times,serif' ;
14
15
}
15
16
16
-
17
-
18
17
.page-header {
19
18
border-bottom : none ;
20
19
}
@@ -37,8 +36,6 @@ img.logo {
37
36
}
38
37
}
39
38
40
-
41
-
42
39
/* Reference index. To make it very different from h2 */
43
40
.template-reference-index h3 {
44
41
font-size : 1.5rem ;
@@ -55,50 +52,7 @@ img.logo {
55
52
// needed for scrollspy
56
53
body {position : relative ;}
57
54
58
- /*
59
-
60
- #toc > .nav {
61
- margin-bottom: 1rem;
62
-
63
- h2 {
64
- font-size: $font-size-lg;
65
- }
66
-
67
- li { font-size: 90%;
68
- }
69
-
70
- a.nav-link {
71
- color: inherit;
72
- padding: 0.25rem 0.5rem;
73
- margin-bottom: 2px;
74
- @include border-radius(0);
75
-
76
- &:hover, &:focus {
77
- background-color: $pkgdown-toc-hover-bg;
78
- color: $primary;
79
- text-decoration: none;
80
- font-weight: 700 !important;
81
- border-left: $pkgdown-toc-border-width solid $pkgdown-toc-border-color;
82
- }
83
- &.active {
84
- background-color: transparent !important;
85
- color: $primary;
86
- font-weight: 700 !important;
87
- border-left: 3px solid $primary;
88
- }
89
- }
90
- }
91
-
92
- */
93
-
94
-
95
55
aside {
96
- /*
97
- a {
98
- color: "#ff9900" !important;
99
- }
100
- */
101
-
102
56
padding-top : 1.5rem ;
103
57
border-left : 2px solid $headings-color ;
104
58
@@ -131,28 +85,23 @@ aside {
131
85
132
86
133
87
134
- /* Footer */
135
88
89
+ /* Footer ----------------------------------------------------------------- */
90
+
91
+ .row > main { // space before the footer to match the space under the navbar
92
+ margin-bottom : 56px ;
93
+ }
94
+
95
+ footer {
96
+ border-top : 2px solid $headings-color ;
97
+ margin : 0 0 1rem 0 ;
98
+ }
136
99
137
100
/* Position hack to get full width footer even though pkgdown puts it inside a container
138
101
* See: https://css-tricks.com/full-width-containers-limited-width-parents/
139
102
*/
140
103
141
- footer h5 {
142
- color : white ;
143
- }
144
-
145
- footer a {
146
- text-decoration : none ;
147
- }
148
-
149
- footer a :hover , footer ul li a :hover {
150
- text-decoration : underline !important ;
151
- }
152
- .cc-revoke {
153
- display : none !important ;
154
- }
155
-
104
+ /*
156
105
footer {
157
106
background: $headings-color;
158
107
font-size: 18px;
@@ -173,51 +122,4 @@ footer {
173
122
}
174
123
}
175
124
176
- footer img {
177
- width : 100px ;
178
- max-width : 10vw ;
179
- }
180
-
181
- footer .icon {
182
- width : 20% ;
183
- font-size : 21.6px ;
184
- margin-top : 9px ;
185
- }
186
-
187
- footer h5 {
188
- text-transform : uppercase ;
189
- font-weight : 600 ;
190
- font-size : 13.5px ;
191
- margin-bottom : 10px ;
192
- }
193
-
194
- footer ul {
195
- text-align : left ;
196
- list-style : none ;
197
- margin : 0 ;
198
- padding : 0 ;
199
- border : 0 ;
200
- }
201
-
202
- footer ul li {
203
- line-height : 32px ;
204
- }
205
-
206
- footer ul li a {
207
- text-decoration : none ;
208
- color : #fff ;
209
- }
210
-
211
- footer a :hover {
212
- text-decoration : none ;
213
- color : white ;
214
- }
215
-
216
- footer a {
217
- color : #fff ;
218
- }
219
-
220
- footer p {
221
- font-size : inherit ;
222
- line-height : 28.8px ;
223
- }
125
+ */
0 commit comments