diff --git a/images/haselkern.png b/images/haselkern.png new file mode 100644 index 0000000..eb73269 Binary files /dev/null and b/images/haselkern.png differ diff --git a/index.htm b/index.htm index 32baea3..11cc92b 100644 --- a/index.htm +++ b/index.htm @@ -26,24 +26,17 @@
- -

MINECRAFT ARMORSTAND

-
+ +
+

MINECRAFT ARMORSTAND

GitHub Twitter + haselkern.com
-
- - + Troubleshooting - -
- This thing uses WebGL! If you don't see anything on the left enable WebGL in your browser or visit the official WebGL website to troubleshoot problems. -
-
- +



@@ -51,7 +44,9 @@


+
+
@@ -98,45 +93,49 @@
Rotation:
- - +
+ +

-
+

Enter the text id of an item (for example stone or iron_sword) into the appropriate slots. You can enter an arbitrary item for the head or hand, but the other slots must contain an appropriate item. +

- - + + - -
+ +
- -
+ +
- -
+ +
- -
+ +
-
Helmet specifies - -
+
Helmet specifies +
-
+
+

+
+
-
+
  @@ -171,16 +170,19 @@
-
-
+
+ Please note: + This command is too long to be executed from chat. You need to place it inside a command block. (see below) +
+
- + + Obtain a command block
@@ -193,5 +195,20 @@
+ + +
+ + + Troubleshooting + +
+

+ This thing uses WebGL! + If you don't see anything on the left enable WebGL in your browser or visit the official WebGL website to troubleshoot problems. +

+
+
+ + diff --git a/js/main.js b/js/main.js index 57fc848..db7b992 100644 --- a/js/main.js +++ b/js/main.js @@ -350,7 +350,10 @@ function updateUI(){ $("#code").text(generateCode()); if(generateCode().length > 100){ - $("#codeinfo").html("Please note: This command is too long to be executed from chat. You need to place it inside a command block. (see below)"); + $("#codeinfo").slideDown(); + } + else{ + $("#codeinfo").slideUp(); } diff --git a/style.css b/style.css index 8772948..f8d4c11 100644 --- a/style.css +++ b/style.css @@ -43,6 +43,7 @@ a{ box-shadow: 0 2px 4px #555555; margin: 0.5em; border-radius: 3px; + padding: 1em; } .right{ @@ -50,7 +51,11 @@ a{ } .padding{ - padding: 0.5em; + padding: 1em; +} + +.underline{ + border-bottom: 1px dashed #ddd; } .code{