diff --git a/global/bgtiled.gif b/global/bgtiled.gif new file mode 100644 index 0000000..34d0695 Binary files /dev/null and b/global/bgtiled.gif differ diff --git a/global/global.js b/global/global.js index b38732d..e37478e 100644 --- a/global/global.js +++ b/global/global.js @@ -75,15 +75,15 @@ dirDepth = "" function updateStyle(type){ function resetBackground(){ try { - document.querySelector("body").style.backgroundImage = "none"; - document.querySelector("body").style.backgroundRepeat = "repeat-x"; - document.querySelector("body").style.backgroundPosition = "top"; - document.querySelector("body").style.backgroundBlendMode = "normal"; + document.querySelector("body").style.backgroundImage = "none"; + document.querySelector("body").style.backgroundRepeat = "repeat-x"; + document.querySelector("body").style.backgroundPosition = "top"; + document.querySelector("body").style.backgroundBlendMode = "normal"; } catch { } } var doc = document.documentElement; - + /* If type = undefined, default to "tomorrow" */ if (type == undefined){ type = "Neocities"; } if (type == "Yotsuba"){ @@ -100,7 +100,7 @@ function updateStyle(type){ try { document.querySelector("body").style.backgroundImage = "url(" + dirDepth + "global/fade.png)"; } catch { } - } else if (type == "Tomorrow"){ + } /*else if (type == "Tomorrow"){ doc.style.setProperty("--main-bg-color", "#1d1f21"); doc.style.setProperty("--main-bg-end-color", "#1d1f21"); doc.style.setProperty("--main-color", "#282a2e"); @@ -122,7 +122,7 @@ function updateStyle(type){ doc.style.setProperty("--font-size", "13px"); resetBackground(); - } else if (type == "Neocities"){ + } */else if (type == "Neocities"){ doc.style.setProperty("--main-bg-color", "#000000"); doc.style.setProperty("--main-bg-end-color", "#468184"); doc.style.setProperty("--main-color", "#00000055"); @@ -137,6 +137,22 @@ function updateStyle(type){ document.querySelector("body").style.backgroundRepeat = "repeat"; document.querySelector("body").style.backgroundBlendMode = "overlay"; } catch { } + } else if (type == "Indepth"){ + doc.style.setProperty("--main-bg-color", "#000000"); + doc.style.setProperty("--main-bg-end-color", "#080808"); + doc.style.setProperty("--main-color", "#000000"); + doc.style.setProperty("--main-fg-color", "#ffffff"); + doc.style.setProperty("--main-title-fg-color", "#2c9080"); + + doc.style.setProperty("--font-family", "FreePixel"); + doc.style.setProperty("--font-size", "15px"); + + resetBackground(); + try { + document.querySelector("body").style.backgroundImage = "url(" + dirDepth + "global/bgtiled.gif)"; + document.querySelector("body").style.backgroundRepeat = "repeat"; + document.querySelector("body").style.backgroundBlendMode = "overlay"; + } catch { } } } @@ -283,8 +299,8 @@ function LoadWebsite(){ if (document.getElementById("please-no-buttons") != null){ button_check_buttons.checked = false; - button_check_label.disabled = true; - button_check_buttons.disabled = true; + button_check_buttons.style.visibility = "hidden"; + button_check_label.style.visibility = "hidden"; } button_span.appendChild(button_select_label); @@ -343,8 +359,14 @@ function LoadWebsite(){ updateStyle(event.target.value); }); - if (localStorage.getItem("style") == "Yotsuba" || localStorage.getItem("style") == "Neocities" || localStorage.getItem("style") == undefined){ - updateStyle(localStorage.getItem("style")); + if (document.getElementById("static-theme") == null){ + if (localStorage.getItem("style") == "Yotsuba" || localStorage.getItem("style") == "Neocities" || localStorage.getItem("style") == undefined){ + updateStyle(localStorage.getItem("style")); + } + } else { + updateStyle(document.getElementById("static-theme").getAttribute("data-")); + stylebutton.disabled = true; + button_select_label.style.visibility = "hidden"; } } diff --git a/global/style.css b/global/style.css index 23429e3..56d3395 100644 --- a/global/style.css +++ b/global/style.css @@ -24,6 +24,15 @@ body { transition: 0.2s; } +body:before{ + animation-name: Static; + animation-duration: 2s; + animation-iteration-count: infinite; + animation-timing-function: steps(4); + opacity: 0.35; + pointer-events: none; +} + nav{ width:100%; height:40px; diff --git a/index.html b/index.html index 91b7b1b..337bdb6 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,8 @@ (yes yes... I will add [insert your favorite frontend] if demand is large enough)

-




Thank you for stopping by.

+



Thank you for stopping by.

+
? More stuff about me ?
Please enable Javascript on this page as it's required to generate the footer and navigation bar.
For fear of non-free Javascript: The JS is licensed under GPL v.3
diff --git a/moe.html b/moe.html new file mode 100644 index 0000000..d8d0686 --- /dev/null +++ b/moe.html @@ -0,0 +1,42 @@ + + + + + + + + + + + Moe about me? + + + +
+

My real-estate corner

+

Go back

+
+

Moe about me?

+ Well... +
+
+

$SKILLSET

+ Well... +
+
+

What I do at $Daytime

+ Well... +
+ +

Go back

+ +
Please enable Javascript on this page as it's required to generate the footer and navigation bar.
For fear of non-free Javascript: The JS is licensed under GPL v.3
+
+ + + + + + + +