SplatNet/equipment/styles.css

311 lines
5.3 KiB
CSS
Raw Normal View History

2026-02-02 07:38:35 +01:00
@font-face {
font-family: "Splatoon1";
src: url("../splatoon1.otf") format("opentype");
font-weight: normal;
font-style: normal;
2026-02-02 07:38:35 +01:00
}
@font-face {
font-family: "Regular";
src: url("../regular.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
2026-02-02 07:38:35 +01:00
html {
height: 100%;
2026-02-02 07:38:35 +01:00
}
body {
margin: 0;
padding: 0;
display: flex;
align-items: flex-start;
min-height: 100vh;
background-image: url("/assets/en/bg/@2x/bg_equipment-bedf92d6f41ee59b7f391f7e01d7ec00cb932e5152a2196ac939df0ad6c674b3.png");
background-repeat: repeat;
background-size: 800px 800px;
background-attachment: fixed;
overflow-x: hidden;
2026-02-02 07:38:35 +01:00
}
.content {
position: relative;
display: block;
width: 100vw;
min-height: 100vh;
padding: 0;
margin: 0;
box-sizing: border-box;
2026-02-02 07:38:35 +01:00
}
#squid-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
overflow: visible;
pointer-events: none;
z-index: 0;
2026-02-02 07:38:35 +01:00
}
#squid-canvas {
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
width: 1920px;
height: 1080px;
will-change: transform;
pointer-events: none;
user-select: none;
z-index: 0;
display: block;
2026-02-02 07:38:35 +01:00
}
.loading-overlay {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 200px;
height: 200px;
background-color: rgba(0,0,0);
border-radius: 20px;
padding: 20px 24px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 9999;
user-select: none;
pointer-events: none;
box-sizing: border-box;
2026-02-02 07:38:35 +01:00
}
#loading-canvas {
image-rendering: pixelated;
width: 100px;
height: 100px;
display: block;
margin: 0 auto;
}
#loading-text img {
height: 35px;
width: auto;
display: block;
margin-top: 12px;
2026-02-04 05:01:19 +01:00
}
.logo-left-align {
display: block;
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 40px;
box-sizing: border-box;
2026-02-04 05:01:19 +01:00
}
#stage-header-logo {
position: relative;
width: 400px;
height: 80px;
cursor: default;
pointer-events: none;
margin-bottom: 10px;
2026-02-04 05:01:19 +01:00
}
#stage-header-logo .bg-layer {
width: 400px;
height: auto;
position: relative;
display: block;
2026-02-04 05:01:19 +01:00
}
#stage-header-logo .icon-layer {
position: absolute;
width: 65px;
left: 10px;
top: 50%;
transform: translateY(-50%);
z-index: 2;
margin-left: 10px;
2026-02-04 05:01:19 +01:00
}
#stage-header-logo .label-layer {
position: absolute;
width: 200px;
left: 110px;
top: 45%;
transform: translateY(-50%);
z-index: 2;
2026-02-04 05:01:19 +01:00
}
.equipmentsubtitle-text {
margin: 0;
padding-top: 20px;
text-align: left;
color: white;
font-family: "Regular", sans-serif;
font-size: 24px;
line-height: 1.3;
width: 100%;
}
.splat-info-box {
position: relative;
width: 1044px;
height: 600px;
margin: 40px auto;
z-index: 5;
}
#scale-root {
width: 1044px;
height: 600px;
overflow: hidden;
border-radius: 25px;
}
#canvas {
position: relative;
width: 1920px;
height: 1080px;
transform: scale(0.54) translateX(-210px);
transform-origin: top left;
}
.panel {
position: absolute;
left: 210px;
top: 39px;
width: 1500px;
2026-03-17 03:43:32 +01:00
height: 1060px;
background: rgba(0,0,0,0.6);
border-radius: 40px;
}
.white-dot {
position: absolute;
left: 450px;
top: 80px;
width: 110px;
height: 110px;
background: #fff;
border-radius: 50%;
}
.player-name {
position: absolute;
left: 265px;
top: 200px;
width: 480px;
text-align: center;
font-family: "Regular";
font-size: 58px;
color: #fff;
}
.rank-box {
position: absolute;
width: 520px;
height: 145px;
background: #000;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 60px;
}
.rank-level { left: 265px; top: 300px; }
.rank-grade { left: 265px; top: 480px; }
.rank-text {
font-family: "Splatoon1";
font-size: 130px;
color: #fff;
}
.rank-label {
position: absolute;
left: 45px;
top: 50%;
transform: translateY(-50%);
height: 50px;
}
.weapon-slot {
position: absolute;
left: 920px;
top: 140px;
width: 620px;
height: 520px;
display: flex;
align-items: center;
justify-content: center;
background-image: url("/assets/en/ui/gearbigbg.png");
background-size: contain;
background-repeat: no-repeat;
}
.weapon {
width: 360px;
height: 360px;
object-fit: contain;
}
.gear-slot-small {
position: absolute;
width: 320px;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
background-image: url("/assets/en/ui/gearsmallbg.png");
background-size: contain;
background-repeat: no-repeat;
}
.head-slot { left: 300px; top: 700px; }
.body-slot { left: 780px; top: 700px; }
.shoes-slot { left: 1260px; top: 700px; }
.gear-icon {
width: 220px;
height: 220px;
object-fit: contain;
}
.main-ability {
position: absolute;
top: -15px;
right: -5px;
width: 110px;
height: 110px;
z-index: 3;
}
.abilities {
position: absolute;
display: flex;
gap: 15px;
top: 935px;
2026-03-17 03:41:17 +01:00
z-index: 67;
}
.abilities.bottom { left: 325px; }
.abilities.mid { left: 805px; }
.abilities.bottom-right { left: 1285px; }
.abilities img {
width: 90px;
height: 90px;
object-fit: contain;
}
.menu-item .hover-state { display: none; }
.menu-item:hover .hover-state, .menu-item.active .hover-state { display: block; }
.menu-item:hover .default, .menu-item.active .default { display: none; }