1
1
Fork 0
This commit is contained in:
Vrifox 2020-10-10 16:28:29 +02:00
parent 3a509a1043
commit bff2aa34dc
2 changed files with 67 additions and 68 deletions

1
.gitignore vendored
View file

@ -1,4 +1,3 @@
/_generated/* /_generated/*
deploy.sh
*.kate-swp *.kate-swp

View file

@ -24,8 +24,28 @@ body {
} }
main { main {
article { 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 { .post-inner {
.entry-content { .entry-content {
a {
color: $blau-light !important;
}
.read-more-button-wrap { .read-more-button-wrap {
a.more-link { a.more-link {
.faux-button { // Button: »Weiterlesen« .faux-button { // Button: »Weiterlesen«
@ -91,28 +111,8 @@ body {
body.post-template { body.post-template {
main { main {
article.post { 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 { .post-inner {
.entry-content { .entry-content {
a {
color: $blau-light !important;
}
.yarpp-related { .yarpp-related {
margin: 3em auto 0 auto !important; margin: 3em auto 0 auto !important;
ol { ol {
@ -138,7 +138,8 @@ body.post-template {
} }
} }
} }
nav.pagination-single { }
.pagination-single {
.pagination-single-inner { .pagination-single-inner {
.previous-post, .previous-post,
.next-post { .next-post {
@ -205,7 +206,6 @@ body.post-template {
} }
} }
} }
}
// Lightbox Plugin // Lightbox Plugin