update
Took 4 hours 31 minutes
This commit is contained in:
@ -12,15 +12,23 @@
|
||||
/*cursor: none !important;*/
|
||||
}
|
||||
|
||||
|
||||
ul {
|
||||
list-style: circle;
|
||||
}
|
||||
|
||||
|
||||
html * {
|
||||
/*cursor: none !important*/
|
||||
-webkit-user-select: none; /* Safari */
|
||||
-ms-user-select: none; /* IE 10 and IE 11 */
|
||||
user-select: none; /* Standard syntax */
|
||||
cursor: none;
|
||||
}
|
||||
|
||||
|
||||
html *::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
@ -39,6 +47,7 @@ body {
|
||||
user-select: none; /* Standard syntax */
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
font-size: 1.74em;
|
||||
font-weight: 500;
|
||||
@ -63,7 +72,9 @@ h1 {
|
||||
font-size: 2em;
|
||||
padding-right: 3px;
|
||||
padding-left: 3px;
|
||||
background-color: #167fcc;
|
||||
background-color: #167FCC;
|
||||
box-shadow: inset 11px 45px 50px 3px rgba(181, 15, 15, 0.66);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -102,14 +113,15 @@ h1 {
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 9%;
|
||||
background-color: #167fcc;
|
||||
background-color: #167FCC;
|
||||
box-shadow: inset 11px -45px 50px 3px rgba(223, 12, 42, 0.66);
|
||||
}
|
||||
|
||||
|
||||
#overlay #bottom #menuBtn {
|
||||
height: 100%;
|
||||
width: 10%;
|
||||
background-color: #21212d;
|
||||
background-color: #21212D;
|
||||
padding: 1px;
|
||||
font-size: 1.5em;
|
||||
border: 0;
|
||||
@ -117,13 +129,17 @@ h1 {
|
||||
color: white;
|
||||
float: left;
|
||||
transition: all 0.4s;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
||||
#menuBtn:hover {
|
||||
background-color: #313147 !important;
|
||||
}
|
||||
|
||||
|
||||
#menuBtn:disabled {
|
||||
background-color: #777 !important;
|
||||
background-color: #777777 !important;
|
||||
color: #C1C1C1 !important;
|
||||
}
|
||||
|
||||
@ -143,9 +159,10 @@ h1 {
|
||||
right: 0;
|
||||
height: 82%;
|
||||
color: white;
|
||||
background-color: #0e1f31;
|
||||
background-color: #0E1F31;
|
||||
}
|
||||
|
||||
|
||||
.pane {
|
||||
height: 100%;
|
||||
padding: 1% 2%;
|
||||
@ -155,9 +172,15 @@ h1 {
|
||||
scroll-behavior: smooth;
|
||||
color: white;
|
||||
/*animation: showPane 0.3s forwards;*/
|
||||
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
}
|
||||
|
||||
|
||||
.pane::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
@keyframes showPane {
|
||||
0% {
|
||||
display: none;
|
||||
@ -171,11 +194,14 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.hiddenPane {
|
||||
transition: 0.4s;
|
||||
display: none !important;
|
||||
/*animation: hidePane 0.4s forwards;*/
|
||||
}
|
||||
|
||||
|
||||
@keyframes hidePane {
|
||||
0% {
|
||||
opacity: 1;
|
||||
@ -190,6 +216,7 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#settings {
|
||||
display: none;
|
||||
background-color: red;
|
||||
|
Reference in New Issue
Block a user