Update some stuff
Dieser Commit ist enthalten in:
Ursprung
31582a64b8
Commit
782c23247d
@ -37,6 +37,8 @@
|
|||||||
|
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
<h1>Bausystem Features</h1>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><h4>Regionen</h4></summary>
|
<summary><h4>Regionen</h4></summary>
|
||||||
<ul>
|
<ul>
|
||||||
@ -125,8 +127,10 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<br>
|
||||||
<h3>Bauhilfen</h3>
|
<h3>Bauhilfen</h3>
|
||||||
<h4 id="smartplace">Smartplace</h4>
|
<div id="smartplace" class="feature">
|
||||||
|
<h4>Smartplace</h4>
|
||||||
<img src="Smartplace-1080P.png" alt="" loading="lazy"><br>
|
<img src="Smartplace-1080P.png" alt="" loading="lazy"><br>
|
||||||
<p>
|
<p>
|
||||||
Smartplace kann mit <code>/smartplace</code> aktiviert und deaktiviert werden. Dies wird für dich auf allen Baus
|
Smartplace kann mit <code>/smartplace</code> aktiviert und deaktiviert werden. Dies wird für dich auf allen Baus
|
||||||
@ -134,8 +138,8 @@
|
|||||||
gleichzeitig sneaked andersrum platziert. Wenn du Blöcke mit Inventar an selbige Blöcke platzierst brauchst du
|
gleichzeitig sneaked andersrum platziert. Wenn du Blöcke mit Inventar an selbige Blöcke platzierst brauchst du
|
||||||
dafür kein sneaken mehr.
|
dafür kein sneaken mehr.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a class="btn">Zum Code</a>
|
<a class="btn">Zum Code</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h3>TNT Handling</h3>
|
<h3>TNT Handling</h3>
|
||||||
<h4>Loader</h4>
|
<h4>Loader</h4>
|
||||||
|
31
index.css
31
index.css
@ -3,6 +3,30 @@ html {
|
|||||||
scroll-behavior: smooth;
|
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 {
|
details {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
@ -73,4 +97,11 @@ a {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: rgba(0, 0, 0, 0.1) solid 1px;
|
border: rgba(0, 0, 0, 0.1) solid 1px;
|
||||||
border-radius: .3rem;
|
border-radius: .3rem;
|
||||||
|
|
||||||
|
cursor: pointer;
|
||||||
|
user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
}
|
}
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren