1
1
Fork 0
This commit is contained in:
Vrifox 2020-10-10 19:45:15 +02:00
parent 776c985323
commit 2084e23874
2 changed files with 119 additions and 120 deletions

View file

@ -1,12 +1,7 @@
// Links: blau statt default pink
.related_post a {
color: #979ba9 !important;
}
//
// main
//
body {
position: relative;
@ -25,6 +20,19 @@ body {
font-size: 1.5rem !important; // smaller
}
header {
.header-inner {
.header-navigation-wrapper {
nav.primary-menu-wrapper {
ul.primary-menu {
li.menu-item {
a {
color: $blau-light !important;
}
}
}
}
}
}
.search-modal {
top: 32px; // Suchleiste nach unten versetzen, damit sie unter der Topbar angezeigt werden
}
@ -35,7 +43,15 @@ body {
main {
article {
header.entry-header {
padding-bottom: 40px; // Abstand zw. Artikelbildern und Überschrit verkleinern
.entry-header-inner {
.entry-categories {
.entry-categories-inner {
a {
color: $blau-light;
}
}
}
.post-meta-wrapper {
ul.post-meta {
li.post-author {
@ -45,7 +61,11 @@ body {
}
}
}
.featured-media {
margin-top: 0;
}
.post-inner {
padding-top: 40px; // Abstand zw. Artikelbildern und Inhalt verkleinern
.entry-content {
a {
color: $blau-light !important;
@ -123,7 +143,9 @@ body {
}
}
//
// article / post
//
body.post-template {
main {
@ -229,7 +251,95 @@ body.post-template {
}
}
//
// article / post: cover template
//
body.post-template.template-cover {
header {
.header-inner {
.header-navigation-wrapper {
nav.primary-menu-wrapper {
ul.primary-menu {
li.menu-item {
a {
color: rgb(255, 255, 255) !important;
}
}
}
}
}
}
}
main {
article.post {
.cover-header {
.cover-header-inner-wrapper {
min-height: 60vh; // Cover Hoehe bei Cover Template nur noch 6/10 statt 10/10
.cover-header-inner {
.cover-color-overlay {
color: rgb(37, 45, 57); // Cover-Farbe (falls kein Hex-Code angegeben werden kann)
}
header.entry-header {
.entry-header-inner {
.entry-categories {
.entry-categories-inner {
a {
color: rgb(255, 255, 255);
}
}
}
}
}
}
}
}
}
}
}
//
// page (e.g. https://blog.natenom.com/natenom/)
//
body.page-template {
main {
article.page {
.post-inner {
}
}
}
}
//
// category (e.g. https://blog.natenom.com/category/allgemein/)
//
body.category {
main {
article.post {
.featured-media {
}
}
}
}
//
// tag (e.g. https://blog.natenom.com/tag/fahrrad/)
//
body.tag {
main {
article.post {
.featured-media {
}
}
}
}
//
// Lightbox Plugin
//
#slb_viewer_wrap {
#slb_viewer_slb_default {