mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.11.6
This commit is contained in:
parent
46ebc938e9
commit
5ec486df73
3 changed files with 22 additions and 86 deletions
82
index.css
82
index.css
|
|
@ -6,10 +6,8 @@
|
|||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
border: 0;
|
||||
height: 100%;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
input, select, button {
|
||||
|
|
@ -25,7 +23,6 @@ input {
|
|||
}
|
||||
|
||||
#map {
|
||||
position: absolute;
|
||||
background-color: #000000;
|
||||
mask-mode: alpha;
|
||||
mask-clip: no-clip;
|
||||
|
|
@ -1590,85 +1587,6 @@ div.states > div.biomeArea {
|
|||
text-anchor: middle;
|
||||
}
|
||||
|
||||
#loading {
|
||||
font-size: 11px;
|
||||
color: #fff5da;
|
||||
text-align: center;
|
||||
text-shadow: 0px 1px 4px #4c3a35;
|
||||
width: 80%;
|
||||
max-width: 600px;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
cursor: default;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#title_name {
|
||||
text-align: left;
|
||||
font-size: 3em;
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
||||
#title {
|
||||
font-size: 7em;
|
||||
margin: -12px 0 -6px 0;
|
||||
}
|
||||
|
||||
#version {
|
||||
text-align: right;
|
||||
font-size: 2em;
|
||||
margin-right: 3%;
|
||||
}
|
||||
|
||||
#loading-text {
|
||||
font-size: 1.8em;
|
||||
margin: 0.2em 0 0 1em;
|
||||
}
|
||||
|
||||
p#loading-text > span {
|
||||
font-size: 1.3em;
|
||||
padding-left: 1px;
|
||||
line-height: 0px;
|
||||
}
|
||||
|
||||
#initial {
|
||||
fill: none;
|
||||
stroke: black;
|
||||
}
|
||||
|
||||
#init-rose {
|
||||
animation: 20s infinite spin;
|
||||
opacity: .7;
|
||||
transform-origin: center;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
0% {transform: rotate(0deg);}
|
||||
100% {transform: rotate(359deg);}
|
||||
}
|
||||
|
||||
#loading-text > span, #uploading-map span {
|
||||
animation: 3s infinite both blink;
|
||||
}
|
||||
|
||||
#loading-text span:nth-child(2) {
|
||||
animation-delay: 1s;
|
||||
}
|
||||
|
||||
#loading-text span:nth-child(3) {
|
||||
animation-delay: 2s;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
0% {opacity: 0;}
|
||||
20% {opacity: 1;}
|
||||
100% {opacity: .1;}
|
||||
}
|
||||
|
||||
ul.share-buttons {
|
||||
margin: 4px 0 0 0;
|
||||
padding-left: 8%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue