Curabitur suscipit quam tellus, non rhoncus diam vehicula in. Aliquam ut dapibus tortor. Cras accumsan arcu vel ante maximus ornare. Nam tempus fermentum leo maximus euismod. Donec vehicula pretium est a ultrices. Nunc blandit nibh lorem, nec blandit leo posuere quis. Sed mauris ligula, euismod eu aliquam vel, rhoncus eget magna. Proin eget tortor ut ligula suscipit mattis. Integer rutrum aliquet eleifend. Suspendisse leo libero, placerat nec mi id, sagittis malesuada felis. Quisque euismod ante cursus elit lobortis, eu tempus ligula condimentum. Mauris viverra metus et dignissim efficitur. Ut placerat nunc nunc, eu tempus neque ultrices nec. Suspendisse et magna risus. Phasellus in ullamcorper tortor. Sed lobortis ut mi in blandit.
diff --git a/out/error.html b/out/error.html
index e740681..4b16f9a 100644
--- a/out/error.html
+++ b/out/error.html
@@ -16,11 +16,6 @@
-
-We're Sorry! Your webpage is in another castle!
-===
-
-
@@ -28,11 +23,11 @@ We're Sorry! Your webpage is in another castle!
-
DISCORD
-
GITHUB
-
TWITCH
-
YOUTUBE
-
TWITTER
+
+
+
+
+
+
+We're Sorry! Your webpage is in another castle!
+===
+
+
diff --git a/out/images/DIRECTORY_LISTING b/out/images/DIRECTORY_LISTING
index 5287674..a4616bb 100644
--- a/out/images/DIRECTORY_LISTING
+++ b/out/images/DIRECTORY_LISTING
@@ -16,7 +16,6 @@
-
Directory Listing for /images/
diff --git a/out/otherpage.html b/out/otherpage.html
index faa751e..9ecc925 100644
--- a/out/otherpage.html
+++ b/out/otherpage.html
@@ -16,6 +16,26 @@
+
+
This is a different webpage.
+29 Apr 2022 7:37PM
⤈ Click to expand.
diff --git a/out/sig.css b/out/sig.css
index 08c3668..c68ee2f 100644
--- a/out/sig.css
+++ b/out/sig.css
@@ -85,7 +85,7 @@ sup{
font-weight:900;
text-shadow: 0.3px 0.3px 3px #666666;
z-index:-1;
- padding-top:32px;
+ padding-top:4px;
}
.contentBody .color1{
color: #a985e4;
@@ -389,12 +389,13 @@ textarea:disabled{
color:white;
}
.navbar{
- font-size:0.7em;
+ font-size:1.0em;
color:lime;
padding-top:8px;
padding-bottom:8px;
border-bottom: 1px solid darkgreen;
- position:fixed;
+ position: -webkit-sticky; /* Safari */
+ position: sticky;
top:0px;
z-index:2;
width:100%;
@@ -408,6 +409,16 @@ textarea:disabled{
padding-right:16px;
display:inline-flex;
text-decoration:underline;
+ color:rgb(255, 200, 253);
+}
+.navbaritem a:link{
+ color:rgb(255, 200, 253);
+}
+.navbaritem a:hover{
+ color:white;
+}
+.navbaritem a:visited{
+ color:rgb(255, 200, 253);
}
.navbaritem:first-of-type{
padding-left:32px;
@@ -445,3 +456,12 @@ textarea:disabled{
.socials img:first-of-type{
padding-right:32px;
}
+.socials a:link{
+ color:rgb(255, 200, 253);
+}
+.socials a:hover{
+ color:white;
+}
+.socials a:visited{
+ color:rgb(255, 200, 253);
+}
diff --git a/out/testfile.html b/out/testfile.html
index 911a312..a141962 100644
--- a/out/testfile.html
+++ b/out/testfile.html
@@ -16,12 +16,6 @@
-
-SigPlace
--SigPlace
-===
-
-
Other Page!
@@ -29,11 +23,11 @@ SigPlace
-
DISCORD
-
GITHUB
-
TWITCH
-
YOUTUBE
-
TWITTER
+
+
+
+
+
+
+SigPlace
+-SigPlace
+===
+
+
Other Page!
diff --git a/out/uploadform.html b/out/uploadform.html
index d2378b9..7b9e7c0 100644
--- a/out/uploadform.html
+++ b/out/uploadform.html
@@ -16,12 +16,6 @@
-
-SigPlace
-
@@ -29,11 +23,11 @@ SigPlace
-
DISCORD
-
GITHUB
-
TWITCH
-
YOUTUBE
-
TWITTER
+
+
+
+
+
+
+SigPlace
+
diff --git a/ref/DEFAULT.html b/ref/DEFAULT.html
index 7cdfdbf..7780e37 100644
--- a/ref/DEFAULT.html
+++ b/ref/DEFAULT.html
@@ -15,5 +15,4 @@
loadCodeBackground();
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/ref/NAVBAR.html b/ref/NAVBAR.html
index ead9985..ae0d55c 100644
--- a/ref/NAVBAR.html
+++ b/ref/NAVBAR.html
@@ -5,11 +5,11 @@
-
DISCORD
-
GITHUB
-
TWITCH
-
YOUTUBE
-
TWITTER
+
+
+
+
+
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/sigPlace.java b/sigPlace.java
index 6ab0c42..54ddd94 100644
--- a/sigPlace.java
+++ b/sigPlace.java
@@ -148,8 +148,8 @@ public class sigPlace {
List content = Files.readAllLines(f);
if (isHTMLFile(f)) {
+ content.addAll(0,Files.readAllLines(ops.get("%NAVBAR")));
content.addAll(0,Files.readAllLines(ops.get("%DEFAULT")));
- content.addAll(Files.readAllLines(ops.get("%NAVBAR")));
content.addAll(Files.readAllLines(ops.get("%FOOTER")));
}
diff --git a/sitefiles/sig.css b/sitefiles/sig.css
index b51d3c1..32d6859 100644
--- a/sitefiles/sig.css
+++ b/sitefiles/sig.css
@@ -98,7 +98,7 @@ sup{
font-weight:900;
text-shadow: 0.3px 0.3px 3px #666666;
z-index:-1;
- padding-top:32px;
+ padding-top:4px;
}
.contentBody .color1{
@@ -447,12 +447,13 @@ textarea:disabled{
color:white;
}
.navbar{
- font-size:0.7em;
+ font-size:1.0em;
color:lime;
padding-top:8px;
padding-bottom:8px;
border-bottom: 1px solid darkgreen;
- position:fixed;
+ position: -webkit-sticky; /* Safari */
+ position: sticky;
top:0px;
z-index:2;
width:100%;
@@ -466,6 +467,16 @@ textarea:disabled{
padding-right:16px;
display:inline-flex;
text-decoration:underline;
+ color:rgb(255, 200, 253);
+}
+.navbaritem a:link{
+ color:rgb(255, 200, 253);
+}
+.navbaritem a:hover{
+ color:white;
+}
+.navbaritem a:visited{
+ color:rgb(255, 200, 253);
}
.navbaritem:first-of-type{
padding-left:32px;
@@ -502,4 +513,13 @@ textarea:disabled{
}
.socials img:first-of-type{
padding-right:32px;
+}
+.socials a:link{
+ color:rgb(255, 200, 253);
+}
+.socials a:hover{
+ color:white;
+}
+.socials a:visited{
+ color:rgb(255, 200, 253);
}
\ No newline at end of file