Make hands bigger.
This commit is contained in:
parent
3a3bfc8ebb
commit
adc6716344
10
style.css
10
style.css
@ -436,35 +436,35 @@
|
|||||||
|
|
||||||
.hand.xeno {
|
.hand.xeno {
|
||||||
width: 2px;
|
width: 2px;
|
||||||
height: 50%;
|
height: 40%;
|
||||||
background: linear-gradient(to top, #00ffff, #0066ff);
|
background: linear-gradient(to top, #00ffff, #0066ff);
|
||||||
box-shadow: 0 0 8px #00ffff;
|
box-shadow: 0 0 8px #00ffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hand.quantic {
|
.hand.quantic {
|
||||||
width: 3px;
|
width: 3px;
|
||||||
height: 45%;
|
height: 34%;
|
||||||
background: linear-gradient(to top, #ff00ff, #6600ff);
|
background: linear-gradient(to top, #ff00ff, #6600ff);
|
||||||
box-shadow: 0 0 8px #ff00ff;
|
box-shadow: 0 0 8px #ff00ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hand.chronon {
|
.hand.chronon {
|
||||||
width: 4px;
|
width: 4px;
|
||||||
height: 40%;
|
height: 30%;
|
||||||
background: linear-gradient(to top, #ffff00, #ff6600);
|
background: linear-gradient(to top, #ffff00, #ff6600);
|
||||||
box-shadow: 0 0 8px #ffff99;
|
box-shadow: 0 0 8px #ffff99;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hand.eonstrip {
|
.hand.eonstrip {
|
||||||
width: 5px;
|
width: 5px;
|
||||||
height: 35%;
|
height: 20%;
|
||||||
background: linear-gradient(to top, #00ff88, #005544);
|
background: linear-gradient(to top, #00ff88, #005544);
|
||||||
box-shadow: 0 0 8px #00ff88;
|
box-shadow: 0 0 8px #00ff88;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hand.megasequence {
|
.hand.megasequence {
|
||||||
width: 6px;
|
width: 6px;
|
||||||
height: 30%;
|
height: 16%;
|
||||||
background: linear-gradient(to top, #ffa500, #552200);
|
background: linear-gradient(to top, #ffa500, #552200);
|
||||||
box-shadow: 0 0 8px #ffa500;
|
box-shadow: 0 0 8px #ffa500;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user