mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-21 16:13:55 +00:00
[CodeFactor] Apply fixes
This commit is contained in:
parent
c885114791
commit
8a7ce88b4d
1 changed files with 23 additions and 23 deletions
46
style.css
46
style.css
|
@ -112,25 +112,25 @@ h1, h2, h3, b, input {
|
||||||
|
|
||||||
.can:hover {
|
.can:hover {
|
||||||
transform: scale(1.15, 1.15);
|
transform: scale(1.15, 1.15);
|
||||||
box-shadow: 0px 0px 20px var(--points)
|
box-shadow: 0 0 20px var(--points)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.resetNotify {
|
.resetNotify {
|
||||||
box-shadow: var(--hqProperty2a), 0px 0px 8px #ffffff;
|
box-shadow: var(--hqProperty2a), 0 0 8px #ffffff;
|
||||||
z-index: 3
|
z-index: 3
|
||||||
}
|
}
|
||||||
|
|
||||||
.treeNode.can:hover {
|
.treeNode.can:hover {
|
||||||
transform: scale(1.15, 1.15);
|
transform: scale(1.15, 1.15);
|
||||||
box-shadow: var(--hqProperty2a), 0px 0px 20px var(--points);
|
box-shadow: var(--hqProperty2a), 0 0 20px var(--points);
|
||||||
z-index: 4
|
z-index: 4
|
||||||
}
|
}
|
||||||
|
|
||||||
.notify {
|
.notify {
|
||||||
transform: scale(1.05, 1.05);
|
transform: scale(1.05, 1.05);
|
||||||
border-color: rgba(0, 0, 0, 0.125);
|
border-color: rgba(0, 0, 0, 0.125);
|
||||||
box-shadow: var(--hqProperty2a), 0px 0px 20px #ff0000;
|
box-shadow: var(--hqProperty2a), 0 0 20px #ff0000;
|
||||||
z-index: 3
|
z-index: 3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -141,8 +141,8 @@ h1, h2, h3, b, input {
|
||||||
|
|
||||||
.back {
|
.back {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0;
|
||||||
left: 0px;
|
left: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
color: var(--color);
|
color: var(--color);
|
||||||
|
@ -152,7 +152,7 @@ h1, h2, h3, b, input {
|
||||||
|
|
||||||
.other-back {
|
.other-back {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0;
|
||||||
left: 60px;
|
left: 60px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
@ -164,7 +164,7 @@ h1, h2, h3, b, input {
|
||||||
|
|
||||||
.back:hover {
|
.back:hover {
|
||||||
transform: scale(1.1, 1.1);
|
transform: scale(1.1, 1.1);
|
||||||
text-shadow: 0px 0px 7px var(--color);
|
text-shadow: 0 0 7px var(--color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.barBase {
|
.barBase {
|
||||||
|
@ -209,8 +209,8 @@ h1, h2, h3, b, input {
|
||||||
color: var(--color);
|
color: var(--color);
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 5px 20px 5px 20px;
|
padding: 5px 20px;
|
||||||
margin: 5px 5px 5px 5px;
|
margin: 5px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 2px solid;
|
border: 2px solid;
|
||||||
border-color: rgba(0, 0, 0, 0.125);
|
border-color: rgba(0, 0, 0, 0.125);
|
||||||
|
@ -219,7 +219,7 @@ h1, h2, h3, b, input {
|
||||||
|
|
||||||
.tabButton:hover {
|
.tabButton:hover {
|
||||||
transform: scale(1.1, 1.1);
|
transform: scale(1.1, 1.1);
|
||||||
text-shadow: 0px 0px 7px var(--color);
|
text-shadow: 0 0 7px var(--color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.reset {
|
.reset {
|
||||||
|
@ -247,10 +247,10 @@ h1, h2, h3, b, input {
|
||||||
border-color: rgba(0, 0, 0, 0.125);
|
border-color: rgba(0, 0, 0, 0.125);
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: 0px 0px 2px #000000;
|
text-shadow: 0 0 2px #000000;
|
||||||
}
|
}
|
||||||
.achievement:hover {
|
.achievement:hover {
|
||||||
box-shadow: 0px 0px 10px var(--points);
|
box-shadow: 0 0 10px var(--points);
|
||||||
z-index: 7;
|
z-index: 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -291,13 +291,13 @@ h1, h2, h3, b, input {
|
||||||
|
|
||||||
#points {
|
#points {
|
||||||
color: var(--points);
|
color: var(--points);
|
||||||
text-shadow: 0px 0px 10px var(--points);
|
text-shadow: 0 0 10px var(--points);
|
||||||
}
|
}
|
||||||
|
|
||||||
#optionWheel {
|
#optionWheel {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0;
|
||||||
left: 0px;
|
left: 0;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -322,8 +322,8 @@ h1, h2, h3, b, input {
|
||||||
|
|
||||||
#info:hover {
|
#info:hover {
|
||||||
transform: scale(1.2, 1.2);
|
transform: scale(1.2, 1.2);
|
||||||
text-shadow: 5px 0px 10px #02f2f2,
|
text-shadow: 5px 0 10px #02f2f2,
|
||||||
-3px 0px 12px #02f2f2;
|
-3px 0 12px #02f2f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#discord {
|
#discord {
|
||||||
|
@ -358,7 +358,7 @@ h1, h2, h3, b, input {
|
||||||
top: 4px;
|
top: 4px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
color: var(--points);
|
color: var(--points);
|
||||||
text-shadow: 0px 0px 10px var(--points);
|
text-shadow: 0 0 10px var(--points);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -387,8 +387,8 @@ a {
|
||||||
|
|
||||||
.link:hover {
|
.link:hover {
|
||||||
transform: scale(1.2, 1.2);
|
transform: scale(1.2, 1.2);
|
||||||
text-shadow: 5px 0px 10px #02f2f2,
|
text-shadow: 5px 0 10px #02f2f2,
|
||||||
-3px 0px 12px #02f2f2;
|
-3px 0 12px #02f2f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.opt {
|
.opt {
|
||||||
|
@ -608,7 +608,7 @@ ul {
|
||||||
|
|
||||||
.treeOverlay {
|
.treeOverlay {
|
||||||
z-index: 200000;
|
z-index: 200000;
|
||||||
pointer-events:none;
|
pointer-events:none;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -671,5 +671,5 @@ button > * {
|
||||||
}
|
}
|
||||||
|
|
||||||
#treeTab td button {
|
#treeTab td button {
|
||||||
margin: 0 10px 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue