Implements a blog
This commit is contained in:
parent
993bd5ad3c
commit
f9662407e3
122 changed files with 9898 additions and 4224 deletions
65
css/osem.css
Normal file
65
css/osem.css
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue