summaryrefslogtreecommitdiff
path: root/thoughts.html
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-02-17 11:04:50 +0000
committerRadiohotline <radiohotline@disroot.org>2026-02-17 11:04:50 +0000
commit73ada98fb48514c51bd3e4b50c1d66ee2772870e (patch)
tree9f1b456fda8bea4ef19bf616c13b626550610af8 /thoughts.html
parentd467386647277a2b3c40bc149d97c699903b68d3 (diff)
fix eyes and other css errors
Diffstat (limited to 'thoughts.html')
-rw-r--r--thoughts.html35
1 files changed, 23 insertions, 12 deletions
diff --git a/thoughts.html b/thoughts.html
index 704e085..35c2301 100644
--- a/thoughts.html
+++ b/thoughts.html
@@ -18,11 +18,20 @@
float: right;
}
+ article:hover {
+ cursor: pointer;
+ }
+
+ summary:hover {
+ text-decoration: underline;
+ font-style: italics;
+ }
+
embed {
width: 55vw;
height: 50vh;
background-color: rgba(199, 189, 170, 0.8);
- box-shadow: 0 0 10px 10px rgba(199, 189, 170, 0.8);
+ box-shadow: 0 0 5px 5px rgba(199, 189, 170, 0.8);
border-radius: 20px;
margin: 10px 0px 10px 0px;
}
@@ -34,7 +43,7 @@
}
embed {
- width: 90vw;
+ width: 80vw;
height: 75vh;
}
}
@@ -44,64 +53,66 @@
<h1 class="logo"><a href="index.html"><img src="img/logo.png" alt="Soft Machine"></a></h1>
<div class="shadow">
- <img src="../img/enki.jpg">
+ <img src="img/enki.jpg">
<h1>Thoughts</h1>
+ <p>Opinions expressed change over time, especially with my mental state, but writings will remain here.</p>
+
<div>
<article>
<details>
<summary>25/11/07 - Lemon Soda Lemonade</summary>
- <embed src="../txt/soda.txt">
+ <embed src="txt/soda.txt">
</details>
</article>
<article>
<details>
<summary>25/11/07 - Some Things We Do</summary>
- <embed src="../txt/core.txt">
+ <embed src="txt/core.txt">
</details>
</article>
<article>
<details>
<summary>25/01/09 - Outcomes of a Shower</summary>
- <embed src="../txt/shower.txt">
+ <embed src="txt/shower.txt">
</details>
</article>
<article>
<details>
<summary>23/04/22 - Wherein You Exist</summary>
- <embed src="../txt/where.txt">
+ <embed src="txt/where.txt">
</details>
</article>
<article>
<details>
<summary>23/02/22 - "Aliveness" as Imperfection and Uncertainty in Motion</summary>
- <embed src="../txt/alive.txt">
+ <embed src="txt/alive.txt">
</details>
</article>
<article>
<details>
<summary>23/01/26 - No Such Thing as an Imperfect Number (Updated 2025)</summary>
- <embed src="../txt/num.txt">
+ <embed src="txt/num.txt">
</details>
</article>
<article>
<details>
<summary>23/01/26 - Expression and the Primal Fear of Isolation</summary>
- <embed src="../txt/isolation.txt">
+ <embed src="txt/isolation.txt">
</details>
</article>
<article>
<details>
<summary>23/01/26 - What is this?</summary>
- <embed src="../txt/birth.txt">
+ <embed src="txt/birth.txt">
</details>
</article>
@@ -109,7 +120,7 @@
<article>
<details>
<summary></summary>
- <embed src="../txt/">
+ <embed src="txt/">
</details>
</article>
-->