diff --git a/assets/index.html b/assets/index.html index 445c173..be744d7 100644 --- a/assets/index.html +++ b/assets/index.html @@ -10,70 +10,214 @@ font-family: sans-serif; } - .source-box { - border: 1px black solid; - background: rgb(188, 188, 188); - width: 500px; - height: 150px; + h1 { + margin: 0; + } + + .center-inner { display: flex; align-items: center; justify-content: center; } + .item { + height: 100px; + width: 100px; + border: 1px black solid; + } + + .item-source { + background: rgb(188, 188, 188); + } + .source-box-text { font-size: 18pt; + text-align: center; } - .source-wrapper { - display: flex; - margin-bottom: 10px; - } - - #compilers-wrapper { + #inventory-wrapper { display: flex; height: 100px; + gap: 5px } - .compiler { - height: 70px; - width: 150px; - display: flex; - align-items: center; - justify-content: center; - border: 1px black solid; + .item-compiler { background: rgb(185, 210, 181); } + + .region { + border: 2px solid grey; + padding: 5px; + } + + .crafting-wrapper { + display: flex; + } + + .crafting-slot { + background: grey; + } + + .crafting-icon { + height: 100px; + width: 70px; + font-size: 20pt; + } + + .crafting-progress-indicator { + height: 100px; + width: 100px; + } + + .crafting-progress-arrow-running { + background: linear-gradient( + 0deg, + #ff2400, + #e81d1d, + #e8b71d, + #e3e81d, + #1de840, + #1ddde8, + #2b1de8, + #dd00f3, + #dd00f3 + ); + + background-size: 1800% 1800%; + animation: rainbow 10s ease infinite; + } + + @keyframes rainbow { + 0% { + background-position: 0% 82%; + } + 50% { + background-position: 100% 19%; + } + 100% { + background-position: 0% 82%; + } + } -
-
COMPILER
-
LIBRARY
+
+

Inventory

+
-
+
+

Crafting

+
+
+
+ +
+
+
+ + + + +
+
+
+
- - +
+ + +
-
-
- - - +
+ + +