From 208fa71af90c73640b84e49b542a69aabed9b4eb Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Tue, 2 Aug 2022 20:33:33 +0200 Subject: [PATCH] Add Header Restructure --- .htaccess | 0 .../index.html | 23 ++++++++++---- deploy.sh | 0 .../Smartplace-1080P.png | Bin Smartplace-UHD.png => img/Smartplace-UHD.png | Bin .../Smartplace.afdesign | Bin index.css | 28 +++++++++++++++++- 7 files changed, 45 insertions(+), 6 deletions(-) create mode 100644 .htaccess rename bausystem-features.html => bausystem/index.html (88%) create mode 100644 deploy.sh rename Smartplace-1080P.png => img/Smartplace-1080P.png (100%) rename Smartplace-UHD.png => img/Smartplace-UHD.png (100%) rename Smartplace.afdesign => img/Smartplace.afdesign (100%) 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; +}