summaryrefslogtreecommitdiff
path: root/assets/css/core
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/core')
-rw-r--r--assets/css/core/license.css6
-rw-r--r--assets/css/core/reset.css118
-rw-r--r--assets/css/core/theme-vars.css38
-rw-r--r--assets/css/core/zmedia.css55
4 files changed, 0 insertions, 217 deletions
diff --git a/assets/css/core/license.css b/assets/css/core/license.css
deleted file mode 100644
index 47b9c6f..0000000
--- a/assets/css/core/license.css
+++ /dev/null
@@ -1,6 +0,0 @@
-/*
- PaperMod v8+
- License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
- Copyright (c) 2020 nanxiaobei and adityatelange
- Copyright (c) 2021-2025 adityatelange
-*/
diff --git a/assets/css/core/reset.css b/assets/css/core/reset.css
deleted file mode 100644
index 7393d57..0000000
--- a/assets/css/core/reset.css
+++ /dev/null
@@ -1,118 +0,0 @@
-*,
-::after,
-::before {
- box-sizing: border-box;
-}
-
-html {
- -webkit-tap-highlight-color: transparent;
- overflow-y: scroll;
- -webkit-text-size-adjust: 100%;
- text-size-adjust: 100%;
-}
-
-a,
-button,
-body,
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
- color: var(--primary);
-}
-
-body {
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
- font-size: 18px;
- line-height: 1.6;
- word-break: break-word;
- background: var(--theme);
-}
-
-article,
-aside,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-nav,
-section,
-table {
- display: block;
-}
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
- line-height: 1.2;
-}
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-p {
- margin-top: 0;
- margin-bottom: 0;
-}
-
-ul {
- padding: 0;
-}
-
-a {
- text-decoration: none;
-}
-
-body,
-figure,
-ul {
- margin: 0;
-}
-
-table {
- width: 100%;
- border-collapse: collapse;
- border-spacing: 0;
- overflow-x: auto;
- word-break: keep-all;
-}
-
-button,
-input,
-textarea {
- padding: 0;
- font: inherit;
- background: 0 0;
- border: 0;
-}
-
-input,
-textarea {
- outline: 0;
-}
-
-button,
-input[type=button],
-input[type=submit] {
- cursor: pointer;
-}
-
-input:-webkit-autofill,
-textarea:-webkit-autofill {
- box-shadow: 0 0 0 50px var(--theme) inset;
-}
-
-img {
- display: block;
- max-width: 100%;
-}
diff --git a/assets/css/core/theme-vars.css b/assets/css/core/theme-vars.css
deleted file mode 100644
index db1845d..0000000
--- a/assets/css/core/theme-vars.css
+++ /dev/null
@@ -1,38 +0,0 @@
-:root {
- --gap: 24px;
- --content-gap: 20px;
- --nav-width: 1024px;
- --main-width: 720px;
- --header-height: 60px;
- --footer-height: 60px;
- --radius: 8px;
- --theme: rgb(255, 255, 255);
- --entry: rgb(255, 255, 255);
- --primary: rgb(30, 30, 30);
- --secondary: rgb(108, 108, 108);
- --tertiary: rgb(214, 214, 214);
- --content: rgb(31, 31, 31);
- --code-block-bg: rgb(28, 29, 33);
- --code-bg: rgb(245, 245, 245);
- --border: rgb(238, 238, 238);
-}
-
-.dark {
- --theme: rgb(29, 30, 32);
- --entry: rgb(46, 46, 51);
- --primary: rgb(218, 218, 219);
- --secondary: rgb(155, 156, 157);
- --tertiary: rgb(65, 66, 68);
- --content: rgb(196, 196, 197);
- --code-block-bg: rgb(46, 46, 51);
- --code-bg: rgb(55, 56, 62);
- --border: rgb(51, 51, 51);
-}
-
-.list {
- background: var(--code-bg);
-}
-
-.dark.list {
- background: var(--theme);
-}
diff --git a/assets/css/core/zmedia.css b/assets/css/core/zmedia.css
deleted file mode 100644
index a68fd71..0000000
--- a/assets/css/core/zmedia.css
+++ /dev/null
@@ -1,55 +0,0 @@
-@media screen and (max-width: 768px) {
- /* theme-vars */
- :root {
- --gap: 14px;
- }
-
- /* profile-mode */
- .profile img {
- transform: scale(0.85);
- }
-
- /* post-entry */
- .first-entry {
- min-height: 260px;
- }
-
- /* archive */
- .archive-month {
- flex-direction: column;
- }
-
- .archive-year {
- margin-top: 20px;
- }
-
- /* footer */
- .footer {
- padding: calc((var(--footer-height) - var(--gap) - 10px) / 2) var(--gap);
- }
-}
-
-/* footer */
-@media screen and (max-width: 900px) {
- .list .top-link {
- transform: translateY(-5rem);
- }
-}
-
-@media screen and (max-width: 340px) {
- .share-buttons {
- justify-content: unset;
- }
-}
-
-@media (prefers-reduced-motion) {
- /* terms; profile-mode; post-single; post-entry; post-entry; search; search */
- .terms-tags a:active,
- .button:active,
- .post-entry:active,
- .top-link,
- #searchResults .focus,
- #searchResults li:active {
- transform: none;
- }
-}