124 lines
2 KiB
SCSS
124 lines
2 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 60%,#FFC0CB 60%,#FFC0CB 100%);
|
|
}
|
|
|
|
a:hover {
|
|
color: #fff;
|
|
background-color: #FFC0CB;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
a.rss {
|
|
overflow: hidden;
|
|
width: 0;
|
|
height: 0;
|
|
padding: 0;
|
|
background: 0 0;
|
|
border-style: solid;
|
|
border-width: 0 25px 25px 0;
|
|
border-color: transparent orange transparent transparent;
|
|
text-indent: -1000px;
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
|
|
.wrapper {
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
max-width: 600px;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
#navView {
|
|
margin: 30px 0;
|
|
height: 80px;
|
|
text-align: center;
|
|
padding-top: 50px;
|
|
background: url(/assets/images/background/elbtunnel.jpg) no-repeat -1000px -800px;
|
|
}
|
|
|
|
.post:not(:first-child) {
|
|
margin-top: 100px;
|
|
}
|
|
|
|
.post-content a {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.post-content pre {
|
|
padding: 10px;
|
|
background-color: #333;
|
|
color: #fff;
|
|
}
|
|
|
|
.post-footer {
|
|
border-top: 1px solid #d8d8d8;
|
|
margin-top: 24px;
|
|
}
|
|
|
|
.post-footer p {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.pagination {
|
|
margin-top: 100px;
|
|
}
|
|
|
|
.pagination-inner {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
footer.site-footer div, article .post-header {
|
|
padding-top: 3.6rem;
|
|
border-top: #EBF2F6 1px solid;
|
|
}
|
|
|
|
footer.site-footer {
|
|
position: relative;
|
|
padding-bottom: 1.5rem;
|
|
font-size: 1.2rem;
|
|
line-height: 1.75em;
|
|
text-align: center;
|
|
}
|