jekyll-theme-hydejack 6.0.0.pre.alpha
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.md +45 -0
- data/README.md +87 -0
- data/_includes/about-short.html +8 -0
- data/_includes/about.html +15 -0
- data/_includes/comments.html +11 -0
- data/_includes/copyright-header +15 -0
- data/_includes/footer.html +14 -0
- data/_includes/head.html +87 -0
- data/_includes/link.html +5 -0
- data/_includes/menu.html +6 -0
- data/_includes/message.html +9 -0
- data/_includes/nav.html +16 -0
- data/_includes/page-style.html +19 -0
- data/_includes/pagination.html +19 -0
- data/_includes/post-list-item.html +10 -0
- data/_includes/post.html +35 -0
- data/_includes/pro/project-card.html +17 -0
- data/_includes/pro/styles/projects.scss +4 -0
- data/_includes/pro/styles/resume.scss +4 -0
- data/_includes/related.html +42 -0
- data/_includes/scripts.html +36 -0
- data/_includes/scripts/cssrelpreload.min.js +2 -0
- data/_includes/scripts/load-disqus.js +42 -0
- data/_includes/scripts/load-disqus.min.js +1 -0
- data/_includes/scripts/load-js-deferred.js +49 -0
- data/_includes/scripts/load-js-deferred.min.js +1 -0
- data/_includes/scripts/loadCSS.min.js +2 -0
- data/_includes/sidebar.html +22 -0
- data/_includes/social-list-item.html +22 -0
- data/_includes/social.html +6 -0
- data/_includes/srcset-img.html +23 -0
- data/_includes/styles/inline.scss +51 -0
- data/_includes/styles/style.scss +71 -0
- data/_includes/tag-list.html +26 -0
- data/_layouts/about.html +27 -0
- data/_layouts/base.html +54 -0
- data/_layouts/blog.html +10 -0
- data/_layouts/compress.html +26 -0
- data/_layouts/default.html +25 -0
- data/_layouts/list.html +32 -0
- data/_layouts/not-found.html +8 -0
- data/_layouts/page.html +10 -0
- data/_layouts/post.html +9 -0
- data/_sass/_jekyll-github.scss +67 -0
- data/_sass/_mixins.scss +35 -0
- data/_sass/_spinner.scss +87 -0
- data/_sass/_variables.scss +43 -0
- data/_sass/hydejack/_base-inline.scss +128 -0
- data/_sass/hydejack/_base.scss +132 -0
- data/_sass/hydejack/_content-inline.scss +26 -0
- data/_sass/hydejack/_drawer-inline.scss +19 -0
- data/_sass/hydejack/_drawer.scss +19 -0
- data/_sass/hydejack/_footer-inline.scss +14 -0
- data/_sass/hydejack/_katex.scss +28 -0
- data/_sass/hydejack/_me-inline.scss +22 -0
- data/_sass/hydejack/_menu-inline.scss +35 -0
- data/_sass/hydejack/_menu.scss +35 -0
- data/_sass/hydejack/_sidebar-inline.scss +121 -0
- data/_sass/hydejack/_sidebar.scss +121 -0
- data/_sass/hydejack/_social-inline.scss +27 -0
- data/_sass/hydejack/_social.scss +27 -0
- data/_sass/hydejack/_toc.scss +6 -0
- data/_sass/pooleparty/_base-inline.scss +59 -0
- data/_sass/pooleparty/_base.scss +59 -0
- data/_sass/pooleparty/_code.scss +86 -0
- data/_sass/pooleparty/_footer-inline.scss +3 -0
- data/_sass/pooleparty/_footnotes.scss +33 -0
- data/_sass/pooleparty/_layout-inline.scss +11 -0
- data/_sass/pooleparty/_message-inline.scss +13 -0
- data/_sass/pooleparty/_pagination.scss +62 -0
- data/_sass/pooleparty/_posts-inline.scss +26 -0
- data/_sass/pooleparty/_related-inline.scss +19 -0
- data/_sass/pooleparty/_table.scss +22 -0
- data/_sass/pooleparty/_type-inline.scss +97 -0
- data/_sass/pooleparty/_type.scss +93 -0
- data/assets/css/hydejack.css +4 -0
- data/assets/icomoon/Read Me.txt +7 -0
- data/assets/icomoon/demo-files/demo.css +152 -0
- data/assets/icomoon/demo-files/demo.js +30 -0
- data/assets/icomoon/demo.html +1190 -0
- data/assets/icomoon/fonts/icomoon.eot +0 -0
- data/assets/icomoon/fonts/icomoon.svg +82 -0
- data/assets/icomoon/fonts/icomoon.ttf +0 -0
- data/assets/icomoon/fonts/icomoon.woff +0 -0
- data/assets/icomoon/selection.json +2047 -0
- data/assets/icomoon/style.css +243 -0
- data/assets/img/nap.jpg +0 -0
- data/assets/img/projects/hyde-v1.png +0 -0
- data/assets/img/projects/hyde-v1@0,25x.png +0 -0
- data/assets/img/projects/hyde-v1@0,5x.png +0 -0
- data/assets/img/projects/hyde-v2.png +0 -0
- data/assets/img/projects/hyde-v2@0,25x.png +0 -0
- data/assets/img/projects/hyde-v2@0,5x.png +0 -0
- data/assets/img/projects/hydejack-v3.jpg +0 -0
- data/assets/img/projects/hydejack-v3@0,25x.jpg +0 -0
- data/assets/img/projects/hydejack-v3@0,5x.jpg +0 -0
- data/assets/img/projects/hydejack-v4.jpg +0 -0
- data/assets/img/projects/hydejack-v4@0,25x.jpg +0 -0
- data/assets/img/projects/hydejack-v4@0,5x.jpg +0 -0
- data/assets/img/projects/hydejack-v5.jpg +0 -0
- data/assets/img/projects/hydejack-v5@0,25x.jpg +0 -0
- data/assets/img/projects/hydejack-v5@0,5x.jpg +0 -0
- data/assets/img/projects/hydejack-v6.jpg +0 -0
- data/assets/img/projects/hydejack-v6@0,25x.jpg +0 -0
- data/assets/img/projects/hydejack-v6@0,5x.jpg +0 -0
- data/assets/js/hydejack.js +26 -0
- data/assets/resume.json +3 -0
- data/assets/version.json +5 -0
- metadata +237 -0
@@ -0,0 +1,132 @@
|
|
1
|
+
/*
|
2
|
+
* Global resets
|
3
|
+
*
|
4
|
+
* Update the foundational and global aspects of the page.
|
5
|
+
*/
|
6
|
+
|
7
|
+
body, main {
|
8
|
+
/* Prevent side-scrolling on mobile */
|
9
|
+
// position: relative;
|
10
|
+
// overflow-x: hidden;
|
11
|
+
|
12
|
+
-webkit-text-size-adjust: 100%;
|
13
|
+
-ms-text-size-adjust: 100%;
|
14
|
+
}
|
15
|
+
|
16
|
+
// @media screen {
|
17
|
+
// main {
|
18
|
+
// min-height: 100vh;
|
19
|
+
// border-left: 0.5rem solid #ddd;
|
20
|
+
// }
|
21
|
+
// }
|
22
|
+
|
23
|
+
.shadow-main {
|
24
|
+
// position: fixed;
|
25
|
+
top: 0;
|
26
|
+
left: 0.5rem;
|
27
|
+
opacity: 0;
|
28
|
+
will-change: opacity;
|
29
|
+
width: calc(100% - 0.5rem);
|
30
|
+
z-index: 2;
|
31
|
+
// pointer-events: none;
|
32
|
+
}
|
33
|
+
|
34
|
+
.loading {
|
35
|
+
// display:none;
|
36
|
+
position: fixed;
|
37
|
+
top: 1rem;
|
38
|
+
right: 0;
|
39
|
+
transform-origin: top left;
|
40
|
+
transform: scale(0.33);
|
41
|
+
}
|
42
|
+
|
43
|
+
@media screen and (min-width: $break-point-font-1) {
|
44
|
+
// html {
|
45
|
+
// font-size: 18px;
|
46
|
+
// }
|
47
|
+
}
|
48
|
+
|
49
|
+
@media screen and (min-width: $break-point-1) {
|
50
|
+
// html {
|
51
|
+
// font-size: 16px;
|
52
|
+
// }
|
53
|
+
//
|
54
|
+
// main {
|
55
|
+
// border-left: none;
|
56
|
+
// }
|
57
|
+
//
|
58
|
+
.shadow-main {
|
59
|
+
left: 0;
|
60
|
+
width: 100%;
|
61
|
+
}
|
62
|
+
}
|
63
|
+
|
64
|
+
@media screen and (min-width: $break-point-font-2) {
|
65
|
+
// html {
|
66
|
+
// font-size: 18px;
|
67
|
+
// }
|
68
|
+
}
|
69
|
+
|
70
|
+
@media print {
|
71
|
+
html {
|
72
|
+
font-size: 16px;
|
73
|
+
}
|
74
|
+
}
|
75
|
+
|
76
|
+
.sr-only {
|
77
|
+
// will be properly styled in the non-essential part
|
78
|
+
// display: none;
|
79
|
+
display: unset;
|
80
|
+
position: absolute;
|
81
|
+
width: 1px;
|
82
|
+
height: 1px;
|
83
|
+
padding: 0;
|
84
|
+
margin: -1px;
|
85
|
+
overflow: hidden;
|
86
|
+
clip: rect(0,0,0,0);
|
87
|
+
border: 0;
|
88
|
+
}
|
89
|
+
|
90
|
+
// .sixteen-nine {
|
91
|
+
// @include aspect-ratio(16, 9);
|
92
|
+
// }
|
93
|
+
|
94
|
+
.faded {
|
95
|
+
color: #9a9a9a;
|
96
|
+
}
|
97
|
+
|
98
|
+
a, .a {
|
99
|
+
// position: relative;
|
100
|
+
// padding-bottom: 0.15rem;
|
101
|
+
// border-bottom: 3px solid transparent;
|
102
|
+
|
103
|
+
&:hover, &:focus {
|
104
|
+
text-decoration: none;
|
105
|
+
border-bottom: 3px solid;
|
106
|
+
}
|
107
|
+
|
108
|
+
&.no-hover {
|
109
|
+
border-bottom: none;
|
110
|
+
padding-bottom: none;
|
111
|
+
}
|
112
|
+
}
|
113
|
+
|
114
|
+
.content a {
|
115
|
+
transition: color 300ms;
|
116
|
+
}
|
117
|
+
|
118
|
+
.img {
|
119
|
+
// overflow: hidden;
|
120
|
+
// background-color: #f9f9f9;
|
121
|
+
background-position: center;
|
122
|
+
background-repeat: no-repeat;
|
123
|
+
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTYwIiBoZWlnaHQ9IjkwIiB2aWV3Qm94PSIwIDAgMTYwIDkwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMDQ4ODI4LCAwLCAwLCAwLjA0Nzk5MSwgNTQuOTk5OTczLCAyMC40MjgxNDgpIj4KICAgIDxwYXRoIGQ9Ik05NTkuODg0IDEyOGMwLjA0MCAwLjAzNCAwLjA4MiAwLjA3NiAwLjExNiAwLjExNnY3NjcuNzdjLTAuMDM0IDAuMDQwLTAuMDc2IDAuMDgyLTAuMTE2IDAuMTE2aC04OTUuNzdjLTAuMDQwLTAuMDM0LTAuMDgyLTAuMDc2LTAuMTE0LTAuMTE2di03NjcuNzcyYzAuMDM0LTAuMDQwIDAuMDc2LTAuMDgyIDAuMTE0LTAuMTE0aDg5NS43N3pNOTYwIDY0aC04OTZjLTM1LjIgMC02NCAyOC44LTY0IDY0djc2OGMwIDM1LjIgMjguOCA2NCA2NCA2NGg4OTZjMzUuMiAwIDY0LTI4LjggNjQtNjR2LTc2OGMwLTM1LjItMjguOC02NC02NC02NHYweiIgc3R5bGU9ImZpbGw6IHJnYigyMjEsIDIyMSwgMjIxKTsiLz4KICAgIDxwYXRoIGQ9Ik04MzIgMjg4YzAgNTMuMDIwLTQyLjk4IDk2LTk2IDk2cy05Ni00Mi45OC05Ni05NiA0Mi45OC05NiA5Ni05NiA5NiA0Mi45OCA5NiA5NnoiIHN0eWxlPSJmaWxsOiByZ2IoMjIxLCAyMjEsIDIyMSk7Ii8+CiAgICA8cGF0aCBkPSJNODk2IDgzMmgtNzY4di0xMjhsMjI0LTM4NCAyNTYgMzIwaDY0bDIyNC0xOTJ6IiBzdHlsZT0iZmlsbDogcmdiKDIyMSwgMjIxLCAyMjEpOyIvPgogIDwvZz4KPC9zdmc+');
|
124
|
+
|
125
|
+
> img {
|
126
|
+
// margin: 0;
|
127
|
+
// width: 100%;
|
128
|
+
// height: 100%;
|
129
|
+
object-fit: cover;
|
130
|
+
object-position: center;
|
131
|
+
}
|
132
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
/* Container
|
2
|
+
*
|
3
|
+
* Align the contents of the site above the proper threshold with some margin-fu
|
4
|
+
* with a 25%-wide `.sidebar`.
|
5
|
+
*/
|
6
|
+
|
7
|
+
.content {
|
8
|
+
padding-top: 5rem;
|
9
|
+
padding-bottom: 10rem;
|
10
|
+
|
11
|
+
@media screen and (min-width: $break-point-1) {
|
12
|
+
padding-top: 4rem;
|
13
|
+
max-width: 48rem;
|
14
|
+
margin-left: 20rem;
|
15
|
+
margin-right: 2rem;
|
16
|
+
}
|
17
|
+
|
18
|
+
@media screen and (min-width: $break-point-font-2) {
|
19
|
+
margin-left: 22rem;
|
20
|
+
margin-right: 4rem;
|
21
|
+
}
|
22
|
+
|
23
|
+
@media screen and (min-width: $break-point-dynamic) {
|
24
|
+
margin: auto;
|
25
|
+
}
|
26
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
@media screen {
|
2
|
+
.y-drawer-scrim {
|
3
|
+
z-index: 2;
|
4
|
+
}
|
5
|
+
|
6
|
+
.y-drawer-content {
|
7
|
+
width: 18rem;
|
8
|
+
left: -17.5rem;
|
9
|
+
z-index: 3;
|
10
|
+
|
11
|
+
@media (min-width: $break-point-dynamic) {
|
12
|
+
width: $dynamic-width;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
|
16
|
+
// header, body::before {
|
17
|
+
// backface-visibility: hidden;
|
18
|
+
// }
|
19
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
@media screen {
|
2
|
+
// .y-drawer-scrim {
|
3
|
+
// z-index: 2;
|
4
|
+
// }
|
5
|
+
//
|
6
|
+
// .y-drawer-content {
|
7
|
+
// width: 18rem;
|
8
|
+
// left: -17.5rem;
|
9
|
+
// z-index: 3;
|
10
|
+
//
|
11
|
+
// @media (min-width: $break-point-dynamic) {
|
12
|
+
// width: $dynamic-width;
|
13
|
+
// }
|
14
|
+
// }
|
15
|
+
|
16
|
+
header, body::before {
|
17
|
+
backface-visibility: hidden;
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
article {
|
2
|
+
.katex-display, div.MathJax_Preview {
|
3
|
+
@include figure();
|
4
|
+
|
5
|
+
/* Prevent code linebreaks and allow side-scrolling (much better readability on mobile) */
|
6
|
+
overflow-x: auto;
|
7
|
+
-webkit-overflow-scrolling: touch;
|
8
|
+
|
9
|
+
backface-visibility: hidden; // wat?
|
10
|
+
}
|
11
|
+
|
12
|
+
div.MathJax_Preview {
|
13
|
+
font-family: $code-font-family;
|
14
|
+
font-size: 0.75rem;
|
15
|
+
line-height: 1.4;
|
16
|
+
white-space: pre;
|
17
|
+
}
|
18
|
+
|
19
|
+
span.MathJax_Preview {
|
20
|
+
font-family: $code-font-family;
|
21
|
+
font-size: 0.85rem;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
|
25
|
+
.MathJax_Preview:empty {
|
26
|
+
display:none;
|
27
|
+
visibility: hidden;
|
28
|
+
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
.me {
|
2
|
+
float: right;
|
3
|
+
width: 6.5rem;
|
4
|
+
height: 6.5rem;
|
5
|
+
margin-left: 1rem;
|
6
|
+
border-radius: 100%;
|
7
|
+
position: relative;
|
8
|
+
|
9
|
+
@media screen and (min-width: $break-point-font-1) {
|
10
|
+
width: 7rem;
|
11
|
+
height: 7rem;
|
12
|
+
}
|
13
|
+
@media screen and (min-width: $break-point-1) {
|
14
|
+
width: 6.5rem;
|
15
|
+
height: 6.5rem;
|
16
|
+
margin-top: 0;
|
17
|
+
}
|
18
|
+
@media screen and (min-width: $break-point-font-2) {
|
19
|
+
width: 7rem;
|
20
|
+
height: 7rem;
|
21
|
+
}
|
22
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
.menu {
|
2
|
+
display: block;
|
3
|
+
padding: 1.25rem 1.5rem;
|
4
|
+
color: #9a9a9a;
|
5
|
+
border-bottom: none;
|
6
|
+
position: fixed;
|
7
|
+
top: 0;
|
8
|
+
left: 0;
|
9
|
+
z-index: 1;
|
10
|
+
|
11
|
+
@media (min-width: $break-point-1) {
|
12
|
+
position: absolute;
|
13
|
+
left: -9999px;
|
14
|
+
|
15
|
+
&:focus {
|
16
|
+
left: 19.5rem;
|
17
|
+
}
|
18
|
+
}
|
19
|
+
|
20
|
+
@media (min-width: $break-point-2) {
|
21
|
+
&:focus {
|
22
|
+
left: 21.5rem;
|
23
|
+
}
|
24
|
+
}
|
25
|
+
|
26
|
+
@media (min-width: $break-point-dynamic) {
|
27
|
+
&:focus {
|
28
|
+
left: calc(50% - 24.5rem);
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
// @media print {
|
33
|
+
// display: none;
|
34
|
+
// }
|
35
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
.menu {
|
2
|
+
// display: block;
|
3
|
+
// padding: 1.25rem 1.5rem;
|
4
|
+
// color: #9a9a9a;
|
5
|
+
// border-bottom: none;
|
6
|
+
// position: fixed;
|
7
|
+
// top: 0;
|
8
|
+
// left: 0;
|
9
|
+
// z-index: 1;
|
10
|
+
//
|
11
|
+
// @media (min-width: $break-point-1) {
|
12
|
+
// position: absolute;
|
13
|
+
// left: -9999px;
|
14
|
+
//
|
15
|
+
// &:focus {
|
16
|
+
// left: 19.5rem;
|
17
|
+
// }
|
18
|
+
// }
|
19
|
+
//
|
20
|
+
// @media (min-width: $break-point-2) {
|
21
|
+
// &:focus {
|
22
|
+
// left: 21.5rem;
|
23
|
+
// }
|
24
|
+
// }
|
25
|
+
//
|
26
|
+
// @media (min-width: $break-point-dynamic) {
|
27
|
+
// &:focus {
|
28
|
+
// left: calc(50% - 24.5rem);
|
29
|
+
// }
|
30
|
+
// }
|
31
|
+
|
32
|
+
@media print {
|
33
|
+
display: none;
|
34
|
+
}
|
35
|
+
}
|
@@ -0,0 +1,121 @@
|
|
1
|
+
/*
|
2
|
+
* Sidebar
|
3
|
+
*
|
4
|
+
* Flexible banner for housing site name, intro, and "footer" content. Starts
|
5
|
+
* out above content in mobile and later moves to the side with wider viewports.
|
6
|
+
*/
|
7
|
+
|
8
|
+
.sidebar {
|
9
|
+
color: rgba(255,255,255,.75);
|
10
|
+
text-align: left;
|
11
|
+
|
12
|
+
&::before {
|
13
|
+
/* make sidebar slightly darker to increase text readability (when using a background image) */
|
14
|
+
content: "";
|
15
|
+
position: absolute;
|
16
|
+
z-index: 2;
|
17
|
+
top: 0;
|
18
|
+
left: 0;
|
19
|
+
bottom: 0;
|
20
|
+
right: 0;
|
21
|
+
// /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202020+0,202020+100&0+0,0.5+100 */
|
22
|
+
// background: -moz-linear-gradient(top, rgba(32,32,32,0) 0%, rgba(32,32,32,0.5) 100%); /* FF3.6-15 */
|
23
|
+
// background: -webkit-linear-gradient(top, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
|
24
|
+
background: linear-gradient(to bottom, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
25
|
+
// filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00202020', endColorstr='#80202020',GradientType=0 ); /* IE6-9 */
|
26
|
+
}
|
27
|
+
|
28
|
+
/* Sidebar links */
|
29
|
+
a {
|
30
|
+
color: #fff;
|
31
|
+
}
|
32
|
+
}
|
33
|
+
|
34
|
+
#_yDrawer {
|
35
|
+
position: relative;
|
36
|
+
|
37
|
+
@media screen {
|
38
|
+
padding: 2rem 1rem;
|
39
|
+
min-height: 640px; // fallback
|
40
|
+
min-height: 100vh;
|
41
|
+
}
|
42
|
+
|
43
|
+
@media screen and (min-width: $break-point-1) {
|
44
|
+
position: fixed;
|
45
|
+
top: 0;
|
46
|
+
left: 0;
|
47
|
+
bottom: 0;
|
48
|
+
width: 18rem; // duplicate!
|
49
|
+
margin-left: 0;
|
50
|
+
}
|
51
|
+
|
52
|
+
@media screen and (min-width: $break-point-dynamic) {
|
53
|
+
width: $dynamic-width;
|
54
|
+
}
|
55
|
+
|
56
|
+
&.loaded {
|
57
|
+
min-height: 0;
|
58
|
+
padding: 0;
|
59
|
+
}
|
60
|
+
}
|
61
|
+
|
62
|
+
.sidebar-bg {
|
63
|
+
position: absolute;
|
64
|
+
top: 0;
|
65
|
+
right: 0;
|
66
|
+
bottom: 0;
|
67
|
+
left: 0;
|
68
|
+
background: #202020 center / cover;
|
69
|
+
}
|
70
|
+
|
71
|
+
.sidebar-sticky {
|
72
|
+
position: relative;
|
73
|
+
z-index: 3;
|
74
|
+
|
75
|
+
@media screen {
|
76
|
+
position: absolute;
|
77
|
+
right: 1rem;
|
78
|
+
bottom: 1rem;
|
79
|
+
left: 1rem;
|
80
|
+
}
|
81
|
+
}
|
82
|
+
|
83
|
+
/* About section */
|
84
|
+
.sidebar-about > h1 {
|
85
|
+
color: #fff;
|
86
|
+
font-size: 2rem;
|
87
|
+
}
|
88
|
+
|
89
|
+
.sidebar-nav > ul {
|
90
|
+
list-style: none;
|
91
|
+
padding-left: 0;
|
92
|
+
|
93
|
+
> li:last-child > .sidebar-nav-item {
|
94
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
95
|
+
}
|
96
|
+
}
|
97
|
+
|
98
|
+
.sidebar-nav-item {
|
99
|
+
font-weight: bold;
|
100
|
+
display: block;
|
101
|
+
line-height: 1.75;
|
102
|
+
margin: 0 -2rem;
|
103
|
+
padding: .25rem 2rem;
|
104
|
+
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
105
|
+
border-bottom: none;
|
106
|
+
|
107
|
+
// &:hover, &:focus {
|
108
|
+
// border-bottom: none;
|
109
|
+
// background-color: rgba(255, 255, 255, 0.1);
|
110
|
+
// }
|
111
|
+
}
|
112
|
+
|
113
|
+
// @media print {
|
114
|
+
// .sidebar {
|
115
|
+
// page-break-inside: avoid;
|
116
|
+
// }
|
117
|
+
//
|
118
|
+
// .sidebar-nav, .sidebar-social {
|
119
|
+
// display: none;
|
120
|
+
// }
|
121
|
+
// }
|