diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..e69de29 diff --git a/bausystem-features.html b/bausystem/index.html similarity index 88% rename from bausystem-features.html rename to bausystem/index.html index 5415e20..c00ddff 100644 --- a/bausystem-features.html +++ b/bausystem/index.html @@ -20,21 +20,34 @@ + + - Bausystem Features - + Bausystem Features - SteamWar.de/docs + - + + +
+ + + + SteamWar.de/docs + + + +
+

Bausystem Features

@@ -131,14 +144,14 @@

Bauhilfen

Smartplace

-
+

Smartplace kann mit /smartplace aktiviert und deaktiviert werden. Dies wird für dich auf allen Baus umgestellt. Wenn du nun rotierbare Blöcke wie Pistons, Observer und andere platzieren willst, werden diese wenn man gleichzeitig sneaked andersrum platziert. Wenn du Blöcke mit Inventar an selbige Blöcke platzierst brauchst du dafür kein sneaken mehr.

- Zum Code + Zum Code

TNT Handling

diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..e69de29 diff --git a/Smartplace-1080P.png b/img/Smartplace-1080P.png similarity index 100% rename from Smartplace-1080P.png rename to img/Smartplace-1080P.png diff --git a/Smartplace-UHD.png b/img/Smartplace-UHD.png similarity index 100% rename from Smartplace-UHD.png rename to img/Smartplace-UHD.png diff --git a/Smartplace.afdesign b/img/Smartplace.afdesign similarity index 100% rename from Smartplace.afdesign rename to img/Smartplace.afdesign diff --git a/index.css b/index.css index 68bca11..5153cfe 100644 --- a/index.css +++ b/index.css @@ -69,6 +69,8 @@ code { body { font-family: 'Roboto', sans-serif; + margin: 0; + padding: 0; } .center { @@ -104,4 +106,28 @@ a { -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -} \ No newline at end of file +} + +header { + background: black; + color: white; + height: fit-content; + width: 100%; + + display: flex; +} + +#back-button { + margin-left: 15px; + display: flex; + align-items: center; + justify-content: center; + height: 100%; + color: white; + font-size: 2.5vh; + user-select: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; +}