initial
This commit is contained in:
@ -0,0 +1,64 @@
|
||||
.sidebar {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
|
||||
width: 0;
|
||||
z-index: $zindex-4;
|
||||
box-shadow: inset 0 2px 6px black;
|
||||
background: $black-deep;
|
||||
|
||||
a, span.exturl {
|
||||
color: $grey-dark;
|
||||
border-bottom-color: $black-light;
|
||||
&:hover {
|
||||
color: $gainsboro;
|
||||
border-bottom-color: $gainsboro;
|
||||
}
|
||||
}
|
||||
|
||||
+tablet-mobile() {
|
||||
hide() if not hexo-config('sidebar.onmobile');
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-inner {
|
||||
position: relative;
|
||||
padding: 20px 10px;
|
||||
color: $grey-dark;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.site-overview-wrap {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.site-overview {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.cc-license {
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
|
||||
.cc-opacity {
|
||||
opacity: 0.7;
|
||||
border-bottom: none;
|
||||
|
||||
&:hover { opacity: 0.9; }
|
||||
}
|
||||
|
||||
img { display: inline-block; }
|
||||
}
|
||||
|
||||
@import "sidebar-toggle";
|
||||
@import "sidebar-author";
|
||||
@import "sidebar-author-links";
|
||||
@import "sidebar-button";
|
||||
@import "sidebar-blogroll";
|
||||
@import "sidebar-nav";
|
||||
@import "site-state" if hexo-config('site_state');
|
||||
@import "sidebar-toc" if hexo-config('toc.enable');
|
||||
@import "sidebar-dimmer" if hexo-config('sidebar.dimmer');
|
Reference in New Issue
Block a user