commit 485c546072048e4890d230bf7528295b88ed98b0
parent f87ea71fc045d9c21631bfacf17ab8820b21a4f0
Author: Nixx <nixx@firemail.cc>
Date: Sun, 27 Dec 2020 19:53:17 +0000
Some more tweaks to dir listings and stylesheets
Diffstat:
3 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/Media/_index.php b/Media/_index.php
@@ -2,8 +2,7 @@
$root="../";
$title="Media";
$tags="blog,media";
-#$scanfiles=array("./Anime/", "./Art/", "./Games/", "./Music/");
-$scanfiles=array("./Art/", "./Games/");
+$scanfiles=array("./Art/", "./Cinema/", "./Games/", "./Music");
$message=$title;
$submessage="";
diff --git a/includes/end.php b/includes/end.php
@@ -2,10 +2,7 @@
echo '</div>';
echo '<div class="bottom">';
echo '<div class="bottomcell">';
- echo '<p>BTC: <a href="bitcoin:18XfSy6o4uozbFdWN2ixTy1XZjt5jKxwkg">18XfSy6o4uozbFdWN2ixTy1XZjt5jKxwkg</a></p>';
- echo '</div>';
- echo '<div class="bottomcell">';
- echo '<p>Contact Me: <a href="/contact.php">nixx@firemail.cc</a></p>';
+ echo '<p>Send me something interesting: <a href="/contact.php">nixx@firemail.cc</a></p>';
echo '</div>';
echo '</div>';
echo '</body>';
diff --git a/styles/default.css b/styles/default.css
@@ -169,6 +169,21 @@ input[type="submit" i] {
opacity: 1;
}
+.cell {
+ width: 45%;
+ text-align: center;
+}
+
+.cell > p {
+ height: 24px;
+ margin: 16px 0 0 0;
+}
+
+.cell > h3 {
+ height: 48px;
+ margin: 16px 0 0 0;
+}
+
.mobilemenu {
width: 250px;
max-height: var(--ver);