diff --git a/.gitignore b/.gitignore index 6facd09..d3db7b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -prepros-6.config \ No newline at end of file +prepros-6.config +README.html \ No newline at end of file diff --git a/css/main.css b/css/main.css index 2fbab15..444cbbe 100644 --- a/css/main.css +++ b/css/main.css @@ -61,7 +61,8 @@ body { background: url(../images/cover-2.png) center fixed; background-size: cover; height: auto; - padding-bottom: 40px; } + padding-bottom: 40px; + border-bottom: 2px solid #fff; } .rule { z-index: 100; @@ -226,6 +227,7 @@ h3.discord-widget-title { .discord-widget { text-align: center; margin: 50px auto 0; + -webkit-box-shadow: 0 5px 5px 5px rgba(34, 34, 34, 0.9); box-shadow: 0 5px 5px 5px rgba(34, 34, 34, 0.9); } .useful { diff --git a/index.html b/index.html index 8f9d18c..8b67150 100644 --- a/index.html +++ b/index.html @@ -65,16 +65,16 @@

Server Rules

-

No Griefing

-

Do not grief the server. There are many ways to do that, but the most common are to intentionally crash the server, lag the server, destroy or damage the spawn, destroy or damage other player's builds, erase warp points, PVP without agreement of other players, chat spamming, and so forth.
Use your best judgment, and remember that other people are on here to have fun also.

+

No Malicious Actions

+

Do not attempt to cause harm to the server. This can include, intentionally crashing the server, lagging the server, destroying or damaging the spawn, destroying or damaging other player's builds, erasing warp points, PVP without agreement of other players (or in a forbidden gamemode), chat spamming, and so forth.
Use your best judgment, and remember that other people are on here to have fun also.

-

No Posing

-

Do not pose as the server owner (TheMinecraft) and do not pose as an admin or one of the other regular players that use Total Freedom. By posing, that means using a program such as MinecraftSP or otherwise changing your nick. Posing to change your title or to pose as somebody "famous" (like Notch) is okay provided you do not use it grief the server. You may not use nicks or tags that imply you have an official position on the server. This includes any nick or tag including the words admin, senior, owner, telnet, builder, architect, coder, dev, programmer, mod, security, or any nick or tag that the owner or a senior admin believes is an attempt to pose. In such cases, the offender will be de-nicked and warned.

+

No Imposing

+

Do not pose as the server owner (TheMinecraft) and do not pose as an admin or one of the other regular players that use Total Freedom. By imposing, that means you are using a program such as MinecraftSP, changing your nick or using a tag to make yourself appear as a member of staff. You may not use nicks or tags that imply you have an official position on the server. This includes any nick or tag including the words admin, senior, owner, telnet, builder, architect, coder, dev, programmer, mod, security, or any nick or tag that the owner or a senior admin believes is an attempt to impose or show that you have an invalid staff position. In such cases, the offender will be de-nicked, have their tag removed or could be banned depending if the offense repeats itself. Changing your in-game name to a "famous" (like Notch) via a hacked client is okay provided you do not use it to violate the rules of the server. In such cases, the offender's IP may be banned or permbanned based on the severity of the action.

Respect Privacy

-

Respect the "Total Freedom" of other players. Do not be a pest or a nuisance to others, and respect their privacy. Do not "help" with builds if people do not want you to, and do not teleport someone without their permission. It is best to use /tpahere to request for someone to teleport to you, rather than forcefully teleporting them.

+

Respect the "Total Freedom" of other players and admins. Do not be a pest or a nuisance to others, and respect their privacy. Do not "help" with builds if people do not want you to, and do not teleport someone without their permission. It is best to use /tpahere to request for someone to teleport to you, rather than forcefully teleporting them.

Respect others

@@ -102,18 +102,11 @@

Gamemodes

You are free to use creative or survival mode on the server. For creative, type /creative. For survival, type /survival.

-
-
-

HTTPD

-

TotalFreedom uses HTTPD in order to create websites admins and players can use to track various sets of information. These sites are very useful to find information pertaining to the server and different punishments.
- Read the thread regarding HTTPD. -

-
- +
-

TotalFreedom IPs

-

IPs you may use to connect to TotalFreedom.

+

TotalFreedom IPs

+

IPs you may use to connect to TotalFreedom.

  • play.totalfreedom.me (Recommended)
  • 64.34.190.101:28965
  • @@ -213,7 +206,7 @@

diff --git a/js/index.js b/js/index.js index 3eede41..f09c4bc 100644 --- a/js/index.js +++ b/js/index.js @@ -82,12 +82,6 @@ $(document).ready(function() { $(".i").fadeToggle(300); $(".nine i").toggleClass("fa-chevron-right"); $(".nine i").toggleClass("fa-chevron-down"); - }); - - $(".ten").click(function(){ - $(".j").fadeToggle(300); - $(".ten j").toggleClass("fa-chevron-right"); - $(".ten j").toggleClass("fa-chevron-down"); }); diff --git a/masterbuilders/index.html b/masterbuilders/index.html index a70cd0e..5421ef6 100644 --- a/masterbuilders/index.html +++ b/masterbuilders/index.html @@ -82,6 +82,9 @@
  • Deterno
  • + +
  • AngusYoungACDC
  • +



    @@ -330,4 +333,4 @@ - + \ No newline at end of file diff --git a/scss/main.scss b/scss/main.scss index 5649220..385d2b1 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -50,7 +50,7 @@ body { .cover-1 { font-size: 1.5em; color: rgba(255, 255, 255, .4); - height: 100vh + height: 100vh; } .cover-1 a, .cover-1 h3 { @@ -61,7 +61,8 @@ body { background: url(../images/cover-2.png) center fixed; background-size: cover; height: auto; - padding-bottom: 40px + padding-bottom: 40px; + border-bottom: 2px solid #fff; } .rule { z-index: 100;