diff --git a/equipment/index.html b/equipment/index.html index 1302366..23a0e63 100644 --- a/equipment/index.html +++ b/equipment/index.html @@ -19,9 +19,23 @@ Loading +
+ +
- - +
+ +
+ +
+ Win battles to raise your weekly rank! Rankings are reset every Sunday at midnight! (Your rank is calculated by multiplying number of wins X win rate.) +
+
+
- + \ No newline at end of file diff --git a/equipment/styles.css b/equipment/styles.css index 8aeffdf..be1e7c9 100644 --- a/equipment/styles.css +++ b/equipment/styles.css @@ -109,4 +109,62 @@ body { height: 35px; width: auto; display: block; +} + +.logo-left-align { + display: flex; + flex-direction: column; + align-items: flex-start; + justify-content: flex-start; + width: 100%; + margin-top: 20px; + margin-bottom: 20px; + margin-left: 40px; +} + +#stage-header-logo { + position: relative; + width: 400px; + height: 80px; + cursor: default; + pointer-events: none; + margin-bottom: 10px; +} + +#stage-header-logo .bg-layer { + width: 400px; + height: auto; + position: relative; + display: block; +} + +#stage-header-logo .icon-layer { + position: absolute; + width: 65px; + left: 10px; + top: 50%; + transform: translateY(-50%); + z-index: 2; + margin-left: 10px; +} + +#stage-header-logo .label-layer { + position: absolute; + width: 200px; + left: 110px; + top: 45%; + transform: translateY(-50%); + z-index: 2; +} + +.equipmentsubtitle-text { + margin: 0; + padding-top: 20px; + padding-right: 100px; + max-width: 1200px; + text-align: left; + color: white; + font-family: "Regular", sans-serif; + font-size: 24px; + line-height: 1.3; } \ No newline at end of file