diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index 41238f9..b86f370 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -199,7 +199,7 @@ p { font-family: 'Avenir Book'; text-align: justify; color: white; - font-size: 14px; + font-size: 13px; font-weight: 100; text-shadow: rgba(255, 255, 255, 0.75) 0px 0px 20px } @@ -1129,7 +1129,6 @@ p { position: relative; top: 25px; display: inline-flex; - line-height: 24px; } /* The launch button. */ @@ -1146,6 +1145,66 @@ p { padding: 0px; } +#serverSelectContainer { + display: flex; + align-items: center; + border-left: 0.5px solid #fff; + max-height: 75px; +} + +#serverSelectContent { + padding-right: 5px; + max-height: 75px; + overflow-y: scroll; +} + +#serverSelectContent::-webkit-scrollbar { + width: 2px; +} + +#serverSelectContent::-webkit-scrollbar-track { + display: none; +} + +#serverSelectContent::-webkit-scrollbar-thumb { + border-radius: 10px; + box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.50); +} + +.serverSelectElement { + position: relative; + display: flex; + flex-direction: column; + padding: 5px 5px 5px 10px; +} + +.serverSelected { + color: #fff; + position: absolute; + top: 0px; + left: -9px; + font-size: 20px; + text-align: center; + line-height: 35.33px; + display: none; +} + +.serverSelectElement[sel] { + background: rgba(255, 255, 255, 0.25); +} +.serverSelectElement[sel] > .serverSelected { + display: initial; +} + +/*.serverSelectName { +}*/ + +.serverSelectDesc { + font-weight: initial; + text-shadow: none; + letter-spacing: 0.5px; +} + /* Launch details main container, hidden until launch processing begins. */ #launch_details { position: relative; diff --git a/app/landing.ejs b/app/landing.ejs index 2afc2da..331de45 100644 --- a/app/landing.ejs +++ b/app/landing.ejs @@ -126,7 +126,26 @@
- • No Server Selected +
+
+
+ + WesterosCraft Production Server + Main WesterosCraft Server +
+
+ + WesterosCraft Test Server + Test server for production. +
+
+ + 1.12.2 Test Server + Server for 1.12.2 testing. +
+
+
+
diff --git a/app/welcome.ejs b/app/welcome.ejs index 96cc469..eda663b 100644 --- a/app/welcome.ejs +++ b/app/welcome.ejs @@ -6,7 +6,7 @@
WELCOME TO WESTEROSCRAFT - Our mission is to recreate the universe imagined by author George RR Martin in his book series, A Song of Ice and Fire, as accurately and precisely as possible within Minecraft. The world we are creating is yours to explore. Journey from Sunspear to the Last Hearth, and if you aren't afraid, beyond the wall. Best not delay. House Stark is always right eventually, winter is coming. + Our mission is to recreate the universe imagined by author George RR Martin in his fantasy series, A Song of Ice and Fire. Through the collaborative effort of thousands of community members, we have sought to create Westeros as accurately and precisely as possible within Minecraft. The world we are creating is yours to explore. Journey from Dorne to Castle Black, and if you aren’t afraid, beyond the Wall itself, but best not delay. As the words of House Stark ominously warn: Winter is Coming.
You are just a few clicks away from Westeros.