9 Commits

Author SHA1 Message Date
Dome 843d195cc6 Update readme.md 2026-05-08 09:08:44 +02:00
Dome 282523fb9c test 2026-05-08 00:15:04 +02:00
Dome 71db3f5ff2 Merge branch 'main' of https://github.com/Domoel/Zeitfresser-Wordpress-Theme 2026-05-06 18:33:32 +02:00
Dome 03253bed9b Update style.css 2026-05-06 18:33:24 +02:00
Dome 59fcc487bf fixed social icon behavior on mobile 2026-05-06 18:14:04 +02:00
Dome 04d6ba2079 Update style.css 2026-05-06 17:58:48 +02:00
Dome 7c21552f05 apply various design tweaks 2026-05-06 17:57:59 +02:00
Dome 98039df80e Merge branch 'main' of https://github.com/Domoel/Zeitfresser-Wordpress-Theme 2026-05-03 09:27:09 +02:00
Dome db32925598 design tweaking to align certain elements 2026-05-03 09:27:07 +02:00
2 changed files with 27 additions and 15 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ A performance-optimized, minimalist dark blog theme for WordPress, built for fas
<br> <br>
<img width="1176" height="1240" alt="preview" src="https://github.com/user-attachments/assets/b7f2d4ce-828a-406e-9302-61074688ff74" /> <img width="1176" height="auto" alt="preview" src="https://github.com/user-attachments/assets/b7f2d4ce-828a-406e-9302-61074688ff74" />
<br> <br>
<img width="1800" height="1271" alt="preview" src="https://github.com/user-attachments/assets/aefff842-8189-48ae-965c-77799667b2a9" /> <img width="1800" height="auto" alt="preview" src="https://github.com/user-attachments/assets/aefff842-8189-48ae-965c-77799667b2a9" />
## ✨ Overview ## ✨ Overview
+25 -13
View File
@@ -5,7 +5,7 @@ Author: Zeitfresser
Author URI: https://ztfr.eu/ Author URI: https://ztfr.eu/
Theme URI: https://ztfr.eu/ Theme URI: https://ztfr.eu/
Description: Zeitfresser Wordpress Theme Description: Zeitfresser Wordpress Theme
Version: 2.7 Version: 2.8
Tested up to: 6.2 Tested up to: 6.2
Requires PHP: 7.0 Requires PHP: 7.0
License: GNU General Public License v2 or later License: GNU General Public License v2 or later
@@ -319,7 +319,7 @@ textarea {
border: 1px solid rgba(248, 248, 242, 0.08); border: 1px solid rgba(248, 248, 242, 0.08);
padding: 1rem; padding: 1rem;
margin-bottom: 2rem; margin-bottom: 1rem;
} }
.widget ul li { .widget ul li {
@@ -768,12 +768,6 @@ input[type=button]:hover {
fill: var(--hover-color); fill: var(--hover-color);
} }
@media (max-width: 768px) {
.social-links {
display: none;
}
}
/* Navigation Icons */ /* Navigation Icons */
#nav-icon3 { #nav-icon3 {
@@ -1010,7 +1004,7 @@ header.site-header .social-links svg:hover {
} }
.site-header .search-field::placeholder { .site-header .search-field::placeholder {
color: var(--dark-color)) !important; color: var(--dark-color) !important;
font-weight: 300; font-weight: 300;
} }
@@ -1161,6 +1155,10 @@ header.site-header .social-links svg:hover {
.custom-box { .custom-box {
background-color: var(--footer-color); background-color: var(--footer-color);
border-radius: 0;
border: 1px solid rgba(248, 248, 242, 0.08);
padding: 0.1rem 1rem; padding: 0.1rem 1rem;
margin: 1rem 0; margin: 1rem 0;
} }
@@ -1283,6 +1281,8 @@ header.site-header .social-links svg:hover {
background-color: rgba(255,255,255,0.04); background-color: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1);
color: var(--light-color); color: var(--light-color);
transition: color 0.2s ease, background-size 0.2s ease, border-color 0.2s ease;
} }
.error-404 .search-field:focus, .error-404 .search-field:focus,
@@ -1293,12 +1293,13 @@ header.site-header .social-links svg:hover {
.error-404 .search-submit, .error-404 .search-submit,
.search-no-results .search-submit { .search-no-results .search-submit {
background-color: var(--footer-color); background-color: var(--light-color);
color: var(--light-color); color: var(--dark-color);
border: 1px solid rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.15);
padding: 0.75rem 1.5rem; padding: 0.75rem 1.5rem;
font-weight: bold;
cursor: pointer; cursor: pointer;
} }
@@ -1700,6 +1701,10 @@ header.page-header h1 {
.comment-list .comment { .comment-list .comment {
background-color: var(--footer-color); background-color: var(--footer-color);
color: var(--light-color); color: var(--light-color);
border-radius: 0;
border: 1px solid rgba(248, 248, 242, 0.08);
padding: 20px; padding: 20px;
margin-bottom: 15px; margin-bottom: 15px;
border-left: 4px solid var(--hover-color); border-left: 4px solid var(--hover-color);
@@ -1762,6 +1767,7 @@ header.page-header h1 {
background-color: rgba(255,255,255,0.04); background-color: rgba(255,255,255,0.04);
color: var(--light-color); color: var(--light-color);
border: 1px solid rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1);
transition: border-color 0.2s ease, background-color 0.2s ease;
} }
.comment-form input:not([type="submit"]):focus, .comment-form input:not([type="submit"]):focus,
@@ -1804,6 +1810,9 @@ header.page-header h1 {
color: var(--light-color); color: var(--light-color);
padding: 2rem 0; padding: 2rem 0;
margin-top: 3rem; margin-top: 3rem;
border-radius: 0;
border-top: 1px solid rgba(248, 248, 242, 0.08);
} }
.site-footer .site-info { .site-footer .site-info {
@@ -1930,16 +1939,19 @@ header.page-header h1 {
.zeitfresser-floating-toc__item a { .zeitfresser-floating-toc__item a {
transform: translateZ(0); transform: translateZ(0);
display: block; display: block;
padding-left: 14px;
border-left: 3px solid transparent; border-left: 3px solid transparent;
color: var(--light-color); color: var(--light-color);
font-size: 0.92rem; font-size: 0.92rem;
line-height: 1.35; line-height: 1.35;
text-decoration: none; text-decoration: none;
transition: color 0.18s ease, border-color 0.18s ease; transition: color 0.18s ease, border-color 0.18s ease;
} }
.zeitfresser-floating-toc__item.level-2 a { .zeitfresser-floating-toc__item.level-2 a {
padding-left: 14px;
font-weight: 700; font-weight: 700;
} }
@@ -1948,7 +1960,7 @@ header.page-header h1 {
} }
.zeitfresser-floating-toc__item.level-4 a { .zeitfresser-floating-toc__item.level-4 a {
padding-left: 26px; padding-left: 22px;
} }
.zeitfresser-floating-toc__item a:hover, .zeitfresser-floating-toc__item a:hover,