105 lines
2.1 KiB
SCSS
105 lines
2.1 KiB
SCSS
// Ueberschriften: kleiner
|
|
h1 {
|
|
font-size: 3rem !important;
|
|
}
|
|
h2 {
|
|
font-size: 3rem !important;
|
|
}
|
|
h3 {
|
|
font-size: 2.5rem !important;
|
|
}
|
|
h4 {
|
|
font-size: 2rem !important;
|
|
}
|
|
h5 {
|
|
font-size: 1.5rem !important;
|
|
}
|
|
|
|
// Links: blau statt default pink
|
|
.post-inner a {
|
|
color: #6db0ff !important;
|
|
}
|
|
.related_post a,
|
|
.post-tags a {
|
|
color: #979ba9 !important;
|
|
}
|
|
.previous-post,
|
|
.next-post {
|
|
color: #6db0ff !important;
|
|
}
|
|
.footer-menu-wrapper a {
|
|
color: #6db0ff !important;
|
|
}
|
|
|
|
// Button: »Weiterlesen« && »Kommentar abschicken«
|
|
.faux-button,
|
|
.submit {
|
|
background: $blau !important;
|
|
padding: 0.5em 2.2em !important; // Groesse aendern
|
|
text-transform: none !important; // nicht unterstrichen
|
|
}
|
|
|
|
// Button: »Kommentieren«
|
|
.comment-reply-link {
|
|
text-transform: none !important;
|
|
background: $blau !important; // Farbe: blau
|
|
}
|
|
|
|
// Autor im Beitragsheader ausblenden */
|
|
.post-author.meta-wrapper {
|
|
display: none;
|
|
}
|
|
|
|
.footer-nav-widgets-wrapper {
|
|
.footer-widgets-outer-wrapper {
|
|
.footer-widgets-wrapper {
|
|
.footer-widgets {
|
|
.widget_nav_menu {
|
|
.widget-content {
|
|
.menu-datenschutz-impressum-faq-container {
|
|
.menu {
|
|
.menu-item {
|
|
a {
|
|
color: $blau-light !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.widget.widget_tag_cloud {
|
|
.widget-content {
|
|
.tagcloud {
|
|
a.tag-cloud-link {
|
|
color: $grau !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Lightbox Plugin
|
|
#slb_viewer_wrap {
|
|
#slb_viewer_slb_default {
|
|
.slb_viewer_layout {
|
|
.slb_container {
|
|
padding: 0 !important; // kein Rand
|
|
box-shadow: none !important; // kein »glow« bzw. Schatten
|
|
.slb_details {
|
|
.inner {
|
|
.slb_data {
|
|
.slb_data_content {
|
|
.slb_data_title {
|
|
margin: 10px 20px 5px 20px; // gleichmaessiger Rand
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|