diff --git a/1.3.html b/1.3.html index d8a52ac..3ecf1c3 100644 --- a/1.3.html +++ b/1.3.html @@ -1,38 +1,87 @@ - - - + + + 1.3 Clients - - - - - - - + - - - + gtag("config", "G-B23XL7G2NK"); + + + -

1.3 Clients

-

There is only one 💀

+

+ 1.3 Clients +

+

There is only one 💀

-
-
-
+
+
+
+ + diff --git a/1.5.html b/1.5.html index 26cc5b5..d31b6f1 100644 --- a/1.5.html +++ b/1.5.html @@ -1,49 +1,305 @@ - - - + + + 1.5 Clients - - - - - - - + - - - + gtag("config", "G-B23XL7G2NK"); + + + -

1.5 Clients

-

Take your pick.

+

+ 1.5 Clients +

+

Take your pick.

-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+ + diff --git a/1.8.html b/1.8.html index 01c47c4..b50241e 100644 --- a/1.8.html +++ b/1.8.html @@ -1,55 +1,268 @@ - - - + + + 1.8 Clients - - - - - - - + - - - + gtag("config", "G-B23XL7G2NK"); + + + -

1.8 Clients

-

Take your pick.

+

+ 1.8 Clients +

+

Take your pick.

-

+

-
-
-
-
- -
+
+
+
+
+
-
-
-
-
-
- - - - +
+
+
+
+
+ diff --git a/clients.html b/clients.html index 92caf5c..a8f08d2 100644 --- a/clients.html +++ b/clients.html @@ -1,49 +1,177 @@ - - - + + + Clients - - - - - - - + - - - + gtag("config", "G-B23XL7G2NK"); + + + -
+
-

Choose your Version

+

Choose your Version

