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