From 782c23247d1edc7d66337806b19ccbb346fb40d1 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Tue, 2 Aug 2022 17:58:08 +0200 Subject: [PATCH] Update some stuff --- bausystem-features.html | 24 ++++++++++++++---------- index.css | 31 +++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 10 deletions(-) diff --git a/bausystem-features.html b/bausystem-features.html index 95664ed..5415e20 100644 --- a/bausystem-features.html +++ b/bausystem-features.html @@ -37,6 +37,8 @@
+

Bausystem Features

+

Regionen

    @@ -125,17 +127,19 @@
+

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 +
+

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 +

TNT Handling

Loader

diff --git a/index.css b/index.css index a185e20..68bca11 100644 --- a/index.css +++ b/index.css @@ -3,6 +3,30 @@ html { scroll-behavior: smooth; } +h1 { + font-size: 2.5rem; + font-weight: bold; + margin-bottom: 1rem; +} + +h2 { + font-size: 2rem; + font-weight: bold; + margin-bottom: 1rem; +} + +h3 { + font-size: 1.5rem; + font-weight: bold; + margin-bottom: 1rem; +} + +h4 { + font-size: 1.25rem; + font-weight: bold; + margin-bottom: 1rem; +} + details { cursor: pointer; user-select: none; @@ -73,4 +97,11 @@ a { cursor: pointer; border: rgba(0, 0, 0, 0.1) solid 1px; border-radius: .3rem; + + cursor: pointer; + user-select: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; } \ No newline at end of file