834 lines
17 KiB
CSS
834 lines
17 KiB
CSS
#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;
|
|
|
|
margin-top: 1.3889vh;
|
|
|
|
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: 57.4074vh;
|
|
|
|
margin-top: 2.3148vh;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
#real-page-content #real-page-container {
|
|
width: 112.5vh;
|
|
height: 100%;
|
|
|
|
background-image: url(img/LogContainerBg.png);
|
|
background-size: 100% 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
border-radius: 0.8333vh;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#real-page-container #log-list-container {
|
|
height: 100%;
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#real-page-container #log-list-container span {
|
|
margin-left: 1.8519vh;
|
|
margin-bottom: 0.463vh;
|
|
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: left;
|
|
|
|
color: rgba(255, 255, 255, 0.60);
|
|
font-size: 1.4815vh;
|
|
font-weight: 500;
|
|
}
|
|
|
|
#real-page-container #players-container {
|
|
width: 100%;
|
|
max-height: 100%;
|
|
|
|
overflow-y: auto;
|
|
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
gap: 2.3148vh;
|
|
}
|
|
|
|
::-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);
|
|
overflow: hidden;
|
|
}
|
|
|
|
#players-container #player-container:hover {
|
|
background-image: url(img/PlayerCardHoverBg.png);
|
|
}
|
|
|
|
#player-container #item-header {
|
|
width: 100%;
|
|
height: 4.6296vh;
|
|
display: flex;
|
|
|
|
margin-top: 1.3889vh;
|
|
}
|
|
|
|
#item-header #item-header-icon-box {
|
|
width: 4.6296vh;
|
|
height: 4.6296vh;
|
|
border-radius: 1.2037vh;
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
margin-left: 1.3889vh;
|
|
}
|
|
|
|
#item-header-icon-box img {
|
|
width: 4.6296vh;
|
|
height: 4.6296vh;
|
|
}
|
|
|
|
#item-header #item-header-credentials {
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
margin-left: 1.3889vh;
|
|
}
|
|
|
|
#item-header-credentials span.label {
|
|
font-size: 1.1111vh;
|
|
font-weight: 600;
|
|
}
|
|
|
|
#item-header-credentials span.code {
|
|
font-size: 1.1111vh;
|
|
font-weight: 600;
|
|
opacity: .4;
|
|
}
|
|
|
|
#player-container #credentials-list {
|
|
width: 100%;
|
|
height: 13.6111vh;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
#credentials-list #credential-item {
|
|
width: 100%;
|
|
height: auto;
|
|
|
|
display: flex;
|
|
font-size: 1.1111vh;
|
|
font-weight: 600;
|
|
}
|
|
|
|
#credential-item #credential-icon {
|
|
width: calc(1.8519vh + 1.4815vh);
|
|
height: auto;
|
|
display: flex;
|
|
justify-content: right;
|
|
}
|
|
|
|
#player-container #box-line {
|
|
width: 14.537vh;
|
|
height: 0.0926vh;
|
|
|
|
margin-left: 2.963vh;
|
|
|
|
background-color: white;
|
|
opacity: .07;
|
|
}
|
|
|
|
#player-container span.inspect {
|
|
width: 100%;
|
|
margin-top: 1.2037vh;
|
|
|
|
font-size: 1.1111vh;
|
|
font-weight: 600;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#right-page-container #iinfo-page-content {
|
|
width: calc(86.5741vh + 2.3148vh + 23.2407vh);
|
|
height: 60.8333vh;
|
|
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-left: 3.4259vh;
|
|
margin-top: 3.7037vh;
|
|
}
|
|
|
|
#iinfo-page-content #iinfo-left-box {
|
|
width: 86.5741vh;
|
|
height: 60.8333vh;
|
|
|
|
border-radius: 0.8333vh;
|
|
background: rgba(0, 0, 0, 0.2);
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
}
|
|
|
|
#iinfo-page-content #iinfo-right-box {
|
|
width: 23.2407vh;
|
|
height: 60.8333vh;
|
|
|
|
border-radius: 0.9259vh;
|
|
|
|
background-image: url(img/RightBoxBg.png);
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
/* Item Info Left Box Header Start */
|
|
|
|
#iinfo-left-box #iinfo-left-header {
|
|
width: 100%;
|
|
height: 6.1111vh;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
position: relative;
|
|
}
|
|
|
|
#iinfo-left-header #iinfo-left-item-icon {
|
|
width: 4.6296vh;
|
|
height: 4.6296vh;
|
|
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 1.2037vh;
|
|
|
|
margin-left: 1.8519vh;
|
|
}
|
|
|
|
#iinfo-left-item-icon img {
|
|
width: 4.6296vh;
|
|
height: 4.6296vh;
|
|
}
|
|
|
|
#iinfo-left-item-icon img.default {
|
|
width: 3.4259vh;
|
|
height: 2.7778vh;
|
|
}
|
|
|
|
#iinfo-left-header #iinfo-left-text-credentials {
|
|
width: 9.2593vh;
|
|
height: 4.6296vh;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
|
|
font-size: 1.1111vh;
|
|
font-weight: 600;
|
|
|
|
margin-left: 1.8519vh;
|
|
}
|
|
|
|
#iinfo-left-header #iinfo-left-goback-button {
|
|
position: absolute;
|
|
right: 1.8519vh;
|
|
|
|
width: 10.5556vh;
|
|
height: 3.5185vh;
|
|
|
|
background-image: url(img/GoBackButtonBg.png);
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
|
|
border-radius: 0.6481vh;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
font-size: 1.1111vh;
|
|
font-weight: 600;
|
|
}
|
|
|
|
#iinfo-left-box #iinfo-left-line {
|
|
width: 82.7778vh;
|
|
height: 0.0926vh;
|
|
opacity: .07;
|
|
background-color: white;
|
|
|
|
margin-left: 1.8519vh;
|
|
}
|
|
|
|
#iinfo-left-box #iinfo-left-container {
|
|
width: 100%;
|
|
height: 54.7222vh;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
#iinfo-left-container #iinfo-left-credentials-box {
|
|
width: 57.2222vh;
|
|
height: 51.0185vh;
|
|
|
|
border-radius: 0.9259vh;
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
margin-left: 2.963vh;
|
|
|
|
background-image: url(img/JobInformationBoxBg.png);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
}
|
|
|
|
#iinfo-left-credentials-box #iinfo-left-credential-input {
|
|
width: 52.5926vh;
|
|
height: auto;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
font-size: 0.9259vh;
|
|
font-weight: 500;
|
|
}
|
|
|
|
#iinfo-left-credential-input input {
|
|
width: calc(52.5926vh - 3.2407vh);
|
|
height: 2.7778vh;
|
|
padding-left: 3.2407vh;
|
|
|
|
border-radius: 0.6481vh;
|
|
border: 0;
|
|
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
|
|
margin-top: 0.9259vh;
|
|
|
|
font-size: 1.1111vh;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
|
|
#iinfo-left-credential-input span.inputText {
|
|
position: absolute;
|
|
right: 0.8333vh;
|
|
bottom: 1.1111vh;
|
|
|
|
color: #90FF39;
|
|
font-size: 0.9259vh;
|
|
font-weight: 600;
|
|
}
|
|
|
|
/* Item Info Left Box Header End */
|
|
|
|
/* Info Left Right Box Start */
|
|
|
|
#vinfo-left-boxes-right-box {
|
|
width: 22.2222vh;
|
|
height: 51.0185vh;
|
|
|
|
border-radius: 0.9259vh;
|
|
|
|
background-image: url(img/JobLogoBoxBg.png);
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
|
|
margin-left: 2.3148vh;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
#vinfo-left-boxes-right-box span.headerText {
|
|
font-size: 1.8519vh;
|
|
font-weight: 500;
|
|
margin-top: 2.7778vh;
|
|
}
|
|
|
|
#vinfo-left-boxes-right-box #vinfo-left-right-file {
|
|
width: 17.5926vh;
|
|
height: 11.1111vh;
|
|
border-radius: 0.463vh;
|
|
|
|
margin-top: 3.7037vh;
|
|
|
|
background-image: url(img/NoLogoFound.png);
|
|
background-size: contain;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#vinfo-left-boxes-right-box #vinfo-left-right-input {
|
|
width: 17.5926vh;
|
|
height: auto;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#vinfo-left-boxes-right-box #vinfo-left-right-input span {
|
|
font-size: 0.9259vh;
|
|
font-weight: 500;
|
|
opacity: .6;
|
|
}
|
|
|
|
#vinfo-left-boxes-right-box #vinfo-left-right-input input {
|
|
padding-left: 3.0556vh;
|
|
width: calc(17.5926vh - 3.0556vh);
|
|
height: 2.7778vh;
|
|
|
|
margin-top: 0.9259vh;
|
|
|
|
border-radius: 0.6481vh;
|
|
background-image: url(img/UploadByLinkInputBg.png);
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
border: 0;
|
|
|
|
font-size: 0.8333vh;
|
|
font-weight: 500;
|
|
color: white;
|
|
}
|
|
|
|
#vinfo-left-boxes-right-box #vinfo-left-right-input #vinfo-left-right-browse-images-button {
|
|
width: 17.5926vh;
|
|
height: 2.7778vh;
|
|
|
|
border-radius: 0.6481vh;
|
|
background-image: url(img/BrowseImagesButtonBg.png);
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
font-size: 0.8333vh;
|
|
font-weight: 500;
|
|
|
|
margin-top: 0.9259vh;
|
|
}
|
|
|
|
#vinfo-left-boxes-right-box #vinfo-left-right-line-or {
|
|
width: 100%;
|
|
height: auto;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
font-size: 0.9259vh;
|
|
font-weight: 500;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
margin-top: 1.2037vh;
|
|
}
|
|
|
|
#vinfo-left-boxes-right-box #vinfo-left-right-line {
|
|
width: 7.6852vh;
|
|
height: 0.0926vh;
|
|
opacity: .2;
|
|
background-color: white;
|
|
}
|
|
|
|
#vinfo-left-boxes-right-box #vinfo-left-right-upload-button {
|
|
width: 17.5926vh;
|
|
height: 3.7037vh;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
border-radius: 0.6481vh;
|
|
|
|
background-image: url(img/UploadButtonBg.png);
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
|
|
font-size: 1.4815vh;
|
|
font-weight: 600;
|
|
color: rgba(0, 0, 0, 0.75);
|
|
|
|
margin-top: 1.8519vh;
|
|
}
|
|
|
|
#vinfo-left-boxes-right-box span.recommendation {
|
|
margin-top: 0.9259vh;
|
|
font-size: 0.7407vh;
|
|
font-weight: 500;
|
|
opacity: 0.6;
|
|
|
|
width: 15.3704vh;
|
|
text-align: center;
|
|
}
|
|
|
|
/* Info Left Right Box End */
|
|
|
|
/* Info Right Box Start */
|
|
|
|
#iinfo-right-box #iinfo-right-line {
|
|
width: 17.6852vh;
|
|
height: 0.0926vh;
|
|
background-color: white;
|
|
opacity: .07;
|
|
}
|
|
|
|
#iinfo-right-box #iinfo-right-box-player-list {
|
|
width: 20.463vh;
|
|
height: 48.1481vh;
|
|
|
|
display: flex;
|
|
flex: 1 1 auto;
|
|
flex-direction: column;
|
|
justify-content: start;
|
|
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#iinfo-right-box-player-list #iinfo-right-box-player {
|
|
width: 100%;
|
|
height: 3.7037vh;
|
|
display: inline-flex;
|
|
|
|
border-radius: 0.5556vh;
|
|
border: 0.1389vh solid rgba(255, 255, 255, 0.07);
|
|
background: rgba(217, 217, 217, 0.15);
|
|
opacity: .5;
|
|
margin-top: 0.9259vh;
|
|
|
|
transition: 0.3s;
|
|
align-items: center;
|
|
}
|
|
|
|
#iinfo-right-box-player-list #iinfo-right-box-player:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
#iinfo-right-box #iinfo-right-button {
|
|
width: 20.463vh;
|
|
height: 3.7037vh;
|
|
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
border-radius: 0.7407vh;
|
|
|
|
font-size: 1.1111vh;
|
|
font-weight: 600;
|
|
}
|
|
#iinfo-right-button.setButton {
|
|
background-image: url(img/SetButtonBg.png);
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
|
|
box-shadow: 0 0 3.6111vh 0 rgba(144, 255, 57, 0.25);
|
|
}
|
|
#iinfo-right-button.goBackButton {
|
|
background-image: url(img/GoBackButtonRight.png);
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#iinfo-right-box-player #iinfo-right-box-player-icon {
|
|
display: inline-flex;
|
|
width: 2.5926vh;
|
|
height: 2.5926vh;
|
|
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
border: 0.0926vh solid #24FF00;
|
|
border-radius: 99999999px;
|
|
|
|
margin-left: 0.5556vh;
|
|
}
|
|
|
|
#iinfo-right-box-player-icon img {
|
|
width: 2.2222vh;
|
|
height: 2.2222vh;
|
|
|
|
border-radius: 99999999px;
|
|
margin-left: 0.0463vh;
|
|
}
|
|
|
|
/* Info Right Box End */
|
|
|
|
/* Set Job Popup Start */
|
|
|
|
#popups-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
background: rgba(7, 7, 11, 0.93);
|
|
border-radius: 1.6667vh;
|
|
}
|
|
|
|
#popups-container #jpopup-box {
|
|
width: 49.6296vh;
|
|
height: 27.7778vh;
|
|
border-radius: 1.1111vh;
|
|
|
|
background-image: url(img/PopupBg.png);
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#jpopup-box #jpopup-job-icon {
|
|
width: 11.4815vh;
|
|
height: 11.4815vh;
|
|
|
|
background-image: url(img/DefaultFactionIcon.png);
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
opacity: .25;
|
|
|
|
transform: rotate(-45deg);
|
|
position: absolute;
|
|
|
|
right: -4.6296vh;
|
|
top: -3.7037vh;
|
|
}
|
|
|
|
#jpopup-box #jpopup-input-container {
|
|
width: 19.2593vh;
|
|
height: auto;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
font-size: 0.9259vh;
|
|
font-weight: 500;
|
|
}
|
|
|
|
#jpopup-input-container input {
|
|
width: 100%;
|
|
height: 3.4259vh;
|
|
|
|
margin-top: 0.7407vh;
|
|
|
|
background-image: url(img/PopupInputBg.png);
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
|
|
border: 0;
|
|
border-radius: 0.463vh;
|
|
|
|
color: white;
|
|
text-align: center;
|
|
font-size: 0.9259vh;
|
|
font-weight: 500;
|
|
}
|
|
|
|
#jpopup-box #jpopup-buttons-container {
|
|
width: calc(100% - 3.7037vh);
|
|
height: 4.2593vh;
|
|
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#jpopup-buttons-container #jpopup-button {
|
|
width: 20.3704vh;
|
|
height: 100%;
|
|
|
|
border-radius: 0.6481vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
background: rgba(0, 0, 0, 0.33);
|
|
|
|
font-size: 1.3889vh;
|
|
font-weight: 600;
|
|
}
|
|
#jpopup-buttons-container #jpopup-button.set {
|
|
background: #6CB235;
|
|
box-shadow: 0 0.0926vh 8.5185vh 0 rgba(144, 255, 57, 0.21);
|
|
}
|
|
|
|
/* Set Job Popup End */
|
|
|
|
/* Transition Start */
|
|
|
|
.fade-enter-active,
|
|
.fade-leave-active {
|
|
transition: opacity 0.3s ease-out;
|
|
}
|
|
|
|
.fade-enter,
|
|
.fade-leave-to {
|
|
opacity: 0;
|
|
}
|
|
|
|
/* Transition End */ |