2026-04-14 17:41:39 +02:00

447 lines
9.3 KiB
CSS

#header-content {
width: 100%;
display: flex;
justify-content: space-between;
}
#header-content #search-players-container {
width: 79.4074vh;
height: 9.2593vh;
margin-right: 4.6296vh;
display: flex;
justify-content: center;
align-items: center;
}
#search-players-container input {
width: 52.5vh;
height: 1.1111vh;
border-radius: .7292vw;
outline: 0;
border: 0;
padding-left: 1.7593vh;
padding-top: 1.7593vh;
padding-bottom: 1.7593vh;
background-image: url(img/SearchPlayersBg.png);
background-size: cover;
background-position: center;
font-size: .8333vw;
font-weight: 400;
color: white;
background-color: rgba(255, 255, 255, 0.05);
}
input:focus {
outline: 0;
}
#search-players-container input::placeholder {
font-size: .8333vw;
font-weight: 400;
color: rgba(255, 255, 255, 0.30);
}
#right-page-container #player-categories-container {
width: 100%;
height: 3.2407vh;
display: flex;
}
#player-categories-container #player-categories {
width: 100%;
height: 3.2407vh;
margin-left: 3.4259vh;
display: flex;
flex-direction: row;
}
#player-categories-container #registered-characters-count {
width: 49.2593vh;
height: 3.2407vh;
display: flex;
justify-content: right;
align-items: center;
font-size: .7813vw;
font-family: "SF Pro Display";
opacity: 0.40;
}
#player-categories #player-category {
width: 7.6852vh;
height: 3.2407vh;
margin-right: 0.9259vh;
border-radius: .4688vw;
background: rgba(0, 0, 0);
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-family: "SF Pro Display";
font-size: .7813vw;
opacity: 0.20;
transition: box-shadow 0.3s, background-color 0.3s;
cursor: pointer;
}
#player-categories #player-category.all {
width: 6.2037vh;
}
#player-categories #player-category:hover,
#player-categories #player-category.active {
background: linear-gradient(90deg, rgba(255, 200, 57, 0.51) 0%, rgba(255, 200, 57, 0.51) 100%);
box-shadow: 0 0 6.2963vh 0 #FFC839;
opacity: 1;
}
#right-page-container #real-page-content {
width: 100%;
height: 60.8333vh;
margin-top: 2.3148vh;
display: flex;
justify-content: center;
}
#real-page-content #real-page-container {
width: 112.5vh;
height: 100%;
border-radius: 0.8333vh;
display: flex;
gap: 1.8519vh;
}
::-webkit-scrollbar {
display: none;
}
#real-page-container #page-box {
width: 37.037vh;
height: 100%;
border-radius: 0.8333vh;
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
}
#page-box.user-details #player-icon {
width: 10vh;
height: 10vh;
display: inline-flex;
justify-content: center;
align-items: center;
border: 0.3704vh solid #F34240;
border-radius: 50%;
}
#page-box.user-details #player-icon img {
width: 9.2593vh;
height: 9.2593vh;
border-radius: 50%;
}
#page-box.user-details span.playername {
font-size: 2.2222vh;
font-weight: 700;
font-family: 'SF Pro Display';
}
#page-box.user-details span.playerrank {
color: #F34240;
font-size: 1.2963vh;
font-weight: 600;
font-family: 'SF Pro Rounded';
text-shadow: 0 1.3889vh 3.3333vh rgba(243, 66, 64, 0.58);
}
#page-box.user-details span.editprofile {
font-size: 1.1111vh;
font-weight: 600;
font-family: 'SF Pro Rounded';
}
#page-box.user-details #page-box-input {
width: 32.4074vh;
height: auto;
display: flex;
flex-direction: column;
gap: 0.9259vh;
position: relative;
}
#page-box.user-details #page-box-input span {
font-size: 0.9259vh;
font-weight: 500;
opacity: .6;
color: white;
}
#page-box.user-details #page-box-input input {
width: calc(100% - 3.2407vh);
height: 2.7778vh;
padding-left: 3.2407vh;
color: white;
font-size: 1.1111vh;
font-weight: 600;
border-radius: 0.6481vh;
border: 0;
background-color: transparent;
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
}
#page-box.lightdarkmode span.title {
font-size: 1.8519vh;
font-weight: 500;
font-family: 'SF Pro Rounded';
}
#page-box.lightdarkmode img.preview {
width: 31.0185vh;
height: 17.1759vh;
}
#page-box.lightdarkmode span.preview-name {
font-size: 1.3889vh;
font-weight: 400;
font-family: 'SF Pro Rounded';
}
#page-box.lightdarkmode #page-toggle-circle {
width: 1.6667vh;
height: 1.6667vh;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
border: 0.1852vh solid white;
transition: 0.2s;
}
#page-box.lightdarkmode #page-toggle-circle.active {
border: 0.1852vh solid #0A84FF;
background-color: #0A84FF;
}
#page-box.lightdarkmode #page-toggle-circle img { display: none; }
#page-box.lightdarkmode #page-toggle-circle.active img {
display: block;
width: 0.7407vh;
height: 0.6481vh;
margin-left: 0.0185vh;
}
#page-box.lightdarkmode #page-leftright-toggle-container {
display: flex;
width: 31.0185vh;
display: flex;
justify-content: space-between;
}
#page-box.lightdarkmode #page-leftright-toggle-container span {
font-size: 1.3889vh;
font-weight: 400;
font-family: 'SF Pro Rounded';
}
#page-box.lightdarkmode #page-leftright-toggle-container #page-leftright-toggle {
position: relative;
display: inline-block;
width: 3.8889vh;
height: 2.4074vh;
}
#page-box.lightdarkmode #page-leftright-toggle-container #page-leftright-toggle input {
position: relative;
opacity: 0;
width: 1;
height: 1;
width: 100%;
height: 100%;
z-index: 1;
cursor: pointer;
}
#page-box.lightdarkmode #page-leftright-toggle-container #page-leftright-toggle span.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.22);
-webkit-transition: .4s;
transition: .4s;
border-radius: 3.1481vh;
z-index: 0;
}
#page-box.lightdarkmode #page-leftright-toggle-container #page-leftright-toggle span.slider:before {
position: absolute;
content: "";
height: 1.8519vh;
width: 1.8519vh;
left: 0.3704vh;
bottom: 0.3056vh;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
border-radius: 50%;
}
#page-box.lightdarkmode #page-leftright-toggle-container #page-leftright-toggle input:checked + span.slider {
background-color: #2196F3;
}
#page-box.lightdarkmode #page-leftright-toggle-container #page-leftright-toggle input:focus + span.slider {
box-shadow: 0 0 0.0926vh #2196F3;
}
#page-box.lightdarkmode #page-leftright-toggle-container #page-leftright-toggle input:checked + span.slider:before {
-webkit-transform: translateX(1.3889vh);
-ms-transform: translateX(1.3889vh);
transform: translateX(1.3889vh);
}
#page-box.patchnotes #madmin-version {
width: auto;
height: auto;
display: flex;
flex-direction: column;
gap: 0.2778vh;
}
#page-box.patchnotes #madmin-version span {
font-size: 1.1111vh;
font-weight: 600;
font-family: 'SF Pro Rounded';
color: white;
}
#page-box.patchnotes span.patchnotestitle {
font-size: 1.8519vh;
font-weight: 500;
font-family: 'SF Pro Rounded';
}
#page-box.patchnotes #patch-notes-box {
width: 30.463vh;
height: 43.3333vh;
border-radius: 0.9259vh;
background: rgba(217, 217, 217, 0.08);
display: flex;
flex-direction: column;
overflow-y: auto;
}
#page-box.patchnotes #patch-notes-box #patch-note {
margin-left: 1.8519vh;
margin-top: 1.8519vh;
width: calc(100% - 1.8519vh);
height: auto;
display: flex;
flex-direction: column;
font-size: 1.1111vh;
font-weight: 600;
font-family: 'SF Pro Rounded';
}
#page-box.patchnotes #patch-notes-box #patch-note ul {
margin: 0;
padding: 0;
margin-left: 1.8519vh;
margin-top: 0.463vh;
}
#page-box #page-box-button {
width: 32.4074vh;
height: 2.7778vh;
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.2963vh;
font-weight: 600;
font-family: 'SF Pro Rounded';
color: #D3E7FF;
}
#page-box #page-box-button.usediscordavatar {
background-image: url(img/UseDiscordAvatarButtonBg.png);
}
#update-box #page-box-button.logout {
width: 34.3519vh;
height: 3.7037vh;
font-size: 1.1111vh;
border-radius: 0.7407vh;
background-image: url(img/LogoutButtonBg.png);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
box-shadow: 0 0 3.6111vh 0 rgba(255, 57, 93, 0.25);
display: flex;
justify-content: center;
align-items: center;
}