-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+ + diff --git a/home.css b/home.css index c27bb9d..85bae13 100644 --- a/home.css +++ b/home.css @@ -1,258 +1,262 @@ @font-face { - font-family: font; - src: url(assets/font.ttf); + font-family: font; + src: url(assets/font.ttf); } h1 { - font-family: font; + font-family: font; } -body, html { - background: url('/assets/panorama.png'); - -webkit-backdrop-filter: brightness(0.9); - background-size: cover; - background-attachment: fixed; - color: white; - backdrop-filter: blur(15px); +body, +html { + background: url("/assets/panorama.png"); + -webkit-backdrop-filter: brightness(0.9); + background-size: cover; + background-attachment: fixed; + color: white; + backdrop-filter: blur(15px); } * { - font-family: font; + font-family: font; } html { - filter: blur(0px); + filter: blur(0px); } body { - filter: blur(0px); - backdrop-filter: blur(50px); + filter: blur(0px); + backdrop-filter: blur(50px); } .button { - text-align: center; - border-radius: 00px; - height: 100px; - width: 250px; - font-size: 25px; - font-family: font; - color: white; - background-color: rgba(0,0,0,0.7); - border-color: rgba(255,255,255,0); - border-width: 0.5px; - box-shadow: none; - none: none; - border-style: solid; - cursor: pointer; - transition: 0.2s; - margin: 5px; + text-align: center; + border-radius: 00px; + height: 100px; + width: 250px; + font-size: 25px; + font-family: font; + color: white; + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(255, 255, 255, 0); + border-width: 0.5px; + box-shadow: none; + none: none; + border-style: solid; + cursor: pointer; + transition: 0.2s; + margin: 5px; } .button:hover { - transform: translateY(-5px); + transform: translateY(-5px); } a.play-hover { - transition: 0.2s; + transition: 0.2s; } a.play-hover:hover { - filter: brightness(0.8); + filter: brightness(0.8); } .vflex { - display: flex; - flex-direction: column; - justify-content: center; + display: flex; + flex-direction: column; + justify-content: center; } .container { - display: flex; - justify-content: center; - flex-wrap: wrap; + display: flex; + justify-content: center; + flex-wrap: wrap; } .big-button { - text-align: center; - border-radius: 00px; - height: 300px; - width: 455px; - font-size: 25px; - font-family: font; - color: white; - background-color: rgba(0,0,0,0.7); - border-color: rgba(255,255,255,0); - border-width: 0.5px; - box-shadow: none; - none: none; - border-style: solid; - cursor: pointer; - transition: 0.2s; - margin: 10px; + text-align: center; + border-radius: 00px; + height: 300px; + width: 455px; + font-size: 25px; + font-family: font; + color: white; + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(255, 255, 255, 0); + border-width: 0.5px; + box-shadow: none; + none: none; + border-style: solid; + cursor: pointer; + transition: 0.2s; + margin: 10px; } .big-button:hover { - transform: translateY(-5px); + transform: translateY(-5px); } .center-logo { - display: block; - margin-left: auto; - margin-right: auto; + display: block; + margin-left: auto; + margin-right: auto; } .top-bar { - scale: 50%; - padding: 0%; + scale: 50%; + padding: 0%; } li { - display: inline; - float: left; - font-family: font; - vertical-align: 20px; + display: inline; + float: left; + font-family: font; + vertical-align: 20px; } li a { - display: block; - padding: 9px; - text-decoration: none; - color: white; - text-align: center; - font-size: 20px; - transition: 0.2s; - margin-left: 5px; - margin-right: 5px; - font-family: font; + display: block; + padding: 9px; + text-decoration: none; + color: white; + text-align: center; + font-size: 20px; + transition: 0.2s; + margin-left: 5px; + margin-right: 5px; + font-family: font; } li a:hover { - background-color: rgba(255, 255, 255, 0.233); - border-radius: 0px; - + background-color: rgba(255, 255, 255, 0.233); + border-radius: 0px; } ul { - background-color: rgba(0,0,0,0.7); - margin: 0; - padding: 0; - overflow: hidden; - border-radius: 0px; - padding: 8px; - font-family: font; - position: sticky; - top: 1rem; - z-index: 9999; + background-color: rgba(0, 0, 0, 0.7); + margin: 0; + padding: 0; + overflow: hidden; + border-radius: 0px; + padding: 8px; + font-family: font; + position: sticky; + top: 1rem; + z-index: 9999; } .active { - background-color: #008000; - border-radius: 0px; + background-color: #008000; + border-radius: 0px; } .right { - float: right; + float: right; } .innerbutton { - text-align: center; - border-radius: 0px; - height: 75px; - width: 200px; - font-size: 14px; - font-family: font; - color: white; - background-color: rgb(26, 26, 26); - border-color: rgba(255,255,255,0); - border-width: 0.5px; - box-shadow: none; - none: none; - border-style: solid; - cursor: pointer; - transition: 0.2s; - margin: 5px; - display: flex; - flex-wrap: wrap; + text-align: center; + border-radius: 0px; + height: 75px; + width: 200px; + font-size: 14px; + font-family: font; + color: white; + background-color: rgb(26, 26, 26); + border-color: rgba(255, 255, 255, 0); + border-width: 0.5px; + box-shadow: none; + none: none; + border-style: solid; + cursor: pointer; + transition: 0.2s; + margin: 5px; + display: flex; + flex-wrap: wrap; } .material-icons-round { - font-family: 'Material Icons'; - font-weight: normal; - font-style: normal; - font-size: 24px; /* Preferred icon size */ - display: inline-block; - line-height: 2; - text-transform: none; - letter-spacing: normal; - word-wrap: normal; - white-space: nowrap; - direction: ltr; - vertical-align: -2.5px; - - /* Support for all WebKit browsers. */ - -webkit-font-smoothing: antialiased; - /* Support for Safari and Chrome. */ - text-rendering: optimizeLegibility; - - /* Support for Firefox. */ - -moz-osx-font-smoothing: grayscale; - - /* Support for IE. */ - font-feature-settings: 'liga'; + font-family: "Material Icons"; + font-weight: normal; + font-style: normal; + font-size: 24px; /* Preferred icon size */ + display: inline-block; + line-height: 2; + text-transform: none; + letter-spacing: normal; + word-wrap: normal; + white-space: nowrap; + direction: ltr; + vertical-align: -2.5px; + + /* Support for all WebKit browsers. */ + -webkit-font-smoothing: antialiased; + /* Support for Safari and Chrome. */ + text-rendering: optimizeLegibility; + + /* Support for Firefox. */ + -moz-osx-font-smoothing: grayscale; + + /* Support for IE. */ + font-feature-settings: "liga"; } .status { - padding-top: 5px; - padding-bottom: 5px; - padding-left: 30px; - padding-right: 30px; - background-color: rgb(58, 58, 58); - border-radius: 0px; - font-size: 18px; + padding-top: 5px; + padding-bottom: 5px; + padding-left: 30px; + padding-right: 30px; + background-color: rgb(58, 58, 58); + border-radius: 0px; + font-size: 18px; } .online { - color: lime + color: lime; } .offline { - color: red; + color: red; } .unknown { - color: goldenrod; + color: goldenrod; } .ip { - padding-top: 10px; - padding-bottom: 10px; - padding-left: 30px; - padding-right: 30px; - background-color: #008000; - border-radius: 0px; - font-size: 20px; + padding-top: 10px; + padding-bottom: 10px; + padding-left: 30px; + padding-right: 30px; + background-color: #008000; + border-radius: 0px; + font-size: 20px; } .copyLink { - text-decoration: none; - color: white; - background-color: #008000; - padding: 10px; - padding-left: 20px; - padding-right: 20px; - border-radius: 0px; - cursor: pointer; - text-align: center; - transition: background-color 0.2s ease; - border-radius: 0px; + text-decoration: none; + color: white; + background-color: #008000; + padding: 10px; + padding-left: 20px; + padding-right: 20px; + border-radius: 0px; + cursor: pointer; + text-align: center; + transition: 0.2s ease; + border-radius: 0px; +} + +.copyLink:hover { + filter: brightness(0.8); } .status.online span { - color: green; + color: green; } .status.offline span { - color: red; + color: red; } .status.unknown span { - color: orange; + color: orange; } \ No newline at end of file diff --git a/index.html b/index.html index a136646..9cd3207 100644 --- a/index.html +++ b/index.html @@ -1,53 +1,74 @@ - - - - - + + + + + Eaglercraft Extras - - - - - + - + gtag("config", "G-B23XL7G2NK"); + + + - +



-



- -
- logo -
-

Eaglercraft Extras

-

The best place for Eaglercraft related things.

+
+ logo +
+

+ Eaglercraft Extras +

+

+ The best place for Eaglercraft related things. +

+
-
-

+

-
- - -
- - - +
+ + +
+ diff --git a/mobile.html b/mobile.html index 4813564..4ef416b 100644 --- a/mobile.html +++ b/mobile.html @@ -1,38 +1,88 @@ - - - + + + Mobile Clients - - - - - - - + - - - + gtag("config", "G-B23XL7G2NK"); + + + -

Mobile Clients

-

There is only one 💀




+

+ Mobile Clients +

+

There is only one 💀

+


-
-
-
+
+
+
+ + diff --git a/packs.html b/packs.html index 46c685c..49402e2 100644 --- a/packs.html +++ b/packs.html @@ -1,56 +1,272 @@ - - - + + + Resource Packs - - - - - - - + - - + gtag("config", "G-B23XL7G2NK"); + + -

Resource Packs

-

Feel free to download any of these! Please not that I did NOT make any of these packs.

+

Resource Packs

+

+ Feel free to download any of these! Please not that I did NOT make any of + these packs. +

-

+

-
-
-
-
-
-
-
- -
-
-
-
-
-
-
- - +
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/servers.html b/servers.html index 927e5bd..4b85a14 100644 --- a/servers.html +++ b/servers.html @@ -32,7 +32,7 @@

1.8 Servers

-

Have fun! Thanks mcstatus.io for updating statuses.

NOTE FROM LAX1DUDE! Using voicechat can leak your IP because of WebRTC issues!

+

Have fun! Thanks mcstatus.io for updating statuses.

Using voicechat can leak your IP because of WebRTC issues!



diff --git a/skins.html b/skins.html index 4ab1a68..ade23bf 100644 --- a/skins.html +++ b/skins.html @@ -32,7 +32,11 @@
  • Worlds
  • Resource Packs
  • Servers
  • -
  • Skins
  • +
  • + Skins +
  • Quick Guide
  • @@ -40,8 +44,15 @@

    -
    -

    Under Construction

    +
    +

    Under Construction

    This page is currently being worked on.

    diff --git a/worlds.html b/worlds.html index fee3ca7..45755e9 100644 --- a/worlds.html +++ b/worlds.html @@ -45,8 +45,9 @@ Worlds

    - Made by the team.
    NOTE: If the file is a .zip, click Create New World, - then do Import Vanilla. If the world is a .epk file, use Load EPK + Made by the team.
    + NOTE: If the file is a .zip, click Create New World, then do Import + Vanilla. If the world is a .epk file, use Load EPK