osem-fcy/css/osem.css
2014-12-16 17:20:19 +01:00

65 lines
No EOL
1.2 KiB
CSS

section.post:nth-of-type(1) {
margin-top: 160px;
}
section.post {
padding: 10px 0;
}
.post-img {
border: 5px solid #ecf0f1;
border-radius: 4px;
margin-top: 21px;
min-height: 200px;
background-attachment: scroll;
background-position: center center;
background-repeat: none;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
#post-nav .navbar-default {
background-color: #222;
}
#post-header {
margin-top: 100px;
min-height: 600px;
color: #79BD8F;
background-color: #333;
background-attachment: scroll;
background-position: center center;
background-repeat: none;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
#post-title {
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
#post-title .span-bg {
color: #fff;
background-color: rgba(0, 0, 0,.70);
padding: 10px;
}
#post-body {
padding-top: 15px;
}
#post-body p {
font-family: Lora,serif;
}
@media(min-width:767px) {
#post-body p {
font-size: 22px;
letter-spacing: 0.01rem;
line-height: 1.5;
}
}