update
This commit is contained in:
parent
3a509a1043
commit
bff2aa34dc
2 changed files with 67 additions and 68 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
/_generated/*
|
||||
|
||||
deploy.sh
|
||||
*.kate-swp
|
||||
|
|
|
@ -24,8 +24,28 @@ body {
|
|||
}
|
||||
main {
|
||||
article {
|
||||
.cover-header {
|
||||
.cover-header-inner-wrapper {
|
||||
.cover-header-inner {
|
||||
header.entry-header {
|
||||
.entry-header-inner {
|
||||
.post-meta-wrapper {
|
||||
ul.post-meta {
|
||||
li.post-author {
|
||||
display: none; // Autor im Beitragsheader ausblenden
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.post-inner {
|
||||
.entry-content {
|
||||
a {
|
||||
color: $blau-light !important;
|
||||
}
|
||||
.read-more-button-wrap {
|
||||
a.more-link {
|
||||
.faux-button { // Button: »Weiterlesen«
|
||||
|
@ -91,28 +111,8 @@ body {
|
|||
body.post-template {
|
||||
main {
|
||||
article.post {
|
||||
.cover-header {
|
||||
.cover-header-inner-wrapper {
|
||||
.cover-header-inner {
|
||||
header.entry-header {
|
||||
.entry-header-inner {
|
||||
.post-meta-wrapper {
|
||||
ul.post-meta {
|
||||
li.post-author {
|
||||
display: none; // Autor im Beitragsheader ausblenden
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.post-inner {
|
||||
.entry-content {
|
||||
a {
|
||||
color: $blau-light !important;
|
||||
}
|
||||
.yarpp-related {
|
||||
margin: 3em auto 0 auto !important;
|
||||
ol {
|
||||
|
@ -138,7 +138,8 @@ body.post-template {
|
|||
}
|
||||
}
|
||||
}
|
||||
nav.pagination-single {
|
||||
}
|
||||
.pagination-single {
|
||||
.pagination-single-inner {
|
||||
.previous-post,
|
||||
.next-post {
|
||||
|
@ -205,7 +206,6 @@ body.post-template {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Lightbox Plugin
|
||||
|
||||
|
|
Reference in a new issue