From 8407efd6911492ebbee2f45810552e5a6ce413ec Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:50:54 +0100 Subject: [PATCH] major cleanup --- index.html | 29 ++++---- style.css | 213 ++++++++++++++++++++++++++--------------------------- 2 files changed, 118 insertions(+), 124 deletions(-) diff --git a/index.html b/index.html index fdf4496..fffd664 100644 --- a/index.html +++ b/index.html @@ -28,20 +28,19 @@

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

- ├─ eaglercraft152 - Minecraft 1.5.2
- ├─ eaglercraftX188 - Minecraft 1.8.8
- ├─ webEPK
- │ ├─ Compile EPK
- │ ├─ Decompile EPK
- │ └─ Create EPK
- ├─ 2048
- ├─ Fancade
- │ └─ Drive Mad
- ├─ Slope
- ├─ Sandspiel
- └─ Sandboxels

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

+ ├─eaglercraft152 - Minecraft 1.5.2
+ ├─eaglercraftX188 - Minecraft 1.8.8
+ ├─webEPK
+ │ ├─Compile EPK
+ │ ├─Decompile EPK
+ │ └─Create EPK
+ ├─2048
+ ├─Fancade
+ │ └─Drive Mad
+ ├─Slope
+ ├─Sandspiel
+ └─Sandboxels

+

\ No newline at end of file diff --git a/style.css b/style.css index 9e34553..7f75f28 100644 --- a/style.css +++ b/style.css @@ -1,121 +1,118 @@ /* COLOURS*/ -/* Link: #007AFF */ -/* Bold: #ff6200 */ - /* Light */ - /* Theme: #ddd */ - /* text: #222 */ - /* UI item bgs: #aaa */ - /* for contrast: #aaa */ - /* transparency: rgba(255, 255, 255, 0.25) */ - /* box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25); */ - /* bar link hover bg color: #111 */ - /* bar link hover text color: #eee */ - /* Dark */ - /* Theme: #222 */ - /* text: #ddd */ - /* UI item bgs: #555 */ - /* for contrast: #555 */ - /* transparency: rgba(0, 0, 0, 0.25) */ - /* box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); */ - /* bar link hover bg color: #eee */ - /* bar link hover text color: #111 */ +/* Link: #007AFF */ +/* Bold: #ff6200 */ +/* Light */ +/* Theme: #ddd */ +/* text: #222 */ +/* UI item bgs: #aaa */ +/* for contrast: #aaa */ +/* transparency: rgba(255, 255, 255, 0.25) */ +/* box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25); */ +/* bar link hover bg color: #111 */ +/* bar link hover text color: #eee */ +/* Dark */ +/* Theme: #222 */ +/* text: #ddd */ +/* UI item bgs: #555 */ +/* for contrast: #555 */ +/* transparency: rgba(0, 0, 0, 0.25) */ +/* box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); */ +/* bar link hover bg color: #eee */ +/* bar link hover text color: #111 */ /* COLOURS */ /*regular text (body, p, b, h*) styles*/ - * { - margin: 0px; - font-family: system-ui; - transition: 0.2s; - color: #222; - - } - b { - color: #ff6200 - } - a { - color: #007AFF - } - body { - background-color: #ddd; - } - p { - font-size: 20px; - padding: 0px 20px; - } - h1 { - font-size: 40px; - font-weight: 750; - padding: 0px 20px; - } - h2 { - font-size: 30px; - font-weight: 400; - padding: 0px 20px; - } - h3 { - font-size: 25px; - font-weight: 400; - padding: 0px 20px; - } +* { + margin: 0px; + font-family: system-ui; + transition: 0.2s; + color: #222; +} +b { + color: #ff6200; +} +a { + color: #007aff; +} +body { + background-color: #ddd; +} +p { + font-size: 20px; + padding: 0px 20px; +} +h1 { + font-size: 40px; + font-weight: 750; + padding: 0px 20px; +} +h2 { + font-size: 30px; + font-weight: 400; + padding: 0px 20px; +} +h3 { + font-size: 25px; + font-weight: 400; + padding: 0px 20px; +} /* regular text (body, p, b, h*) styles*/ -.contentPush{ +.contentPush { height: 65px; - positon: fixed; top: 0; } /* Bar styling*/ - .bar { - z-index: 5; - width: 100%; - position: fixed; - top: 0; - display: flex; - padding: 0; - overflow: hidden; - background-color: rgba(255, 255, 255, 0.25); +.bar { + z-index: 5; + width: 100%; + position: fixed; + top: 0; + display: flex; + padding: 0; + overflow: hidden; + background-color: rgba(255, 255, 255, 0.25); + -webkit-backdrop-filter: blur(2.5px); + -moz-backdrop-filter: blur(2.5px); + backdrop-filter: blur(2.5px); +} +.barItem { + float: left; + flex: 1; + text-align: center; +} +.barItem * { + display: block; + text-decoration: none; + font-size: 20px; + color: #222; + padding: 9.2px 12px; +} +.barItem h1 { + font-size: 30px; + padding: 2.5px 12px; + border-right-style: solid; + border-width: 1.5px; + border-color: #222; +} +.barItem:hover { + flex: 1.5; + background-color: #fff; +} +.barItem *:hover { + font-size: 30px; + font-weight: 600; + padding: 2.5px 12px; +} +.barItem a:hover { + background-color: #111; + color: #eee; - -webkit-backdrop-filter: blur(2.5px); - -moz-backdrop-filter: blur(2.5px); - backdrop-filter: blur(2.5px); - } - .barItem { - float: left; - flex: 1; - text-align: center; - } - .barItem * { - display: block; - text-decoration: none; - font-size: 20px; - color: #222; - padding: 9.2px 12px; - } - .barItem h1 { - font-size: 30px; - padding: 2.5px 12px; - border-right-style: solid; - border-width: 1.5px; - border-color: #222; - } - .barItem:hover { - flex: 1.5; - background-color: #fff; - } - .barItem *:hover { - font-size: 30px; - font-weight: 600; - padding: 2.5px 12px; - } - .barItem a:hover { - background-color: #111; - color: #eee; - - -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25); - -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); - } + -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25); + -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); +} /* Bar styling */ .box1 { @@ -156,7 +153,6 @@ .barItem a:hover { background-color: #eee; color: #111; - -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); -moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); @@ -164,5 +160,4 @@ } @media screen and (max-width: 600px) { - -} \ No newline at end of file +}