765 lines
15 KiB
CSS
765 lines
15 KiB
CSS
#header-content #search-players-container {
|
|
width: 79.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-top: 1.3889vh;
|
|
|
|
display: flex;
|
|
}
|
|
|
|
#player-categories-container #player-categories {
|
|
width: 63.2407vh;
|
|
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: 6.2037vh;
|
|
height: 3.2407vh;
|
|
margin-right: 0.9259vh;
|
|
width: auto;
|
|
|
|
padding-left: 1.8519vh;
|
|
padding-right: 1.8519vh;
|
|
|
|
border-radius: .4688vw;
|
|
|
|
background-color: black;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
|
|
font-family: "SF Pro Display";
|
|
font-size: .7813vw;
|
|
|
|
opacity: 0.20;
|
|
transition: 0.3s;
|
|
|
|
cursor: pointer;
|
|
}
|
|
|
|
#player-categories #player-category.active,
|
|
#player-categories #player-category:hover {
|
|
transition: 0.3s;
|
|
opacity: 1;
|
|
box-shadow: 0 0 6.2963vh 0 rgba(255, 57, 57, 0.64);
|
|
background-color: rgba(255, 57, 57, 0.51);
|
|
}
|
|
|
|
#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: 100%;
|
|
max-height: 100%;
|
|
|
|
overflow-y: auto;
|
|
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 2.5vh;
|
|
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.blacklisted {
|
|
background-image: url(img/BlacklistedPlayerBoxBg.png);
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
#players-container #player-container.blacklisted:hover {
|
|
background-image: url(img/BlacklistedPlayerBoxHoverBg.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 #FF6939;
|
|
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: 1.1111vh;
|
|
font-weight: 600;
|
|
|
|
width: 12.037vh;
|
|
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#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;
|
|
padding-bottom: 0.463vh;
|
|
padding-left: 0.1852vh;
|
|
}
|
|
|
|
#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%;
|
|
}
|
|
|
|
/* Take Perm Popup Start */
|
|
|
|
#panel-content #takePerm-popup {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
background-color: rgba(0,0,0,0.93);
|
|
z-index: 3;
|
|
border-radius: .7813vw;
|
|
|
|
font-family: 'SF Pro Rounded';
|
|
font-weight: 600;
|
|
}
|
|
|
|
#takePerm-popup #takePerm-popup-box {
|
|
width: 49.6296vh;
|
|
height: 27.7778vh;
|
|
display: inline-flex;
|
|
overflow: hidden;
|
|
|
|
background-image: url(img/TakePermPopupBoxBg.png);
|
|
background-position: center;
|
|
background-size: 100% 100%;
|
|
background-repeat: no-repeat;
|
|
|
|
border: 0.1852vh solid rgba(255, 255, 255, 0.12);
|
|
border-radius: 1.1111vh;
|
|
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#takePerm-popup-box #takePerm-popup-user-icon {
|
|
width: 5.5556vh;
|
|
height: 5.5556vh;
|
|
display: inline-flex;
|
|
|
|
border-radius: 50%;
|
|
border: 0.2222vh solid #FF3939;
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 2.1296vh;
|
|
}
|
|
|
|
#takePerm-popup-user-icon img {
|
|
width: 4.6296vh;
|
|
height: 4.6296vh;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
#takePerm-popup-box #takePerm-popup-buttons {
|
|
width: calc(100% - 3.7037vh);
|
|
height: 4.2593vh;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#takePerm-popup-buttons #takePerm-popup-button {
|
|
width: 20.3704vh;
|
|
height: 4.2593vh;
|
|
display: flex;
|
|
border-radius: 0.6481vh;
|
|
font-size: 1.3889vh;
|
|
|
|
background: rgba(0, 0, 0, 0.33);
|
|
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#takePerm-popup-buttons #takePerm-popup-button.actionButton {
|
|
background: #FF1E46;
|
|
box-shadow: 0 0.0926vh 8.5185vh 0 rgba(255, 30, 70, 0.40);
|
|
}
|
|
|
|
/* Take Perm Popup End */
|
|
|
|
/* New Admin Popup Start */
|
|
|
|
#panel-content #newAdmin-popup {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
background-color: rgba(0,0,0,0.93);
|
|
z-index: 3;
|
|
border-radius: .7813vw;
|
|
|
|
font-family: 'SF Pro Rounded';
|
|
font-weight: 600;
|
|
}
|
|
|
|
#newAdmin-popup #newAdmin-popup-box {
|
|
width: 49.6296vh;
|
|
height: 27.7778vh;
|
|
display: inline-flex;
|
|
overflow: hidden;
|
|
|
|
background-image: url(img/NewAdminPopupBoxBg.png);
|
|
background-position: center;
|
|
background-size: 100% 100%;
|
|
background-repeat: no-repeat;
|
|
|
|
border: 0.1852vh solid rgba(255, 255, 255, 0.12);
|
|
border-radius: 1.1111vh;
|
|
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#newAdmin-popup-box #newAdmin-input-box {
|
|
width: 24.8148vh;
|
|
height: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#newAdmin-input-box span {
|
|
font-size: 0.9259vh;
|
|
font-weight: 500;
|
|
opacity: .32;
|
|
margin-bottom: 0.7407vh;
|
|
}
|
|
|
|
#newAdmin-input-box input {
|
|
width: 100%;
|
|
height: 3.4259vh;
|
|
display: inline-flex;
|
|
|
|
border-radius: 0.463vh;
|
|
border: 0.2778vh solid rgba(255, 57, 57, 0.16);
|
|
background: rgba(0, 0, 0, 0.48);
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
|
font-size: 0.9259vh;
|
|
font-weight: 500;
|
|
}
|
|
|
|
#newAdmin-popup-box #newAdmin-popup-buttons {
|
|
width: calc(100% - 3.7037vh);
|
|
height: 4.2593vh;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#newAdmin-popup-buttons #newAdmin-popup-button {
|
|
width: 20.3704vh;
|
|
height: 4.2593vh;
|
|
display: flex;
|
|
border-radius: 0.6481vh;
|
|
font-size: 1.3889vh;
|
|
|
|
background: rgba(0, 0, 0, 0.33);
|
|
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#newAdmin-popup-buttons #newAdmin-popup-button.actionButton {
|
|
background: #FF3939;
|
|
box-shadow: 0 0.0926vh 8.5185vh 0 rgba(255, 30, 70, 0.40);
|
|
}
|
|
|
|
/* New Admin Popup End */
|
|
|
|
/* Transitions Start */
|
|
|
|
.fade-enter-active,
|
|
.fade-leave-active {
|
|
transition: opacity 0.3s ease-out;
|
|
}
|
|
|
|
.fade-enter,
|
|
.fade-leave-to {
|
|
opacity: 0;
|
|
}
|
|
|
|
/* Transitions End */ |