hexo
This commit is contained in:
9
themes/next/source/css/_schemes/Muse/_layout.styl
Normal file
9
themes/next/source/css/_schemes/Muse/_layout.styl
Normal file
@ -0,0 +1,9 @@
|
||||
.header-inner, .container .main-inner, .footer-inner {
|
||||
+mobile() { width: auto; }
|
||||
}
|
||||
|
||||
// embed tag
|
||||
embed {
|
||||
display: block;
|
||||
margin: 0px auto 25px auto;
|
||||
}
|
21
themes/next/source/css/_schemes/Muse/_logo.styl
Normal file
21
themes/next/source/css/_schemes/Muse/_logo.styl
Normal file
@ -0,0 +1,21 @@
|
||||
.custom-logo {
|
||||
.site-meta-headline { text-align: center; }
|
||||
|
||||
.brand { background: none; }
|
||||
|
||||
.site-title {
|
||||
margin: 10px auto 0;
|
||||
font-size: 24px;
|
||||
color: $black-deep;
|
||||
a { border: none; }
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.custom-logo-image {
|
||||
margin: 0 auto;
|
||||
padding: 5px;
|
||||
max-width: 150px;
|
||||
background: white;
|
||||
}
|
33
themes/next/source/css/_schemes/Muse/_menu.styl
Normal file
33
themes/next/source/css/_schemes/Muse/_menu.styl
Normal file
@ -0,0 +1,33 @@
|
||||
.site-nav {
|
||||
+mobile() {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 52px;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
background: white;
|
||||
border-bottom: 1px solid $gray-lighter;
|
||||
z-index: $zindex-3;
|
||||
}
|
||||
}
|
||||
|
||||
.menu {
|
||||
+mobile() { text-align: left; }
|
||||
}
|
||||
.menu .menu-item {
|
||||
+mobile() {
|
||||
display: block;
|
||||
margin: 0 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
br {
|
||||
+mobile() { display: none; }
|
||||
}
|
||||
|
||||
a {
|
||||
+mobile() { padding: 5px 10px; }
|
||||
}
|
||||
.fa { margin-right: 0; }
|
||||
}
|
5
themes/next/source/css/_schemes/Muse/_search.styl
Normal file
5
themes/next/source/css/_schemes/Muse/_search.styl
Normal file
@ -0,0 +1,5 @@
|
||||
// Search
|
||||
// --------------------------------------------------
|
||||
.site-search form {
|
||||
display: none;
|
||||
}
|
5
themes/next/source/css/_schemes/Muse/index.styl
Normal file
5
themes/next/source/css/_schemes/Muse/index.styl
Normal file
@ -0,0 +1,5 @@
|
||||
@import "_layout.styl";
|
||||
@import "_logo.styl";
|
||||
@import "_menu.styl";
|
||||
@import "_search.styl";
|
||||
@import "sidebar/sidebar-blogroll";
|
@ -0,0 +1 @@
|
||||
.links-of-blogroll-inline .links-of-blogroll-item { display: inline-block; }
|
Reference in New Issue
Block a user