2017-08-30 05:27:16 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Avenir Book';
|
|
|
|
src: url('../fonts/Avenir.ttc');
|
|
|
|
}
|
|
|
|
|
2017-08-27 05:13:48 +00:00
|
|
|
/* Reset body, html, and div presets. */
|
|
|
|
body, html, div {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
2017-11-27 09:31:54 +00:00
|
|
|
/* Reset p presets. */
|
|
|
|
p {
|
|
|
|
-webkit-margin-before: 0em;
|
|
|
|
-webkit-margin-after: 0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-11-19 19:16:07 +00:00
|
|
|
/*body {
|
2017-08-27 05:13:48 +00:00
|
|
|
background: url('./../images/backgrounds/0.jpg') no-repeat center center fixed;
|
|
|
|
background-size: cover;
|
2017-11-19 19:16:07 +00:00
|
|
|
}*/
|
2017-08-27 05:13:48 +00:00
|
|
|
|
2017-11-27 09:31:54 +00:00
|
|
|
/*******************************************************************************
|
|
|
|
* *
|
|
|
|
* frame.ejs *
|
|
|
|
* *
|
|
|
|
******************************************************************************/
|
|
|
|
|
2017-08-27 05:13:48 +00:00
|
|
|
#frame_bar {
|
|
|
|
-webkit-app-region: drag;
|
2017-08-29 01:14:05 +00:00
|
|
|
-webkit-user-select: none;
|
2017-08-27 05:13:48 +00:00
|
|
|
background: rgba(1, 2, 1, 0.5);
|
|
|
|
min-height: 22px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2017-11-27 09:31:54 +00:00
|
|
|
position: relative;
|
|
|
|
z-index: 10000;
|
2017-08-27 05:13:48 +00:00
|
|
|
}
|
|
|
|
|
2017-08-27 06:24:04 +00:00
|
|
|
#frame_btn_dock {
|
2017-08-27 05:13:48 +00:00
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
|
2017-08-27 06:24:04 +00:00
|
|
|
.frame_btn {
|
2017-08-27 05:13:48 +00:00
|
|
|
height: 12px;
|
|
|
|
width: 12px;
|
|
|
|
border-radius: 50%;
|
|
|
|
border: 0px;
|
|
|
|
margin-left: 5px;
|
2017-08-27 06:24:04 +00:00
|
|
|
-webkit-app-region: no-drag !important;
|
|
|
|
cursor: pointer;
|
2017-08-27 05:13:48 +00:00
|
|
|
}
|
|
|
|
|
2017-08-27 06:24:04 +00:00
|
|
|
.frame_btn:focus {
|
|
|
|
outline: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#frame_btn_close {
|
2017-08-27 05:13:48 +00:00
|
|
|
background-color: #e74c32;
|
|
|
|
}
|
|
|
|
|
2017-08-27 06:24:04 +00:00
|
|
|
#frame_btn_close:hover {
|
|
|
|
background-color: #FF9A8A;
|
|
|
|
}
|
|
|
|
|
|
|
|
#frame_btn_restoredown {
|
2017-08-27 05:13:48 +00:00
|
|
|
background-color: #fed045;
|
|
|
|
}
|
|
|
|
|
2017-08-27 06:24:04 +00:00
|
|
|
#frame_btn_restoredown:hover {
|
|
|
|
background-color: #FFE9A9;
|
|
|
|
}
|
|
|
|
|
|
|
|
#frame_btn_minimize {
|
2017-08-27 05:13:48 +00:00
|
|
|
background-color: #96e734;
|
2017-08-27 06:24:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#frame_btn_minimize:hover {
|
|
|
|
background-color: #D6FFA6;
|
2017-08-29 20:40:42 +00:00
|
|
|
}
|
|
|
|
|
2017-11-27 09:31:54 +00:00
|
|
|
/*******************************************************************************
|
|
|
|
* *
|
|
|
|
* login.ejs *
|
|
|
|
* *
|
|
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
#login_main {
|
|
|
|
position: relative;
|
|
|
|
height: calc(100% - 22px);
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login_filter {
|
|
|
|
height: calc(100% - 22px);
|
|
|
|
width: 100%;
|
|
|
|
z-index: 9000;
|
|
|
|
position: absolute;
|
|
|
|
filter: blur(8px) contrast(0.9) brightness(1.0);
|
|
|
|
background: url('./../images/backgrounds/0.jpg') no-repeat center center fixed;
|
|
|
|
transform: scale(1.2);
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login_container {
|
|
|
|
height: 100%;
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
z-index: 9001;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login_content {
|
|
|
|
width: 400px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login_image_seal {
|
|
|
|
height: 150px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login_section {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Adds padding between flex children */
|
|
|
|
.login_section > * {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.login_section > *:last-child {
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login_header_text {
|
|
|
|
font-family: 'Avenir Book';
|
|
|
|
color: #ded8cb;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login_links a {
|
|
|
|
color: #5a534b;
|
|
|
|
font-family: 'Avenir Book';
|
|
|
|
font-size: 10px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login_information input {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
border-top: 2px solid #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*#login_information input[type='password'] {
|
|
|
|
letter-spacing: 0.3em;
|
|
|
|
}*/
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
|
|
* *
|
|
|
|
* index.ejs *
|
|
|
|
* *
|
|
|
|
******************************************************************************/
|
|
|
|
|
2017-08-29 20:40:42 +00:00
|
|
|
#main {
|
|
|
|
height: calc(100% - 22px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#main > #upper {
|
2017-09-12 04:50:41 +00:00
|
|
|
height: 77%;
|
2017-08-29 20:40:42 +00:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main > #lower {
|
2017-09-12 04:50:41 +00:00
|
|
|
height: 23%;
|
|
|
|
display: flex;
|
2017-09-12 20:52:20 +00:00
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
|
2017-08-29 20:40:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#main > #upper > #left {
|
|
|
|
display: inline-flex;
|
2017-09-12 04:50:41 +00:00
|
|
|
width: 15%;
|
2017-08-29 20:40:42 +00:00
|
|
|
height: 100%;
|
2017-09-12 04:50:41 +00:00
|
|
|
justify-content: flex-end;
|
2017-08-29 20:40:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#main > #upper > #content {
|
|
|
|
display: inline-flex;
|
2017-09-12 04:50:41 +00:00
|
|
|
width: 59%;
|
2017-08-29 20:40:42 +00:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main > #upper > #right {
|
|
|
|
display: inline-flex;
|
2017-09-12 04:50:41 +00:00
|
|
|
width: 26%;
|
2017-08-29 20:40:42 +00:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2017-09-12 04:50:41 +00:00
|
|
|
#main > #lower > #left {
|
|
|
|
height: 100%;
|
|
|
|
width: 33%;
|
|
|
|
display: inline-flex;
|
|
|
|
justify-content: center;
|
2017-08-29 20:40:42 +00:00
|
|
|
}
|
|
|
|
|
2017-09-12 04:50:41 +00:00
|
|
|
#main > #lower > #left #content {
|
|
|
|
position: relative;
|
|
|
|
top: 25px;
|
|
|
|
display: inline-flex;
|
|
|
|
line-height: 24px;
|
|
|
|
left: 50px;
|
2017-08-29 20:40:42 +00:00
|
|
|
}
|
|
|
|
|
2017-09-12 04:50:41 +00:00
|
|
|
#main > #lower > #center {
|
2017-08-29 20:40:42 +00:00
|
|
|
height: 100%;
|
2017-11-19 19:16:07 +00:00
|
|
|
width: 34%;
|
2017-08-29 20:40:42 +00:00
|
|
|
display: inline-flex;
|
2017-09-12 04:50:41 +00:00
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main > #lower > #center #content {
|
2017-08-30 05:27:16 +00:00
|
|
|
position: relative;
|
2017-11-19 19:16:07 +00:00
|
|
|
top: 10px;
|
2017-08-29 20:40:42 +00:00
|
|
|
}
|
|
|
|
|
2017-09-12 04:50:41 +00:00
|
|
|
#main > #lower > #right {
|
2017-08-29 20:40:42 +00:00
|
|
|
height: 100%;
|
2017-09-12 04:50:41 +00:00
|
|
|
width: 33%;
|
2017-08-29 20:40:42 +00:00
|
|
|
display: inline-flex;
|
2017-08-30 05:27:16 +00:00
|
|
|
}
|
|
|
|
|
2017-11-27 09:31:54 +00:00
|
|
|
#main > #lower > #right #launch_content {
|
|
|
|
position: relative;
|
|
|
|
top: 25px;
|
|
|
|
display: inline-flex;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
|
2017-08-30 05:27:16 +00:00
|
|
|
#image_seal {
|
2017-09-12 04:50:41 +00:00
|
|
|
height: 70px;
|
2017-08-30 05:27:16 +00:00
|
|
|
width: auto;
|
2017-09-12 04:50:41 +00:00
|
|
|
position: relative;
|
|
|
|
margin-top: 50px;
|
2017-08-30 05:27:16 +00:00
|
|
|
border: 2px solid white;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#user_content > #top {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2017-09-12 04:50:41 +00:00
|
|
|
position: relative;
|
|
|
|
top: 50px;
|
2017-08-30 05:27:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#user_avatar {
|
|
|
|
border-radius: 50%;
|
|
|
|
border: 2px solid #cad7e1;
|
|
|
|
background: rgba(1, 2, 1, 0.5);
|
|
|
|
height: 70px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#user_text {
|
|
|
|
font-family: 'Avenir Book';
|
2017-09-12 04:50:41 +00:00
|
|
|
font-size: 12px;
|
|
|
|
min-width: 112px;
|
|
|
|
font-weight: 900;
|
|
|
|
letter-spacing: 1px;
|
2017-08-30 05:27:16 +00:00
|
|
|
color: white;
|
2017-09-12 04:50:41 +00:00
|
|
|
text-shadow: 0px 0px 20px black;
|
|
|
|
position: relative;
|
|
|
|
right: 25px;
|
|
|
|
text-align: right;
|
2017-08-30 05:27:16 +00:00
|
|
|
}
|
2017-09-12 04:50:41 +00:00
|
|
|
/*
|
2017-08-30 05:27:16 +00:00
|
|
|
#main_progress[value] {
|
|
|
|
height: 32px;
|
|
|
|
width: 245px;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main_progress[value]:before {
|
|
|
|
position: absolute;
|
|
|
|
content: attr(data-label);
|
|
|
|
color: white;
|
|
|
|
font-family: 'Avenir Book';
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 32px;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main_progress[value]::-webkit-progress-bar {
|
|
|
|
border-radius: 20px 0px 0px 20px;
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main_progress[value]::-webkit-progress-value {
|
|
|
|
background-color: black;
|
2017-09-12 04:50:41 +00:00
|
|
|
background-image: -webkit-linear-gradient(-45deg,
|
|
|
|
transparent 33%, rgba(0, 0, 0, .1) 33%,
|
|
|
|
rgba(0,0, 0, .1) 66%, transparent 66%),
|
|
|
|
-webkit-linear-gradient(top,
|
|
|
|
rgba(255, 255, 255, .25),
|
|
|
|
rgba(0, 0, 0, .25)),
|
|
|
|
-webkit-linear-gradient(left, #09c, #f44);
|
2017-08-30 05:27:16 +00:00
|
|
|
border-radius: 20px 0px 0px 20px;
|
|
|
|
background-size: 35px 20px, 100% 100%, 100% 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#launch_area_container {
|
|
|
|
display: flex;
|
|
|
|
position: absolute;
|
|
|
|
left: 40px;
|
|
|
|
top: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home_btn {
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
font-family: 'Avenir Book';
|
|
|
|
border: none;
|
|
|
|
border-radius: 20px;
|
|
|
|
font-size: 11px;
|
|
|
|
height: 20px;
|
|
|
|
padding: 0px 17px 0px 12px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home_btn:focus {
|
|
|
|
outline: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mojang_btn {
|
|
|
|
position: absolute;
|
|
|
|
left: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mojang_btn:before {
|
|
|
|
color: #93b253;
|
|
|
|
content: '\2022 ';
|
|
|
|
line-height: 20px;
|
2017-09-12 04:50:41 +00:00
|
|
|
} */
|
|
|
|
|
|
|
|
.bot_label {
|
|
|
|
color: white;
|
|
|
|
font-family: 'Avenir Book';
|
|
|
|
font-size: 9px;
|
2017-11-27 09:31:54 +00:00
|
|
|
letter-spacing: 1px;
|
2017-09-12 04:50:41 +00:00
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: 0px 0px 0px #bebcbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
#player_count {
|
2017-09-12 20:52:20 +00:00
|
|
|
color: #949494;
|
2017-09-12 04:50:41 +00:00
|
|
|
font-family: 'Avenir Book';
|
|
|
|
font-size: 8px;
|
|
|
|
font-weight: 900;
|
2017-09-12 20:52:20 +00:00
|
|
|
text-shadow: 0px 0px 20px #949494;
|
2017-09-12 04:50:41 +00:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bot_divider {
|
|
|
|
height: 25px;
|
|
|
|
width: 2px;
|
|
|
|
background: rgba(107, 105, 105, 0.7);
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mojang_status_icon {
|
|
|
|
font-size: 30px;
|
|
|
|
color: #a5c325;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_button {
|
|
|
|
font-family: 'Avenir Book';
|
|
|
|
background: none;
|
|
|
|
border: none;
|
2017-11-19 20:08:52 +00:00
|
|
|
cursor: pointer;
|
2017-11-19 19:16:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#menu_img {
|
2017-11-19 20:08:52 +00:00
|
|
|
height: 11px;
|
|
|
|
margin-left: -2px;
|
2017-11-19 19:16:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#menu_text {
|
2017-09-12 04:50:41 +00:00
|
|
|
color: white;
|
|
|
|
font-weight: 900;
|
|
|
|
letter-spacing: 2px;
|
|
|
|
text-shadow: 0px 0px 0px #bebcbb;
|
|
|
|
font-size: 11px;
|
2017-11-19 20:08:52 +00:00
|
|
|
line-height: 30px;
|
2017-11-19 19:16:07 +00:00
|
|
|
display: flex;
|
2017-11-27 09:31:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#launch_button {
|
|
|
|
font-family: 'Avenir Book';
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: 900;
|
|
|
|
letter-spacing: 2px;
|
|
|
|
text-shadow: 0px 0px 0px #bebcbb;
|
|
|
|
font-size: 20px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#launch_details {
|
|
|
|
position: relative;
|
|
|
|
top: 25px;
|
|
|
|
/*display: flex;*/
|
|
|
|
display: none;
|
2017-11-28 01:49:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#launch_details_left {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
#launch_details_right {
|
|
|
|
display: flex;
|
2017-11-27 09:31:54 +00:00
|
|
|
flex-direction: column;
|
2017-11-28 01:49:50 +00:00
|
|
|
justify-content: center;
|
2017-11-27 09:31:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#launch_progress[value] {
|
2017-11-28 01:49:50 +00:00
|
|
|
height: 3px;
|
2017-11-27 09:31:54 +00:00
|
|
|
width: 265px;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#launch_progress[value]::-webkit-progress-bar {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#launch_progress[value]::-webkit-progress-value {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#launch_details_text {
|
2017-11-28 01:49:50 +00:00
|
|
|
font-size: 11px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#launch_progress_label {
|
|
|
|
color: white;
|
|
|
|
font-family: 'Avenir Book';
|
|
|
|
font-weight: 900;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
text-shadow: 0px 0px 0px #bebcbb;
|
|
|
|
font-size: 20px;
|
|
|
|
min-width: 53.21px;
|
|
|
|
max-width: 53.21px;
|
|
|
|
text-align: right;
|
2017-08-27 05:13:48 +00:00
|
|
|
}
|