From 5a1df06e6dce2f29182a695db6c17e44e0ba438c Mon Sep 17 00:00:00 2001 From: Dalm Date: Mon, 18 Apr 2022 00:10:08 +0100 Subject: [PATCH] added loads of cool shit and a redirect for 18+ users --- 18redirect.html | 2 +- css/artstyles.css | 10 +++ css/gallerystyles.css | 5 +- gallery.html | 24 ++++++- gallery/0002.html | 84 ++++++++++++++++++++++ gallery/template.html | 18 ++--- images/Gallery/Thumbs/ellacheer thumb.png | Bin 0 -> 294578 bytes images/Gallery/images/ellacheer.png | Bin 0 -> 1964062 bytes images/Gallery/images/ellacheer2.png | Bin 0 -> 1956629 bytes index.html | 6 ++ mainstyles.css | 9 +++ rss.xml | 15 +++- 12 files changed, 160 insertions(+), 13 deletions(-) create mode 100644 gallery/0002.html create mode 100644 images/Gallery/Thumbs/ellacheer thumb.png create mode 100644 images/Gallery/images/ellacheer.png create mode 100644 images/Gallery/images/ellacheer2.png diff --git a/18redirect.html b/18redirect.html index 8fd32ac..600cd56 100644 --- a/18redirect.html +++ b/18redirect.html @@ -54,7 +54,7 @@ button{ -
This site contains adult content not suitable for people under 18 years of age!
If you're under 18, you probably shouldn't be here!
+
This site contains adult content not suitable for people under 18 years of age!
If you're under 18, you probably shouldn't be here!
Are you an adult?
diff --git a/css/artstyles.css b/css/artstyles.css index 11883b1..8fc475f 100644 --- a/css/artstyles.css +++ b/css/artstyles.css @@ -49,6 +49,16 @@ h1{ background-color: white; color: white; } +img{ + margin-bottom: 10px; + +} + +.commstext{ + padding-left: 5%; + padding-right: 5%; + font-size: 1.3rem; +} /*Undersize.*/ diff --git a/css/gallerystyles.css b/css/gallerystyles.css index ec8f8f3..33ef3b0 100644 --- a/css/gallerystyles.css +++ b/css/gallerystyles.css @@ -9,14 +9,15 @@ } #gallerythumb{ - margin-left: 5%; - margin-right: 5%; + margin-left: 1%; + margin-right: 1%; margin-top: 3%; padding: 1%; width: 100%; max-width: 160px; border: 1px dotted white; text-align: center; + background-color: black; } #thumbnail{ diff --git a/gallery.html b/gallery.html index d2ff6b0..632fd03 100644 --- a/gallery.html +++ b/gallery.html @@ -44,11 +44,33 @@

Gallery

To be notified whenever I upload new art, check my RSS feed!