694 lines
14 KiB
CSS
694 lines
14 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 {
|
|
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;
|
|
|
|
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.3s;
|
|
|
|
cursor: pointer;
|
|
}
|
|
|
|
#player-categories #player-category.vanilla,
|
|
#player-categories #player-category.import,
|
|
#player-categories #player-category.classes {
|
|
width: 7.6852vh;
|
|
}
|
|
|
|
#player-categories #player-category.vanilla.active,
|
|
#player-categories #player-category.vanilla:hover {
|
|
transition: 0.3s;
|
|
opacity: 1;
|
|
background: linear-gradient(90deg, rgba(57, 255, 208, 0.51) 0%, rgba(45, 255, 205, 0.51) 100%);
|
|
box-shadow: 0 0 3.5417vw 0 #39FFD0;
|
|
}
|
|
|
|
#player-categories #player-category.all.active,
|
|
#player-categories #player-category.all:hover,
|
|
#player-categories #player-category.vanilla.active,
|
|
#player-categories #player-category.vanilla:hover,
|
|
#player-categories #player-category.import.active,
|
|
#player-categories #player-category.import:hover,
|
|
#player-categories #player-category.classes.active,
|
|
#player-categories #player-category.classes:hover {
|
|
transition: 0.3s;
|
|
opacity: 1;
|
|
background: linear-gradient(90deg, rgba(57, 255, 208, 0.51) 0%, rgba(45, 255, 205, 0.51) 100%);
|
|
box-shadow: 0 0 3.5417vw 0 #39FFD0;
|
|
}
|
|
|
|
#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: 1.5741vh;
|
|
align-content: flex-start;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
#players-container #player-container {
|
|
width: 20.463vh;
|
|
height: 24.537vh;
|
|
|
|
border-radius: .4688vw;
|
|
background-image: url(img/VehicleCardBg.png);
|
|
background-size: cover;
|
|
background-position: center;
|
|
|
|
flex: 0 0 20.463vh;
|
|
transition: 0.3s;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
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/VehicleCardHoverBg.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-information-container #vehicle-img-class {
|
|
width: 9.2593vh;
|
|
display: flex;
|
|
justify-content: right;
|
|
}
|
|
|
|
#player-information-container img {
|
|
width: 2.037vh;
|
|
height: 2.4074vh;
|
|
|
|
margin-top: 1.3889vh;
|
|
margin-right: 1.1111vh;
|
|
}
|
|
|
|
#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 #vehicle-text-info {
|
|
width: 11.2037vh;
|
|
height: 3.8889vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 1.3889vh;
|
|
}
|
|
#vehicle-text-info span {
|
|
margin-left: 1.3889vh;
|
|
width: 11.1111vh;
|
|
text-overflow: hidden;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
#vehicle-text-info span.brandName {
|
|
font-size: 1.1111vh;
|
|
font-weight: 600;
|
|
}
|
|
#vehicle-text-info span.modelName {
|
|
opacity: .4;
|
|
font-size: 1.1111vh;
|
|
font-weight: 600;
|
|
margin-top: 0.463vh;
|
|
}
|
|
#vehicle-text-info span.categoryName {
|
|
opacity: .4;
|
|
font-size: 0.7407vh;
|
|
font-weight: 600;
|
|
margin-top: 0.463vh;
|
|
}
|
|
|
|
#player-container #player-credentials-container {
|
|
width: 100%;
|
|
height: auto;
|
|
|
|
margin-top: 2.3148vh;
|
|
}
|
|
|
|
#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;
|
|
|
|
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 #owned-vehicles-button {
|
|
width: 23.6111vh;
|
|
height: 100%;
|
|
|
|
background-image: url(img/OwnedVehiclesButtonBg.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 #owned-vehicles-button.server {
|
|
background-image: url(img/ServerVehiclesButtonBg.png);
|
|
}
|
|
|
|
#real-page-container #owned-vehicles-button:hover {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
#owned-vehicles-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;
|
|
transition: 0.3s;
|
|
}
|
|
|
|
#button-content span.button-desc {
|
|
font-size: .625vw;
|
|
font-weight: 600;
|
|
|
|
opacity: 0.5;
|
|
transition: 0.3s;
|
|
}
|
|
|
|
/* 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%;
|
|
}
|
|
|
|
#player-categories-container #vehicle-count-and-selectmenu {
|
|
display: flex;
|
|
width: 49.2593vh;
|
|
height: 3.2407vh;
|
|
|
|
justify-content: right;
|
|
}
|
|
|
|
#vehicle-count-and-selectmenu #vcas-seperate-line {
|
|
width: 0.1852vh;
|
|
height: 3.2407vh;
|
|
opacity: .14;
|
|
background-color: rgb(217, 217, 217);
|
|
|
|
margin-left: 1.3889vh;
|
|
margin-right: 1.3889vh;
|
|
}
|
|
|
|
#vehicle-count-and-selectmenu #vcas-select-menu {
|
|
width: 11.4815vh;
|
|
height: 3.2407vh;
|
|
|
|
background-image: url(img/VCASelectMenuBg.png);
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-color: rgba(0, 0, 0, 0.20);
|
|
|
|
border-radius: 0.8333vh;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
color: white;
|
|
font-size: 1.2037vh;
|
|
font-weight: 700;
|
|
}
|
|
|
|
#vcas-select-menu span {
|
|
margin-left: 1.2037vh;
|
|
}
|
|
|
|
#vehicle-count-and-selectmenu #vcas-select-menu.maximized {
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
|
|
#vehicle-count-and-selectmenu #vcas-select-menu-items {
|
|
position: absolute;
|
|
width: 11.4815vh;
|
|
max-height: calc(40vh - 3.2407vh);
|
|
|
|
border-bottom-right-radius: 0.8333vh;
|
|
border-bottom-left-radius: 0.8333vh;
|
|
|
|
background: rgba(0, 0, 0, 0.20);
|
|
backdrop-filter: blur(2.5463vh);
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
overflow-y: auto;
|
|
|
|
margin-top: 3.2407vh;
|
|
z-index: 1;
|
|
}
|
|
|
|
#vcas-select-menu-items #vcas-select-menu-item {
|
|
width: 100%;
|
|
height: 3.3333vh;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
font-size: 1.2037vh;
|
|
font-weight: 700;
|
|
|
|
border-top: 0.0926vh solid rgba(217, 217, 217, 0.12);
|
|
transition: 0.2s;
|
|
}
|
|
|
|
#vcas-select-menu-items #vcas-select-menu-item:hover {
|
|
background: rgba(217, 217, 217, 0.28);
|
|
}
|
|
|
|
#player-container #box-vehicle-icon {
|
|
position: absolute;
|
|
width: 13.6111vh;
|
|
height: 6.3889vh;
|
|
|
|
right: -3.1481vh;
|
|
z-index: -1;
|
|
}
|
|
|
|
#player-container #box-vehicle-icon img {
|
|
width: 13.6111vh;
|
|
height: 6.3889vh;
|
|
} |