diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-03-21 17:03:24 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-03-21 17:03:24 +0000 |
| commit | 797699bc6f2f49d0ccbda2689930dadf31c20a17 (patch) | |
| tree | 3fb5e82f33a6c8bbb2492ab875f5c0dcda94d033 | |
| parent | 6b610b745ab556ba494e2ee193a2cc208e3ca3f5 (diff) | |
some css fixes
| -rw-r--r-- | about.html | 16 | ||||
| -rw-r--r-- | library.html | 14 | ||||
| -rw-r--r-- | neocities/index.html | 2 | ||||
| -rw-r--r-- | poetry.html | 9 |
4 files changed, 30 insertions, 11 deletions
@@ -195,6 +195,22 @@ <p class="minpass">   <span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>  <span> Pellentesque nulla orci, lacinia vitae aliquam ac,</span>  <span> aliquam in nisi. Suspendisse</span>    <span> efficitur nisl nibh, sit amet mollis purus blandit et. Ut velit diam, vehicula eget rhoncus ac, tincidunt at dolor. Nam rhoncus gravida mollis. Proin sem ipsum,</span>  <span> sodales sed ornare a, venenatis ac ante. Donec cursus ligula augue, non blandit lacus dapibus id. Cras orci risus, cursus id faucibus id, iaculis a nibh. Proin in justo nec lectus convallis placerat.</span>       <span>Proin lacinia diam sit amet tellus malesuada bibendum. Suspendisse sagittis fermentum sem ut ultricies. Morbi egestas odio id feugiat vestibulum. Quisque</span>    <span> sed tincidunt nibh. Quisque a pellentesque nunc.</span> </p> +Vivamus suscipit dolor vel vulputate ullamcorper. In at laoreet mi. Quisque auctor erat sem, al +um felis, eget cursus ligula dui et eros. Praesent condimentum porta vestibulum. Quisque ultric +, eget ultricies magna aliquam. Aliquam hendrerit, odio in pellentesque tincidunt, dui sapien u +llis libero id urna cursus, vel hendrerit justo congue. Sed sapien sem, ultrices et aliquam nec +s lectus sed, accumsan egestas lacus. In hac habitasse platea dictumst. Sed non arcu urna. Cura + +Vestibulum id euismod turpis, id pretium magna. Morbi vel tellus neque. Donec volutpat ornare v +imus rhoncus. Nulla felis erat, varius in mauris eu, mollis tincidunt felis. Donec luctus phare + +Integer augue ante, cursus quis fermentum nec, accumsan eget urna. Cras convallis dolor tortor, +r non ipsum in tristique. In hac habitasse platea dictumst. Mauris maximus massa velit, vel fri +. Proin lacinia rutrum metus eu dignissim. + + <p> + +</p> </div> </div> </body> diff --git a/library.html b/library.html index ad99035..e6888ed 100644 --- a/library.html +++ b/library.html @@ -28,7 +28,7 @@ .items { display: flex; flex-flow: row wrap; - justify-content: space-between; + justify-content: space-evenly; gap: 10px; } @@ -77,24 +77,18 @@ <p><a href="https://www.goodreads.com/user/show/164235846-c">Goodreads</a> - <a href="https://letterboxd.com/tatami_room/">Letterboxd</a> - <a href="https://anilist.co/user/radiohotline/">AniList</a> - <a href="https://listenbrainz.org/user/falloftroy">Listenbrainz</a><sup>1</sup></p> <h2>Currently Reading:</h2> <ul> - <li>Joseph Conrad - Heart of Darkness</li> <li>William S. Burroughs - Naked Lunch</li> </ul> <h2>On Hold:</h2> <ul> - <li>Jean Paul Sartre - Nausea</li> - <li>Bernando Zannoni - My Stupid Intentions</li> - <li>Uketsu - Strange Pictures</li> - <li>Oscar Wilde - The Picture of Dorian Gray</li> - <li>Yevgeny Zamyatin - We</li> - <li>Fyodor Dostoevsky - Notes From Underground</li> + <li>More books than I'd like to admit.</li> </ul> <h2>Recently Finished:</h2> <ul> + <li>Joseph Conrad - Heart of Darkness</li> <li>Lewis Carroll - Alice's Adventures in Wonderland</li> <li>Uketsu - Strange Houses</li> <li>Sarah Kane - 4.48 Psychosis</li> - <li>Urs Allemann - Babyfucker</li> </ul> <hr> @@ -138,7 +132,7 @@ <img src="img/film/maude.jpg" alt="Harold and Maude (1971)"> <img src="img/film/planet.jpg" alt="La Planet Sauvage (1973)"> <img src="img/film/little.jpg" alt="Little Miss Sunshine (2006)"> - <img src="img/film/theblacktower.jpg" alt="The Black Tower (1987)"> + <img src="img/film/theblacktower.jpg" alt="The Black Tower (1987)"> </div> </div> </div> diff --git a/neocities/index.html b/neocities/index.html index d446639..41f23d0 100644 --- a/neocities/index.html +++ b/neocities/index.html @@ -34,7 +34,7 @@ <br> <p>moved</p> - <p style="color:grey; font-size: small">Updated: 2026-02-20 20:56:26</p> + <p style="color:grey; font-size: small">Updated: 2026-03-13 15:57:37</p> <a href="https://softmachine.dev">>> redirect</a> </body> diff --git a/poetry.html b/poetry.html index a0280ac..5deefaf 100644 --- a/poetry.html +++ b/poetry.html @@ -29,6 +29,15 @@ gap: 20px; } + .poem { + width: 450px; + padding-left: 20px; + padding-right: 20px; + padding-bottom: 20px; + vertical-align:top; + } + + @media (max-width:900px) { .poem { width: 80vw; |
