149 lines
No EOL
2.5 KiB
SCSS
149 lines
No EOL
2.5 KiB
SCSS
body {
|
|
height: 100%;
|
|
max-height: 100%;
|
|
font: .625em/1 'Open Sans', sans-serif;
|
|
letter-spacing: 0.01rem;
|
|
font-size: 1.6em;
|
|
line-height: 1.75em;
|
|
color: #3A4145;
|
|
}
|
|
|
|
a {
|
|
padding: 0 2px;
|
|
color: #4A4A4A;
|
|
text-decoration: none;
|
|
background: linear-gradient(to bottom,transparent 0,transparent 85%,#FFC0CB 60%,#FFC0CB 100%);
|
|
transition: all 0.15s linear;
|
|
}
|
|
|
|
a:hover {
|
|
//color: #fff;
|
|
//background-color: #FFC0CB;
|
|
background: none;
|
|
}
|
|
|
|
header.header {
|
|
padding-top: 6rem;
|
|
padding-bottom: 3rem;
|
|
overflow: hidden;
|
|
}
|
|
|
|
header.header h1 {
|
|
font: 400 32px/1 'Open Sans', sans-serif;
|
|
letter-spacing: -1px;
|
|
color: #333;
|
|
margin-bottom: 6px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
header.header p {
|
|
font: 700 14px/1 'Open Sans', sans-serif;
|
|
color: #444444;
|
|
padding: 0 0 0 2px;
|
|
}
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
|
|
.wrapper {
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
max-width: 500px;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
#navView {
|
|
margin-top: 3rem;
|
|
margin-bottom: 3.6rem;
|
|
height: 80px;
|
|
text-align: center;
|
|
padding-top: 50px;
|
|
background: url(/assets/images/background/moeve.jpg) no-repeat -1300px -550px;
|
|
}
|
|
|
|
.post:not(:first-child) {
|
|
margin-top: 3.6rem;
|
|
}
|
|
|
|
.post-content a {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.post-content pre {
|
|
padding: 10px;
|
|
background-color: #333;
|
|
color: #fff;
|
|
}
|
|
|
|
.pagination {
|
|
margin-bottom: 3.6rem;
|
|
}
|
|
|
|
.pagination-inner {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
blockquote {
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 1.75em 0 1.75em 0;
|
|
padding: 0 0 0 1.75em;
|
|
border-left: #FFC0CB 0.4em solid;
|
|
}
|
|
|
|
.post .post-content {
|
|
padding-bottom: 3.6rem;
|
|
}
|
|
|
|
article.post:first-child {
|
|
padding-top: 3.6rem;
|
|
}
|
|
|
|
article.post header.post-header div.post-title h2 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
article.post header.post-header p.public-date {
|
|
margin-top: 0;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
footer.site-footer div.wrapper, article .post-header, .pagination {
|
|
padding-top: 3.6rem;
|
|
border-top: #EBF2F6 1px solid;
|
|
}
|
|
|
|
footer.site-footer div.wrapper:before, article.post header.post-header:before, .pagination:before {
|
|
display: block;
|
|
content: "";
|
|
width: 7px;
|
|
height: 7px;
|
|
border: #E7EEF2 1px solid;
|
|
position: relative;
|
|
top: -41px;
|
|
left: 50%;
|
|
margin-left: -5px;
|
|
background: #FFF;
|
|
border-radius: 100%;
|
|
box-shadow: #FFF 0 0 0 5px;
|
|
}
|
|
|
|
footer.site-footer {
|
|
position: relative;
|
|
padding-bottom: 1.5rem;
|
|
font-size: 1.2rem;
|
|
line-height: 1.75em;
|
|
text-align: center;
|
|
}
|
|
|
|
#contact ul {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
} |