Skip to content

Commit

Permalink
one love, one hand, one heart
Browse files Browse the repository at this point in the history
  • Loading branch information
petracoding committed Aug 6, 2024
1 parent 68e14a6 commit 1b47bfe
Show file tree
Hide file tree
Showing 46 changed files with 4,048 additions and 1,172 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/handlebars
/public/*/wip
/public/templates
/public/webrings
Expand Down
6 changes: 6 additions & 0 deletions css/layout/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ main {
}
}
}

&.list-with-less-spacing {
li {
margin-bottom: 0;
}
}
}

ol {
Expand Down
18 changes: 13 additions & 5 deletions css/layout/dark-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
& {
// = body
// background-image: url("http://localhost:52330/public/assets/img/bg-dark.png");
background-image: url("https://petrapixel.neocities.org/assets/img/bg-dark.png");
// background-image: url("https://petrapixel.neocities.org/assets/img/bg-dark.png");
background-image: url("https://64.media.tumblr.com/c8563b4f5ef374afcc8cd5a59c128718/8b1ad74d907c42b9-88/s500x750/e37951f77bb58dae62a6d8747da18b8563f34a43.pnj");
}

.only-show-in-light-mode {
Expand Down Expand Up @@ -78,6 +79,10 @@
color: white;
}

&.about-me-page aside ul a {
color: darken($dark, 30%);
}

main details summary,
.blog-article__read {
background: #25724b;
Expand Down Expand Up @@ -125,10 +130,13 @@
filter: brightness(10);
}

.aside-chatbox {
iframe[src*="cbox"] {
filter: brightness(0.47) saturate(2.1) contrast(1.5);
}
.aside-chatbox iframe[src*="cbox"],
iframe[src*="cbox.ws"] {
filter: brightness(0.47) saturate(2.1) contrast(1.5);
}

iframe[src*="smartgb.com"] {
filter: brightness(0.6) saturate(1.3) contrast(1.2) hue-rotate(30deg);
}

.checklist input {
Expand Down
6 changes: 4 additions & 2 deletions css/layout/defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ body {
justify-content: center;
background: var(--backgroundColor);
background-image: url("https://petrapixel.neocities.org/assets/img/bg.png");
background-image: url("https://64.media.tumblr.com/415b1f82c5be1a003c42c1027a8fcced/8b1ad74d907c42b9-3a/s500x750/1ccfb4bc62420cf0f4c79c4beab3536e8568cbb7.pnj");
background-repeat: repeat;
color: var(--textColor);
cursor: $cursorDefault;
Expand All @@ -34,8 +35,7 @@ body {

button {
font-family: $font, sans-serif;
letter-spacing: -0.03em;
font-size: 15px;
font-size: 17px;
line-height: 1.4;
cursor: $cursorPointer;
}
Expand Down Expand Up @@ -103,10 +103,12 @@ body {
}
}

// Tooltips
.tippy-box.tippy-box.tippy-box {
background-color: var(--mainBackgroundColor);
color: var(--asideTextColor);
box-shadow: 0px 2px 4px 0px rgba(92, 29, 50, 0.2);
font-size: 1em;

&[data-placement^="top"] > .tippy-arrow::before {
border-top-color: var(--mainBackgroundColor);
Expand Down
3 changes: 2 additions & 1 deletion css/layout/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
border-radius: 10px;
padding: 2px 5px;
color: rgb(77, 39, 48);
font-size: 15px;

&:hover {
filter: brightness(0.85);
Expand Down Expand Up @@ -183,7 +184,7 @@ footer {

.footer-content {
text-align: center;
padding: 0.5em 1em;
padding: 0.4em 1em 0.6em;
font-size: 0.8em;
background: var(--backgroundColor);
border-radius: 3px;
Expand Down
1 change: 1 addition & 0 deletions css/layout/sidebars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@
#statuscafe-content {
font-size: 0.9em;
min-height: 2.5em;
line-height: 1;
}

/*---------- Currently ----------*/
Expand Down
Loading

0 comments on commit 1b47bfe

Please sign in to comment.