Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 282523fb9c | |||
| 71db3f5ff2 | |||
| 03253bed9b | |||
| 59fcc487bf | |||
| 04d6ba2079 | |||
| 7c21552f05 | |||
| 98039df80e | |||
| db32925598 |
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user