summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-02-17 11:32:52 +0000
committerRadiohotline <radiohotline@disroot.org>2026-02-17 11:32:52 +0000
commit60eb045c37c24677088f13cdded9408c292f65ff (patch)
tree267f75218f1925d49bc2d908948a07fd256483f4
parent73ada98fb48514c51bd3e4b50c1d66ee2772870e (diff)
index improvement and image compression
-rw-r--r--common.css2
-rw-r--r--img/bg.jpgbin0 -> 168341 bytes
-rw-r--r--img/bgfull.pngbin0 -> 1055659 bytes
-rw-r--r--img/index/index.jpgbin0 -> 228192 bytes
-rw-r--r--index.html29
5 files changed, 15 insertions, 16 deletions
diff --git a/common.css b/common.css
index 2774bec..cf4e037 100644
--- a/common.css
+++ b/common.css
@@ -1,5 +1,5 @@
body {
- background-image: url(img/bg.png);
+ background-image: url(img/bg.jpg);
background-attachment: fixed;
background-position: center;
background-size: 100%;
diff --git a/img/bg.jpg b/img/bg.jpg
new file mode 100644
index 0000000..0ac2bfd
--- /dev/null
+++ b/img/bg.jpg
Binary files differ
diff --git a/img/bgfull.png b/img/bgfull.png
new file mode 100644
index 0000000..fca368a
--- /dev/null
+++ b/img/bgfull.png
Binary files differ
diff --git a/img/index/index.jpg b/img/index/index.jpg
new file mode 100644
index 0000000..cf4c8bc
--- /dev/null
+++ b/img/index/index.jpg
Binary files differ
diff --git a/index.html b/index.html
index 6001933..dc58830 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,7 @@
<style>
body {
- background-image: url('img/index/index.png');
+ background-image: url('img/index/index.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
@@ -23,6 +23,11 @@
z-index: 2;
text-align: center;
padding: 0;
+ margin: 0;
+ position: fixed;
+ -webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,0.6);
+ -moz-box-shadow: 0 0 10px 10px rgba(0,0,0,0.6);
+ box-shadow: 0 0 10px 10px rgba(0,0,0,0.6);
}
#one a:nth-child(1)::after {
@@ -114,7 +119,7 @@
top: 0;
left: 0;
position: fixed;
- margin: 20px 40px;
+ margin: 20px;
}
.logo img {
@@ -172,26 +177,20 @@
</div>
</div>
- <div class="shadow" style="text-align: center; width: 150px; position: fixed; top: 0; right: 0; margin: 20px;
- -webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,0.6);
- -moz-box-shadow: 0 0 20px 10px rgba(0,0,0,0.6);
- box-shadow: 0 0 20px 10px rgba(0,0,0,0.6);">
+ <div class="shadow" style="width: 10%; top: 0; right: 0;">
<p><a href="https://d75i6wrgammbirodhv7fpulpko3jea3tb7qjjivf3kc6ohaambmptsad.onion/">tor</a>&emsp;*&emsp;<a href="http://softmachine.i2p/">i2p</a></p>
</div>
- <div class="shadow" style="text-align: center; width: 300px; position: fixed; bottom: 0; left: 0; margin: 20px;
- -webkit-box-shadow: 0 0 20px 15px rgba(0,0,0,0.6);
- -moz-box-shadow: 0 0 20px 15px rgba(0,0,0,0.6);
- box-shadow: 0 0 20px 15px rgba(0,0,0,0.6);">
+ <div class="shadow" style="width: 20%; bottom: 0; left: 0;">
<p><a href="about.html">about</a> * <a href="sitemap.html">sitemap</a> * <a href="https://teeth.atabook.org/">guestbook</a></p>
</div>
- <div class="shadow" style="text-align: center; color: white; width: 20%; padding: 10px; position: fixed; bottom: 0; right: 0;">
- <h2 style="text-align: center; margin: 0px;">Updates</h2>
+ <div class="shadow" style="width: 20%; bottom: 0; right: 0;">
+ <h2 style="margin-top: 10px;">Updates</h2>
- <ul style="text-align: left; padding: 0px 20px; font-size: 1em;">
- <li>16/02/26 - New site design</li>
- <li>04/02/26 - Added Bluesky link</li>
+ <ul style="text-align: left; margin: 0px 10px 10px 0px; font-size: 1em;">
+ <li>16/02/26 - New site design</li>
+ <li>04/02/26 - Added Bluesky link</li>
<li>12/01/26 - Added tor and i2p mirrors</li>
<li>10/01/26 - Added The Black Tower to /books</li>
</ul>