diff --git a/images/makeLogoEntries/uranium1024.png b/images/makeLogoEntries/uranium1024.png new file mode 100644 index 0000000..5fd4aa0 Binary files /dev/null and b/images/makeLogoEntries/uranium1024.png differ diff --git a/images/makeLogoEntries/uranium64.png b/images/makeLogoEntries/uranium64.png new file mode 100644 index 0000000..710aa1a Binary files /dev/null and b/images/makeLogoEntries/uranium64.png differ diff --git a/index.html b/index.html index 6322d38..64cf74e 100644 --- a/index.html +++ b/index.html @@ -22,28 +22,27 @@
-

neon443

-
Github
-
Contact
+

neon443

+
Github
+
Contact
-
Not a link!

This site is owned and maintained by Nihaal Sharma.
My Projects

- ├─ eaglercraft152 - Minecraft 1.5.2
- ├─ eaglercraftX188 - Minecraft 1.8.8
- ├─ webEPK
+ ├─eaglercraft152 - Minecraft 1.5.2
+ ├─eaglercraftX188 - Minecraft 1.8.8
+ ├─webEPK
│  ├─ Compile EPK
│  ├─ Decompile EPK
│  └─ Create EPK
- ├─ 2048
- ├─ Slope
- ├─ Sandspiel
- ├─ Sandboxels
- ├─ Musics info
- └─ Webpage Testing
+ ├─2048
+ ├─Slope
+ ├─Sandspiel
+ ├─Sandboxels
+ ├─Musics info
+ └─Webpage Testing
  └─ Sidenav

To suggest a change or report an error, click Contact in the navbar.
@@ -53,5 +52,8 @@

This site really needs a good logo (view the current one here), if you are good at digital art, please email me.


+

Currently Entered:

+ + diff --git a/style.css b/style.css index 17c935e..5c61dd0 100644 --- a/style.css +++ b/style.css @@ -60,14 +60,7 @@ .contentPush{ height: 65px; } -.ntLnk { - position: fixed; - top: 47.5px; - width: 100%; - border-radius: 0% 0% 15% 15%; - text-align: center; - font-size: 0px; -} + /* Bar styling*/ .bar { width: 100%; @@ -117,57 +110,23 @@ -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25); } - html:has(.barItem a:hover) . {} - /* not Link toast*/ -.tool { - text-decoration: none; - position: relative; -} -.tip * { - display: none; -} -.tip:hover * { - display: block; - position: fixed; - overflow: hidden; -} - #ntLnkToast { - display: none; - min-width: 250px; - margin-left: -125px; - background-color: rgba(255, 255, 255, 0.25); - text-align: center; - border-radius: 0px 0px 10px 10px; - padding: 16px; - position: fixed; - left: 50%; - top: 45px; - font-size: 20px; - - -webkit-backdrop-filter: blur(2.5px); - -moz-backdrop-filter: blur(2.5px); - backdrop-filter: blur(2.5px); - - } - #ntLnkToast.show { - display: block; - animation-name: fadein; - animation-duration: 0.5s; - animation-name: fadeout; - animation-delay: 2.6s; - animation-duration: 0.5s; - } - @keyframes fadein { - from {top: 0; opacity: 0;} - to {top: 45px; opacity: 1;} - } - @keyframes fadeout { - from {top: 45px; opacity: 1;} - to {top: 0; opacity: 0;} - } - /* not Link toast */ /* Bar styling */ +.box1 { + float: left; + display: block; + width: 9%; + height: auto; + padding: 20px 10px; +} +.box2 { + float: left; + display: block; + width: 9%; + height: auto; + padding: 20px 10px; +} + @media (prefers-color-scheme: dark) { * { color: #ddd;