1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-22 00:21:32 +00:00
The-Modding-Tree/style.css

448 lines
7.8 KiB
CSS
Raw Normal View History

2020-08-19 02:50:24 +00:00
* {
transition-duration: 0.5s;
text-align: center;
2020-09-08 23:22:22 +00:00
font-family: "Inconsolata", monospace;
font-weight: bold;
2020-08-19 02:50:24 +00:00
table-align: center;
margin: auto;
}
*:focus {
outline: none;
2020-08-19 22:12:31 +00:00
webkit-outline: none;
2020-08-19 02:50:24 +00:00
}
body {
2020-09-14 19:26:10 +00:00
background-color: var(--background);
color: var(--color);
2020-08-19 19:53:14 +00:00
overflow: hidden;
2020-09-14 21:18:02 +00:00
--background: #0f0f0f;
2020-09-14 19:26:10 +00:00
--color: #dfdfdf;
--points: #ffffff;
2020-08-19 19:53:14 +00:00
}
html, body {
min-height: 100%;
height: 100%;
2020-08-19 02:50:24 +00:00
}
2020-09-11 02:15:05 +00:00
td {
padding: 0
}
2020-08-24 02:01:14 +00:00
.upgTable {
display: flex !important;
flex-flow: column wrap;
justify-content: center;
align-items: center;
max-width: 100%;
margin: 0 auto;
}
.upgRow {
display: flex !important;
flex-flow: row wrap;
justify-content: center;
align-items: center;
max-width: 100%;
margin: 0 auto;
}
2020-09-07 14:16:04 +00:00
.upgAlign {
height: 120px;
vertical-align: 0
}
.bigUpgAlign {
height: 200px;
vertical-align: 0
}
h1, h2, h3, b, input {
2020-08-19 02:50:24 +00:00
display: inline;
2020-09-08 23:22:22 +00:00
font-family: "Lucida Console", "Courier New", monospace
2020-08-19 02:50:24 +00:00
}
.treeNode {
height: 100px;
width: 100px;
2020-09-07 16:54:23 +00:00
border: var(--hqProperty1);
border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125);
2020-08-19 02:50:24 +00:00
border-radius: 50%;
2020-09-07 16:54:23 +00:00
box-shadow: var(--hqProperty2a), var(--hqProperty2b);
2020-08-19 02:50:24 +00:00
font-size: 40px;
2020-09-08 23:22:22 +00:00
font-family: "Lucida Console", "Courier New", monospace;
color: rgba(0, 0, 0, 0.5);
2020-09-07 16:54:23 +00:00
text-shadow: var(--hqProperty3);
2020-08-19 02:50:24 +00:00
}
.locked {
2020-09-10 02:44:25 +00:00
background-color: #bf8f8f !important;
2020-08-19 02:50:24 +00:00
cursor: not-allowed;
}
.can {
cursor: pointer;
}
.can:hover {
2020-09-07 14:16:04 +00:00
transform: scale(1.15, 1.15);
2020-09-14 19:26:10 +00:00
box-shadow: 0px 0px 20px var(--points)
2020-09-07 16:54:23 +00:00
}
2020-09-08 23:22:22 +00:00
.treeNode.notify {
transform: scale(1.1, 1.1);
border-color: rgba(255, 0, 0, 0.125) rgba(255, 0, 0, 0.25) rgba(255, 0, 0, 0.25) rgba(255, 0, 0, 0.125);
box-shadow: var(--hqProperty2a), 0px 0px 20px #ff0000 !important;
z-index: 3
}
2020-09-07 16:54:23 +00:00
.treeNode.can:hover {
transform: scale(1.15, 1.15);
2020-09-14 19:26:10 +00:00
box-shadow: var(--hqProperty2a), 0px 0px 20px var(--points);
2020-09-08 23:22:22 +00:00
z-index: 4
2020-08-19 02:50:24 +00:00
}
.bought {
background-color: #77bf5f !important;
2020-08-19 02:50:24 +00:00
cursor: default;
}
.back {
position: absolute;
top: 0px;
left: 0px;
background-color: transparent;
border: 1px solid transparent;
2020-09-14 19:26:10 +00:00
color: var(--color);
2020-08-19 02:50:24 +00:00
font-size: 40px;
cursor: pointer;
}
.back:hover {
transform: scale(1.1, 1.1);
2020-09-14 19:26:10 +00:00
text-shadow: 0px 0px 7px var(--color);
2020-08-19 02:50:24 +00:00
}
.reset {
2020-09-11 02:15:05 +00:00
height: 120px;
width: 180px;
border-radius: 25%;
2020-09-07 16:54:23 +00:00
border: 4px solid;
border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125);
2020-08-19 02:50:24 +00:00
}
.upg {
height: 120px;
width: 120px;
border-radius: 25%;
2020-09-08 23:22:22 +00:00
border: 2px solid;
2020-09-07 16:54:23 +00:00
border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125);
2020-08-19 02:50:24 +00:00
font-size: 10px;
}
.upgBig {
height: 200px;
width: 200px;
border-radius: 25%;
2020-09-08 23:22:22 +00:00
border: 2px solid;
2020-09-07 16:54:23 +00:00
border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125);
2020-08-19 02:50:24 +00:00
}
.longUpg {
height: 50px;
width: 120px;
2020-09-14 19:26:10 +00:00
background: var(--points);
2020-08-19 02:50:24 +00:00
border-radius: 50%;
2020-09-08 23:22:22 +00:00
border: 2px solid;
2020-09-07 16:54:23 +00:00
border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125);
2020-08-19 02:50:24 +00:00
font-size: 10px;
}
2020-08-20 04:55:26 +00:00
.smallUpg {
height: 40px;
width: 40px;
border-radius: 25%;
2020-09-08 23:22:22 +00:00
border: 2px solid;
2020-09-07 16:54:23 +00:00
border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125);
2020-08-20 04:55:26 +00:00
}
#points {
2020-09-14 19:26:10 +00:00
color: var(--points);
text-shadow: 0px 0px 10px var(--points);
}
2020-08-19 02:50:24 +00:00
#optionWheel {
position: absolute;
top: 0px;
2020-08-19 19:53:14 +00:00
left: 0px;
2020-08-27 15:38:26 +00:00
height: 50px;
width: 50px;
2020-08-19 02:50:24 +00:00
cursor: pointer;
}
#optionWheel:hover {
transform: rotate(360deg);
}
2020-08-19 22:12:31 +00:00
#info {
font-size: 20px;
color: white;
position: absolute;
2020-09-02 02:30:37 +00:00
top: 50px;
left: 4px;
2020-08-19 22:12:31 +00:00
cursor: pointer;
width: 40px;
height: 40px;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #02f2f2;
}
#info:hover {
transform: scale(1.2, 1.2);
text-shadow: 5px 0px 10px #02f2f2,
-3px 0px 12px #02f2f2;
}
2020-09-14 19:26:10 +00:00
#discord {
position: absolute;
top: 120px;
left: 4px;
width: 40px;
height: 40px;
cursor: pointer
}
#discord:hover {
transform: scale(1.2, 1.2);
}
2020-09-11 02:15:05 +00:00
#version {
position: absolute;
right: 4px;
top: 4px;
text-align: right;
2020-09-14 19:26:10 +00:00
color: var(--points);
text-shadow: 0px 0px 10px var(--points);
2020-09-11 02:15:05 +00:00
cursor: pointer;
}
#version:hover {
transform: scale(1.2, 1.2);
right: 4.8px;
}
2020-09-07 02:33:31 +00:00
a {
color: #007fff;
text-decoration-line: none;
cursor: pointer
}
.link {
display: block;
2020-08-20 04:55:26 +00:00
font-size: 20px;
2020-09-07 02:33:31 +00:00
color: #41f5f5;
text-decoration-line: none;
2020-08-20 04:55:26 +00:00
cursor: pointer;
2020-09-05 20:00:21 +00:00
width: 100%;
min-width: 100%;
2020-09-08 23:22:22 +00:00
font-family: "Lucida Console", "Courier New", monospace;
2020-08-20 04:55:26 +00:00
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #02f2f2;
2020-09-05 20:00:21 +00:00
text-decoration: none;
2020-08-20 04:55:26 +00:00
}
2020-09-07 02:33:31 +00:00
.link:hover {
2020-08-20 04:55:26 +00:00
transform: scale(1.2, 1.2);
text-shadow: 5px 0px 10px #02f2f2,
-3px 0px 12px #02f2f2;
}
2020-08-19 02:50:24 +00:00
.opt {
height: 100px;
width: 100px;
border-radius: 25%;
2020-09-07 16:56:08 +00:00
border: 4px solid;
2020-09-14 19:26:10 +00:00
background-color: var(--color);
2020-09-07 16:54:23 +00:00
border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125);
color: rgba(0, 0, 0, 0.5);
2020-08-19 02:50:24 +00:00
cursor: pointer;
}
.opt:hover {
background-color: #439ea3;
}
.hidden {
visibility: hidden;
height: 50px !important;
}
.canvas {
top: 0;
left: 0;
position: absolute;
z-index: -999;
}
.milestone {
width: 100%;
height: 75px;
background-color: #bf8f8f;
border: 4px solid;
border-radius: 4px;
border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125);
color: rgba(0, 0, 0, 0.5);
2020-08-19 02:50:24 +00:00
}
.milestoneDone {
width: 100%;
height: 75px;
background-color: #77bf5f;
border: 4px solid;
border-radius: 4px;
border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125);
color: rgba(0, 0, 0, 0.5);
2020-08-19 02:50:24 +00:00
}
.left {
position: absolute;
left: 0;
}
.remove {
height: 24px;
width: 24px;
cursor: pointer;
}
.remove:hover {
transform: scale(1.1, 1.1);
}
2020-08-19 19:53:14 +00:00
.col {
min-width: 49.5%;
max-width: 49.5%;
width: 49.5%;
height: 100%;
min-height: 100%;
column-span: 1;
position: absolute;
overflow-y: auto;
2020-09-09 15:20:39 +00:00
overflow-x: auto;
2020-09-08 23:22:22 +00:00
transition-duration: 0s
}
2020-08-19 19:53:14 +00:00
.col.right {
top: 0;
right: 0;
}
#app {
column-count: 2;
column-width: 50%;
min-height: 100%;
}
.vl {
2020-09-14 19:26:10 +00:00
border-left: 6px solid var(--color);
2020-08-19 19:53:14 +00:00
height: 100%;
position: absolute;
left: 50%;
margin-left: -3px;
2020-09-10 01:46:36 +00:00
top: 0
2020-08-19 19:53:14 +00:00
}
2020-08-20 04:55:26 +00:00
ul {
list-style-type: none;
}
2020-08-26 16:26:46 +00:00
.hChall {
2020-09-14 21:18:02 +00:00
background-color: #bf8f8f;
border: 4px solid;
border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125);
color: rgba(0, 0, 0, 0.5);
2020-08-26 16:26:46 +00:00
width: 300px;
height: 300px;
font-size: 15px;
2020-08-26 16:26:46 +00:00
border-radius: 33.33%;
}
.hChall.done {
2020-09-14 21:18:02 +00:00
background-color: #77bf5f;
2020-08-26 16:26:46 +00:00
}
2020-08-27 15:38:26 +00:00
.hChall.canComplete {
2020-09-14 21:18:02 +00:00
background-color: #ffbf00;
2020-08-27 15:38:26 +00:00
}
2020-09-10 01:28:47 +00:00
.fullWidth {
position: absolute;
2020-09-10 01:46:36 +00:00
height: 100%;
2020-09-10 01:28:47 +00:00
width: 100%;
min-width: 100%;
2020-09-10 01:46:36 +00:00
overflow-y: auto;
overflow-x: auto;
transition-duration: 0s
2020-09-10 01:28:47 +00:00
}
2020-08-19 02:50:24 +00:00
[tooltip] {
position: relative;
2020-09-11 02:15:05 +00:00
z-index: 2
2020-08-19 02:50:24 +00:00
}
[tooltip]:before,
[tooltip]:after {
visibility: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
pointer-events: none;
white-space: pre-wrap;
}
[tooltip]:before {
position: absolute;
bottom: 100%;
left: 50%;
margin-bottom: 5px;
margin-left: -80px;
padding: 7px;
width: 160px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
2020-09-14 21:18:02 +00:00
background-color: var(--background_tooltip);
color: var(--points);
2020-08-19 02:50:24 +00:00
content: attr(tooltip);
text-align: center;
font-size: 14px;
line-height: 1.2;
transition-duration: 0.5s;
white-space: pre-wrap;
}
[tooltip]:after {
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
width: 0;
2020-09-14 21:18:02 +00:00
border-top: 5px solid var(--background_tooltip);
2020-08-19 02:50:24 +00:00
border-right: 5px solid transparent;
border-left: 5px solid transparent;
content: " ";
font-size: 0;
line-height: 0;
transition-duration: 0.5s;
white-space: pre-wrap;
}
[tooltip]:hover:before,
[tooltip]:hover:after {
visibility: visible;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
white-space: pre-wrap;
}