osem-fcy/css/osem.css

106 lines
1.6 KiB
CSS
Raw Normal View History

2016-05-20 13:27:58 +02:00
.osem-logo {
height: 30px;
}
.osem-logo-shrink {
height: 30px;
}
@media(min-width:767px) {
.osem-logo {
height: 60px;
margin-left: 25px;
}
}
@media(min-width:1023px) {
.osem-logo {
height: 120px;
margin-left: 25px;
}
}
2014-12-16 17:20:19 +01:00
section.post:nth-of-type(1) {
margin-top: 160px;
}
2014-12-17 00:10:18 +01:00
2014-12-16 17:20:19 +01:00
section.post {
2014-12-17 00:10:18 +01:00
padding: 20px 0;
2014-12-16 17:20:19 +01:00
}
2014-12-17 00:10:18 +01:00
section#comments {
padding: 40px 0;
}
2014-12-16 17:20:19 +01:00
.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 {
2014-12-17 00:10:18 +01:00
min-height: 300px;
2014-12-16 17:20:19 +01:00
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;
}
2014-12-17 00:10:18 +01:00
@media(min-width:767px) {
#post-header {
margin-top: 100px;
min-height: 600px;
}
}
2014-12-16 17:20:19 +01:00
#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;
2014-12-17 00:10:18 +01:00
line-height: 1.75
2014-12-16 17:20:19 +01:00
}
2014-12-17 00:10:18 +01:00
#post-title p {
color: #fff;
}
2014-12-16 17:20:19 +01:00
#post-body {
2014-12-17 00:10:18 +01:00
padding: 15px 0;
2014-12-16 17:20:19 +01:00
}
#post-body p {
font-family: Lora,serif;
2014-12-17 00:10:18 +01:00
margin-top: 10px;
margin-bottom: 10px;
2014-12-16 17:20:19 +01:00
}
@media(min-width:767px) {
#post-body p {
font-size: 22px;
letter-spacing: 0.01rem;
line-height: 1.5;
}
2016-05-20 13:27:58 +02:00
}