Clean up and update content
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* =Base */
|
||||
body {
|
||||
font-family: 'Inconsolata', ;
|
||||
font-family: "Inconsolata";
|
||||
color: $iron;
|
||||
background-color: $dorian;
|
||||
}
|
||||
@@ -11,7 +11,6 @@ a {
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,7 +27,7 @@ img {
|
||||
|
||||
blockquote {
|
||||
letter-spacing: 3px;
|
||||
margin:0px;
|
||||
margin: 0px;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 70px;
|
||||
padding: 0px;
|
||||
@@ -41,11 +40,15 @@ blockquote {
|
||||
font-size: 15px;
|
||||
color: $iron;
|
||||
letter-spacing: 0px;
|
||||
left:0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
|
||||
&:before { content: "** "; }
|
||||
&:after { content: " **"; }
|
||||
&:before {
|
||||
content: "** ";
|
||||
}
|
||||
&:after {
|
||||
content: " **";
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
@@ -53,8 +56,12 @@ blockquote {
|
||||
font-size: 20px;
|
||||
color: $cloudy;
|
||||
font-weight: 400;
|
||||
&:before { content: "“ "; }
|
||||
&:after { content: " ”"; }
|
||||
&:before {
|
||||
content: "“ ";
|
||||
}
|
||||
&:after {
|
||||
content: " ”";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,7 +80,7 @@ strong {
|
||||
}
|
||||
|
||||
.navigation {
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.logo {
|
||||
@@ -84,15 +91,15 @@ strong {
|
||||
}
|
||||
|
||||
.logo__image {
|
||||
margin: 0 10px;
|
||||
display: inline !important;
|
||||
float: left;
|
||||
margin: 0 10px;
|
||||
display: inline !important;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.menu {
|
||||
color: $cloudy;
|
||||
font-size: 18px;
|
||||
margin:0px;
|
||||
margin: 0px;
|
||||
margin-top: 6px;
|
||||
padding: 0px;
|
||||
list-style-type: none;
|
||||
@@ -103,7 +110,7 @@ strong {
|
||||
margin-right: 15px;
|
||||
|
||||
&:before {
|
||||
content: "» ";
|
||||
content: "» ";
|
||||
}
|
||||
&:last-child {
|
||||
margin-right: 0px;
|
||||
@@ -113,12 +120,12 @@ strong {
|
||||
.menu__entry a {
|
||||
font-weight: 400;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.social-links {
|
||||
float:right;
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
color: $cloudy;
|
||||
list-style-type: none;
|
||||
@@ -131,8 +138,8 @@ strong {
|
||||
|
||||
/* =Titles */
|
||||
.page-title {
|
||||
margin-top:100px;
|
||||
margin-bottom:50px;
|
||||
margin-top: 100px;
|
||||
margin-bottom: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -234,7 +241,6 @@ strong {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
|
||||
/* =Post page */
|
||||
.about {
|
||||
color: $cloudy;
|
||||
@@ -253,10 +259,6 @@ strong {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#disqus_thread {
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
/* =Base */
|
||||
p {
|
||||
@@ -317,25 +319,26 @@ strong {
|
||||
}
|
||||
|
||||
.language-links {
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
color: $cloudy;
|
||||
list-style-type: none;
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
color: $cloudy;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.language-links__entry {
|
||||
display: inline-block;
|
||||
margin-left: 0;
|
||||
display: inline-block;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
a.language-links__entry {
|
||||
font-weight: 100;
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
.en:lang(en), .nl:lang(nl) {
|
||||
font-weight: bold;
|
||||
.en:lang(en),
|
||||
.nl:lang(nl) {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.nl:before {
|
||||
content: "| ";
|
||||
content: "| ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user