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

559 lines
11 KiB
CSS

#header-content #search-players-container {
width: 82.4074vh;
height: 9.2593vh;
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;
margin-left: -0.5vh;
display: flex;
}
#player-categories-container #player-categories {
width: 63.2407vh;
height: 3.2407vh;
margin-left: 3.4259vh;
display: flex;
flex-direction: row;
justify-content: space-between;
}
#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: 6.2037vh;
height: 3.2407vh;
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: 0.1s;
cursor: pointer;
}
#player-categories #player-category.active,
#player-categories #player-category:hover {
transition: 0.1s;
opacity: 1;
background: linear-gradient(90deg, rgba(188, 148, 255, 0.51) 0%, rgba(154, 127, 211, 0.51) 100%);
box-shadow: 0px 0px 3.5417vw 0px #876EB2;
}
#right-page-container #real-page-content {
width: 100%;
height: 55.3704vh;
margin-top: 2.3148vh;
display: flex;
justify-content: center;
}
#real-page-content #real-page-container {
width: 112.5vh;
height: 100%;
display: flex;
justify-content: space-between;
}
#real-page-container #players-container {
width: 86.5741vh;
max-height: 100%;
overflow-y: auto;
display: flex;
flex-wrap: wrap;
gap: 0.9259vh;
align-content: flex-start;
}
::-webkit-scrollbar {
display: none;
}
#players-container #player-container {
width: 20.463vh;
height: 23.1481vh;
border-radius: .4688vw;
background-image: url(img/PlayerCardBg.png);
background-size: cover;
background-position: center;
flex: 0 0 20.463vh;
transition: 0.3s;
color: rgba(255, 255, 255, 0.50);
}
#players-container #player-container.deleted {
background-image: url(img/DeletedCharacterBoxBg.png);
}
#players-container #player-container.deleted:hover {
background-image: url(img/DeletedCharacterBoxBgHover.png);
}
#players-container #player-container:hover {
background-image: url(img/PlayerCardHoverBg.png);
transition: 0.3s;
color: white;
}
#player-container #online-status-box {
width: 20.463vh;
height: auto;
display: flex;
justify-content: right;
margin-top: 1.1111vh;
}
#player-container #player-information-container {
height: 4.6296vh;
width: 100%;
display: flex;
}
#player-container #player-information-container.inDeleted {
height: 4.6296vh;
width: 100%;
display: flex;
}
#player-information-container #player-icon-border {
width: 4.6296vh;
height: 4.6296vh;
border: .1042vw solid #CC39FF;
border-radius: 50%;
margin-left: 1.3889vh;
display: flex;
justify-content: center;
align-items: center;
}
#player-icon-border #player-icon {
background-image: url(img/DefaultIcon.png);
background-position: center;
background-size: cover;
width: 3.8889vh;
height: 3.8889vh;
border-radius: 50%;
}
#player-information-container #player-text-information-box {
margin-left: 1.3889vh;
width: auto;
height: 4.6296vh;
display: flex;
flex-direction: column;
justify-content: center;
}
#player-text-information-box span.playerName {
font-size: .625vw;
font-weight: 600;
}
#player-text-information-box span.playerId {
margin-top: 0.2778vh;
opacity: 0.4;
font-size: .625vw;
font-weight: 600;
}
#player-container #player-credentials-container {
width: 100%;
height: auto;
margin-top: 1.5741vh;
}
#player-credentials-container #player-credential {
width: 90%;
height: 1.1111vh;
margin-left: 1.7593vh;
margin-top: 1.8519vh;
display: flex;
align-items: center;
}
#player-credential span.credential {
font-size: .625vw;
font-weight: 600;
width: 13.8889vh;
height: .625vw;
overflow: hidden;
word-break: break-all;
text-overflow: ellipsis;
white-space: nowrap;
margin-left: 1.3889vh;
}
#player-container #seperate-line-container {
width: 100%;
height: 0.0926vh;
display: flex;
justify-content: center;
margin-top: 1.3889vh;
}
#player-container #inspect-content {
width: 100%;
margin-top: 0.9259vh;
display: flex;
justify-content: center;
align-items: center;
font-size: .625vw;
}
#seperate-line-container #seperate-line {
width: 14.537vh;
height: 0.0926vh;
background-color: white;
opacity: 0.07;
}
#real-page-container #deleted-characters-button {
width: 23.6111vh;
height: 100%;
background-image: url(img/DeletedCharactersBg.png);
background-size: cover;
background-position: center;
border-radius: .4688vw;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
transition: 0.3s;
cursor: pointer;
}
#real-page-container #deleted-characters-button.normal-characters {
background-image: url(img/CharactersBg.png);
}
#real-page-container #deleted-characters-button.normal-characters:hover {
background-image: url(img/CharactersHoverBg.png);
}
#real-page-container #deleted-characters-button:hover {
background-image: url(img/DeletedCharactersHoverBg.png);
transition: 0.3s;
}
#deleted-characters-button #button-content {
width: 14.6296vh;
height: 14.6296vh;
}
#button-content span.button-title {
font-size: 1.6667vw;
opacity: 0.5;
font-weight: 600;
}
#button-content #seperate-line {
margin-top: 4.6296vh;
width: 14.537vh;
height: 0.0926vh;
background-color: white;
opacity: 0.41;
}
#button-content span.button-desc {
font-size: .625vw;
font-weight: 600;
opacity: 0.5;
}
/* Player Info CSS */
#right-page-container #info-content-container {
width: 100%;
height: 60.8333vh;
margin-top: 3.7037vh;
display: flex;
justify-content: space-evenly;
}
#info-content-container #info-player-info-container {
width: 76.3889vh;
height: 60.8333vh;
background: rgba(0, 0, 0, 0.2);
border-radius: 1.6146vw .4688vw .4688vw .4688vw;
display: flex;
}
#info-content-container #info-player-actions-container {
width: 33.5185vh;
height: 60.8333vh;
background: rgba(0, 0, 0, 0.2);
border-radius: .5208vw;
}
#info-player-info-container #player-info-left-navi {
height: 100%;
width: 6.0185vh;
border-radius: 1.6146vw 0 0 .4688vw;
background-image: url(img/playerInfoLeftNaviBg.png);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
}
#player-info-left-navi span.playerId {
margin-top: 0.9259vh;
opacity: .4;
font-size: .625vw;
width: 100%;
text-align: center;
}
#player-info-left-navi #vip-badge-icon {
width: 1.6667vh;
height: 1.2963vh;
margin-top: 0.8333vh;
background-image: url(img/VIPBadge.png);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}
#player-info-left-navi #info-left-navi-items {
height: 36.7593vh;
width: 5.2778vh;
display: flex;
flex-direction: column;
margin-top: 4.8148vh;
margin-left: 0.463vh;
justify-content: space-between;
}
#info-left-navi-items #info-left-navi-item {
width: 100%;
height: 3.4259vh;
display: flex;
flex-direction: row;
align-items: center;
}
#info-left-navi-item #info-navi-selector-container {
width: 0.9259vh;
height: 100%;
display: flex;
align-items: center;
}
#info-navi-selector-container #info-navi-selector {
width: 0.6944vh;
height: 2.7778vh;
background-image: url(img/PlayerInfoLeftNaviSelection.png);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}
#info-left-navi-item #info-navi-item-border {
width: 3.2407vh;
height: 3.2407vh;
border-radius: 50%;
border: .1042vw solid black;
opacity: 0.2;
box-shadow: 0 0 .2083vw black;
display: flex;
justify-content: center;
align-items: center;
transition: 0.3s;
}
#info-navi-item-border #info-navi-item-bg {
width: 2.8704vh;
height: 2.8704vh;
background-color: black;
border-radius: 50%;
box-shadow: 0px 0px 2.0313vw black;
display: flex;
justify-content: center;
align-items: center;
}
#info-navi-item-bg #info-navi-item-icon {
width: 1.3889vh;
height: 1.7593vh;
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}
#info-left-navi-item #info-navi-item-border.active,
#info-left-navi-item #info-navi-item-border:hover {
opacity: 1;
border: .1042vw solid #7239FF;
transition: 0.3s;
}
#info-left-navi-item #info-navi-item-border.active #info-navi-item-bg,
#info-left-navi-item #info-navi-item-border:hover #info-navi-item-bg {
background-color: #CC39FF;
box-shadow: 0px 0px 2.0313vw #CC39FF;
transition: 0.3s;
}
#player-info-left-navi #player-info-icon-border {
width: 5.6481vh;
height: 5.6481vh;
margin-top: 0.1852vh;
border: .1042vw solid #FFDE30;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0px 0px 1.5208vw -10px #FFDE30;
border-radius: 50%;
}
#player-info-icon-border #player-info-icon {
width: 5.1667vh;
height: 5.1667vh;
background-image: url(img/DefaultIcon.png);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
border-radius: 50%;
}