105 lines
2.3 KiB
CSS
Executable File
105 lines
2.3 KiB
CSS
Executable File
/* STEP[#001]: Define Main */
|
|
|
|
.main {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 1920px;
|
|
height: 1080px;
|
|
padding: 0px;
|
|
text-shadow: 0 0 10px rgba(38, 18, 18, 0.5), 0 0 10px rgba(65, 65, 65, 1);
|
|
z-index: 1;
|
|
}
|
|
|
|
.main ::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.control {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 1920px;
|
|
height: 1080px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.control .mm .hotkey_red {
|
|
position: absolute;
|
|
width: 420px;
|
|
height: 56px;
|
|
z-index: 1;
|
|
display: none;
|
|
line-height: 50px;
|
|
color: rgb(235, 235, 235);
|
|
padding-left: 80px;
|
|
font-size: 30px;
|
|
text-shadow: 2px 2px 2px rgba(26, 26, 26, 1);
|
|
/* filter: drop-shadow(0 0 5px rgb(0, 0, 0)); */
|
|
white-space: nowrap;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.control .mm .hotkey_green {
|
|
position: absolute;
|
|
width: 420px;
|
|
height: 56px;
|
|
z-index: 1;
|
|
display: none;
|
|
line-height: 50px;
|
|
color: rgb(235, 235, 235);
|
|
padding-left: 80px;
|
|
font-size: 30px;
|
|
text-shadow: 2px 2px 2px rgba(26, 26, 26, 1);
|
|
/* filter: drop-shadow(0 0 5px rgb(0, 0, 0)); */
|
|
white-space: nowrap;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.control .mm .hotkey_yellow {
|
|
position: absolute;
|
|
width: 420px;
|
|
height: 56px;
|
|
z-index: 1;
|
|
display: none;
|
|
line-height: 50px;
|
|
color: rgb(235, 235, 235);
|
|
padding-left: 80px;
|
|
font-size: 30px;
|
|
text-shadow: 2px 2px 2px rgba(26, 26, 26, 1);
|
|
/* filter: drop-shadow(0 0 5px rgb(0, 0, 0)); */
|
|
white-space: nowrap;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.control .mm .hotkey_blue {
|
|
position: absolute;
|
|
width: 420px;
|
|
height: 56px;
|
|
z-index: 1;
|
|
display: none;
|
|
line-height: 50px;
|
|
color: rgb(235, 235, 235);
|
|
padding-left: 80px;
|
|
font-size: 30px;
|
|
text-shadow: 2px 2px 2px rgba(26, 26, 26, 1);
|
|
/* filter: drop-shadow(0 0 5px rgb(0, 0, 0)); */
|
|
white-space: nowrap;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
|
|
/* SETP[#003-4]: Player */
|
|
|
|
.player {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 1920px;
|
|
height: 1080px;
|
|
} |