mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
v1.3.45
This commit is contained in:
parent
2c6a8caf64
commit
6d0e106f1f
12 changed files with 181 additions and 66 deletions
22
index.css
22
index.css
|
|
@ -566,6 +566,10 @@ input[type="color"]::-webkit-color-swatch-wrapper {
|
|||
animation: glowing 2s infinite;
|
||||
}
|
||||
|
||||
.glow {
|
||||
animation: glowing 3s infinite;
|
||||
}
|
||||
|
||||
@keyframes glowing {
|
||||
0% {box-shadow: 0 0 -4px #ded2d8;}
|
||||
50% {box-shadow: 0 0 8px #F44336;}
|
||||
|
|
@ -2014,6 +2018,24 @@ svg.button {
|
|||
border: dashed 1px #5d4651;
|
||||
}
|
||||
|
||||
#prompt {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
max-width: 21em;
|
||||
background-color: #fff;
|
||||
padding: 1.2em;
|
||||
border: solid 1px #000;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
#promptTest {
|
||||
padding: 0 0 .6em 0;
|
||||
font-weight: bold;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
#mapOverlay {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue