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/*
deploy.sh
*.kate-swp

View file

@ -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,65 +138,65 @@ body.post-template {
}
}
}
nav.pagination-single {
.pagination-single-inner {
.previous-post,
.next-post {
color: $blau-light !important;
}
}
.pagination-single {
.pagination-single-inner {
.previous-post,
.next-post {
color: $blau-light !important;
}
}
.comments-wrapper {
.comments {
.comments-inner {
article.comment-body {
footer.comment-footer-meta {
.comment-reply {
a.comment-reply-link { // Button: »Kommentieren«
background: $blau !important;
text-transform: none !important;
&:hover {
text-decoration: none;
background: $blau-dark;
}
}
.comments-wrapper {
.comments {
.comments-inner {
article.comment-body {
footer.comment-footer-meta {
.comment-reply {
a.comment-reply-link { // Button: »Kommentieren«
background: $blau !important;
text-transform: none !important;
&:hover {
text-decoration: none;
background: $blau-dark;
}
}
}
}
}
}
.comment-respond {
.section-inner {
.comment-form-comment {
textarea#comment {
}
.comment-respond {
.section-inner {
.comment-form-comment {
textarea#comment {
background: rgb(37, 45, 57);
border: 0;
color: rgb(255, 255, 255);
}
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
input {
&#author,
&#email,
&#url {
background: rgb(37, 45, 57);
border: 0;
color: rgb(255, 255, 255);
}
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
input {
&#author,
&#email,
&#url {
background: rgb(37, 45, 57);
border: 0;
color: rgb(255, 255, 255);
}
}
}
.form-submit {
.submit {
background: $blau !important;
color: rgb(255, 255, 255);
padding: 0.5em 2.2em !important; // Groesse aendern
text-transform: none !important; // nicht unterstrichen
&:hover {
text-decoration: none;
background: $blau-dark;
}
}
.form-submit {
.submit {
background: $blau !important;
color: rgb(255, 255, 255);
padding: 0.5em 2.2em !important; // Groesse aendern
text-transform: none !important; // nicht unterstrichen
&:hover {
text-decoration: none;
background: $blau-dark;
}
}
}