summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortradam <[email protected]>2025-11-18 18:23:41 +0000
committertradam <[email protected]>2025-11-18 18:23:41 +0000
commit5ec6e44935e7c979fd718d6aa2c7a5308da0ee54 (patch)
tree4eadf557b127f7d6bc11f1a959ccf22368f98691
parente3aa629c7f8f8827dd540d5582e50b67dc53de07 (diff)
downloadmalcz-wordpress-theme-5ec6e44935e7c979fd718d6aa2c7a5308da0ee54.tar.gz
malcz-wordpress-theme-5ec6e44935e7c979fd718d6aa2c7a5308da0ee54.zip
progress
-rwxr-xr-x[-rw-r--r--]404.php0
-rwxr-xr-x[-rw-r--r--]archive.php0
-rwxr-xr-x[-rw-r--r--]css/header.css20
-rwxr-xr-x[-rw-r--r--]css/pico.min.css0
-rwxr-xr-x[-rw-r--r--]footer.php0
-rwxr-xr-x[-rw-r--r--]front-page.php0
-rwxr-xr-x[-rw-r--r--]functions.php0
-rwxr-xr-x[-rw-r--r--]header.php0
-rwxr-xr-x[-rw-r--r--]includes/section-content.php0
-rwxr-xr-x[-rw-r--r--]index.php0
-rwxr-xr-x[-rw-r--r--]js/minimal-theme-switcher-picocss.js0
-rwxr-xr-x[-rw-r--r--]js/parallax-header.js0
-rwxr-xr-x[-rw-r--r--]media/banner.jpegbin784452 -> 784452 bytes
-rwxr-xr-x[-rw-r--r--]page.php0
-rwxr-xr-x[-rw-r--r--]screenshot.pngbin1375242 -> 1375242 bytes
-rwxr-xr-x[-rw-r--r--]search.php0
-rwxr-xr-x[-rw-r--r--]single.php0
-rwxr-xr-x[-rw-r--r--]style.css0
18 files changed, 5 insertions, 15 deletions
diff --git a/404.php b/404.php
index e69de29..e69de29 100644..100755
--- a/404.php
+++ b/404.php
diff --git a/archive.php b/archive.php
index e69de29..e69de29 100644..100755
--- a/archive.php
+++ b/archive.php
diff --git a/css/header.css b/css/header.css
index 484aeb5..0e7ba08 100644..100755
--- a/css/header.css
+++ b/css/header.css
@@ -1,5 +1,3 @@
-
-
:root {
--heading-height: 15em;
}
@@ -9,28 +7,24 @@ header {
height: var(--heading-height);
}
-/* Light color scheme (Default) */
[data-theme="light"],
:root:not([data-theme="dark"]) {
- --header-border-color: black; /* Light mode border color */
- --header-border-thickness: 0.3em; /* Light mode thickness */
+ --header-border-color: black;
+ --header-border-thickness: 0.3em;
}
-/* Dark color scheme (Auto) */
@media only screen and (prefers-color-scheme: dark) {
:root:not([data-theme]) {
- --header-border-color: white; /* Dark mode border color */
- --header-border-thickness: 0.2em; /* Dark mode thickness */
+ --header-border-color: white;
+ --header-border-thickness: 0.2em;
}
}
-/* Dark color scheme (Forced) */
[data-theme="dark"] {
--header-border-color: white;
--header-border-thickness: 0.2em;
}
-/* Header styling */
header::before {
content: "";
display: block;
@@ -48,17 +42,14 @@ header::before {
border-bottom: var(--header-border-thickness) solid var(--header-border-color);
}
-
-
h1 {
font-size: calc(0.8em + 2.6vw);
font-weight: 700;
letter-spacing: .01em;
- text-shadow: .022em .022em .022em #111;
+ text-shadow: .05em .05em #111;
color: #fff;
}
-
body {
min-height: 100vh;
}
@@ -136,4 +127,3 @@ nav.theme-selector {
margin-top: 0.5em;
}
}
-
diff --git a/css/pico.min.css b/css/pico.min.css
index 5b9ca0d..5b9ca0d 100644..100755
--- a/css/pico.min.css
+++ b/css/pico.min.css
diff --git a/footer.php b/footer.php
index 3a25893..3a25893 100644..100755
--- a/footer.php
+++ b/footer.php
diff --git a/front-page.php b/front-page.php
index 354e4bd..354e4bd 100644..100755
--- a/front-page.php
+++ b/front-page.php
diff --git a/functions.php b/functions.php
index 4358df1..4358df1 100644..100755
--- a/functions.php
+++ b/functions.php
diff --git a/header.php b/header.php
index 637fbe9..637fbe9 100644..100755
--- a/header.php
+++ b/header.php
diff --git a/includes/section-content.php b/includes/section-content.php
index 5d0262d..5d0262d 100644..100755
--- a/includes/section-content.php
+++ b/includes/section-content.php
diff --git a/index.php b/index.php
index e69de29..e69de29 100644..100755
--- a/index.php
+++ b/index.php
diff --git a/js/minimal-theme-switcher-picocss.js b/js/minimal-theme-switcher-picocss.js
index 526a1b4..526a1b4 100644..100755
--- a/js/minimal-theme-switcher-picocss.js
+++ b/js/minimal-theme-switcher-picocss.js
diff --git a/js/parallax-header.js b/js/parallax-header.js
index c4ce1fc..c4ce1fc 100644..100755
--- a/js/parallax-header.js
+++ b/js/parallax-header.js
diff --git a/media/banner.jpeg b/media/banner.jpeg
index e4caea6..e4caea6 100644..100755
--- a/media/banner.jpeg
+++ b/media/banner.jpeg
Binary files differ
diff --git a/page.php b/page.php
index 5a91307..5a91307 100644..100755
--- a/page.php
+++ b/page.php
diff --git a/screenshot.png b/screenshot.png
index ac97031..ac97031 100644..100755
--- a/screenshot.png
+++ b/screenshot.png
Binary files differ
diff --git a/search.php b/search.php
index e69de29..e69de29 100644..100755
--- a/search.php
+++ b/search.php
diff --git a/single.php b/single.php
index e69de29..e69de29 100644..100755
--- a/single.php
+++ b/single.php
diff --git a/style.css b/style.css
index 7c7a15e..7c7a15e 100644..100755
--- a/style.css
+++ b/style.css