Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbjt authored Oct 30, 2024
1 parent 5c8986e commit 1b8b66e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 24 deletions.
41 changes: 21 additions & 20 deletions public/css/hyde.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

/*
* __ __
* /\ \ /\ \
* \ \ \___ __ __ \_\ \ __
* \ \ _ `\/\ \/\ \ /'_` \ /'__`\
* \ \ \ \ \ \ \_\ \/\ \_\ \/\ __/
* \ \_\ \_\/`____ \ \___,_\ \____\
* \/_/\/_/`/___/> \/__,_ /\/____/
* /\___/
* \/__/
*
* Designed, built, and released under MIT license by @mdo. Learn more at
* https://github.com/poole/hyde.
*/


/*
Expand All @@ -19,7 +32,7 @@
*/

html {
font-family: Arial, sans-serif;
font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
@media (min-width: 48em) {
html {
Expand All @@ -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 {
Expand All @@ -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 */
Expand All @@ -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
Expand Down Expand Up @@ -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 {
Expand Down
20 changes: 16 additions & 4 deletions public/css/poole.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

/*
* ___
* /\_ \
* _____ ___ ___\//\ \ __
* /\ '__`\ / __`\ / __`\\ \ \ /'__`\
* \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/
* \ \ ,__/\ \____/\ \____//\____\ \____\
* \ \ \/ \/___/ \/___/ \/____/\/____/
* \ \_\
* \/_/
*
* Designed, built, and released under MIT license by @mdo. Learn more at
* https://github.com/poole/poole.
*/


Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -138,7 +150,7 @@ abbr[title] {
/* Code */
code,
pre {
font-family: monospace;
font-family: Menlo, Monaco, "Courier New", monospace;
}
code {
padding: .25em .5em;
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 1b8b66e

Please sign in to comment.