From 1b8b66e63700d868e2033c542e9a9420f0b38192 Mon Sep 17 00:00:00 2001 From: "MataChintpurniBalaJiTemple(MCBJT)" Date: Tue, 29 Oct 2024 19:06:24 -0600 Subject: [PATCH] Add files via upload --- public/css/hyde.css | 41 +++++++++++++++++++++-------------------- public/css/poole.css | 20 ++++++++++++++++---- 2 files changed, 37 insertions(+), 24 deletions(-) diff --git a/public/css/hyde.css b/public/css/hyde.css index 35c84b7..213e232 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -1,4 +1,17 @@ - +/* + * __ __ + * /\ \ /\ \ + * \ \ \___ __ __ \_\ \ __ + * \ \ _ `\/\ \/\ \ /'_` \ /'__`\ + * \ \ \ \ \ \ \_\ \/\ \_\ \/\ __/ + * \ \_\ \_\/`____ \ \___,_\ \____\ + * \/_/\/_/`/___/> \/__,_ /\/____/ + * /\___/ + * \/__/ + * + * Designed, built, and released under MIT license by @mdo. Learn more at + * https://github.com/poole/hyde. + */ /* @@ -19,7 +32,7 @@ */ html { - font-family: Arial, sans-serif; + font-family: "PT Sans", Helvetica, Arial, sans-serif; } @media (min-width: 48em) { html { @@ -43,8 +56,8 @@ html { .sidebar { text-align: center; padding: 2rem 1rem; - color: #d62b2b; - background-color: #ff8f29; + color: rgba(255,255,255,.5); + background-color: #202020; } @media (min-width: 48em) { .sidebar { @@ -66,9 +79,8 @@ html { .sidebar-about h1 { color: #fff; margin-top: 0; - font-family: serif; - font-size: 2.25rem; - text-align: center; + font-family: "Abril Fatface", serif; + font-size: 3.25rem; } /* Sidebar nav */ @@ -81,23 +93,12 @@ html { } a.sidebar-nav-item:hover, a.sidebar-nav-item:focus { - color: #d62b2b; text-decoration: underline; + text-decoration: underline; } .sidebar-nav-item.active { font-weight: bold; } -/* Sidebar-image/ -/* About section image */ -.sidebar-image { - width: 100%; /* Adjust the size as needed */ - height: auto; /* Maintain aspect ratio */ - margin-t: 1rem; /* Space between image and title */ - margin-bottom: 1rem; /* Space between image and title */ - border-radius: 5px; /* Optional: add rounded corners */ -} - - /* Sticky sidebar * * Add the `sidebar-sticky` class to the sidebar's container to affix it the @@ -174,7 +175,7 @@ a.sidebar-nav-item:focus { * within blog posts. To use, add the class of your choosing to the `body`. */ -/* Base16 */ +/* Base16 (http://chriskempson.github.io/base16/#default) */ /* Red */ .theme-base-08 .sidebar { diff --git a/public/css/poole.css b/public/css/poole.css index 918e44c..8ec27e7 100644 --- a/public/css/poole.css +++ b/public/css/poole.css @@ -1,4 +1,16 @@ - +/* + * ___ + * /\_ \ + * _____ ___ ___\//\ \ __ + * /\ '__`\ / __`\ / __`\\ \ \ /'__`\ + * \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/ + * \ \ ,__/\ \____/\ \____//\____\ \____\ + * \ \ \/ \/___/ \/___/ \/____/\/____/ + * \ \_\ + * \/_/ + * + * Designed, built, and released under MIT license by @mdo. Learn more at + * https://github.com/poole/poole. */ @@ -36,7 +48,7 @@ body { } html { - font-family: Arial, sans-serif; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; } @@ -138,7 +150,7 @@ abbr[title] { /* Code */ code, pre { - font-family: monospace; + font-family: Menlo, Monaco, "Courier New", monospace; } code { padding: .25em .5em; @@ -377,7 +389,7 @@ tbody tr:nth-child(odd) th { overflow: hidden; /* clearfix */ margin-left: -1rem; margin-right: -1rem; - font-family: Arial, sans-serif; + font-family: "PT Sans", Helvetica, Arial, sans-serif; color: #ccc; text-align: center; }