devroom.io/themes/cocoa-eh/layouts/partials/css/min600px.css

183 lines
3.2 KiB
CSS
Raw Normal View History

2017-10-16 13:33:26 +00:00
body {
2018-09-19 12:06:13 +00:00
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
.non-narrow.zero-top-spacing {
2018-09-19 12:06:13 +00:00
padding-top: 0 !important;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section {
2018-09-19 12:06:13 +00:00
padding: 0 16px;
margin-left: 100px;
margin-right: 100px;
max-width: 750px;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.header {
2018-09-19 12:06:13 +00:00
background-color: transparent;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.header .container {
2018-09-19 12:06:13 +00:00
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.header .container .logo {
2018-09-19 12:06:13 +00:00
display: block;
margin-left: 0;
margin-right: 10px;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.header-home .container .logo {
2018-09-19 12:06:13 +00:00
max-width: 180px;
margin-left: 0;
margin-right: 10px;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
section.header-home .name {
padding-top: 30px;
font-size: 40px;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.header-home nav ul li {
2018-09-19 12:06:13 +00:00
font-size: 18px;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.header .content {
2018-09-19 12:06:13 +00:00
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.header .name {
2018-09-19 12:06:13 +00:00
color: #333333;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.header nav {
2018-09-19 12:06:13 +00:00
font-size: 14px;
margin-bottom: 0;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.header nav ul {
2018-09-19 12:06:13 +00:00
text-align: left;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.header nav ul li {
2018-09-19 12:06:13 +00:00
color: #666666;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.header nav ul li:hover {
2018-09-19 12:06:13 +00:00
color: #333333;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.footer {
2018-09-19 12:06:13 +00:00
background-color: transparent;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.footer .container {
2018-09-19 12:06:13 +00:00
flex-direction: row;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.footer .container a {
2018-09-19 12:06:13 +00:00
margin-left: 3px;
margin-right: 3px;
color: #666666;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.footer .container a:hover {
2018-09-19 12:06:13 +00:00
color: #333333;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.footer .container a .icon {
2018-09-19 12:06:13 +00:00
font-size: 18px;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.footer .container a .icon.larger {
2018-09-19 12:06:13 +00:00
font-size: 20px;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.main .content .front-matter .date,
section.main .content .front-matter .author,
section.main .content .front-matter .tags,
section.main .content .front-matter .word-count,
section.main .content .front-matter .reading-time .middot {
2018-09-19 12:06:13 +00:00
display: initial;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.main .container.f04 {
2018-09-19 12:06:13 +00:00
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.main .container.f04 .content {
2018-09-19 12:06:13 +00:00
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.main .container.f04 .content .num {
2018-09-19 12:06:13 +00:00
margin: 0 0 10px 0;
font-size: 32px;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.main .container.f04 .content .detail {
2018-09-19 12:06:13 +00:00
margin-bottom: 30px;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
.container {
2018-09-19 12:06:13 +00:00
padding: 0 30px;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.header {
2018-09-19 12:06:13 +00:00
padding-top: 60px;
padding-bottom: 60px;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.footer {
2018-09-19 12:06:13 +00:00
padding-top: 30px;
padding-bottom: 60px;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.main {
2018-09-19 12:06:13 +00:00
padding-top: 0;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.main .container .content .post-item {
2018-09-19 12:06:13 +00:00
display: flex;
list-style: none;
padding-left: 1.5em;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.main .container .content .post-item .meta {
2018-09-19 12:06:13 +00:00
display: block;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.main.post {
2018-09-19 12:06:13 +00:00
padding-top: 60px;
padding-bottom: 60px;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.main .content .markdown blockquote {
2018-09-19 12:06:13 +00:00
padding-right: 5rem;
padding-left: 1.25rem;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.main .content .navigation {
2018-09-19 12:06:13 +00:00
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
2017-10-16 13:33:26 +00:00
}
2018-09-19 12:06:13 +00:00
2017-10-16 13:33:26 +00:00
section.main .content .navigation div {
2018-09-19 12:06:13 +00:00
margin-top: 0em;
2017-10-16 13:33:26 +00:00
}