mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
v1.3.12a
This commit is contained in:
parent
816d858111
commit
d94dcb65af
5 changed files with 49 additions and 60 deletions
46
index.css
46
index.css
|
|
@ -1720,34 +1720,6 @@ input[type="checkbox"] {
|
|||
color: #333333;
|
||||
}
|
||||
|
||||
.shadowed {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 10;
|
||||
pointer-events: none;
|
||||
text-align: center;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
}
|
||||
|
||||
#map-dragged p {
|
||||
font-size: 2.4em;
|
||||
color: #fff5da;
|
||||
text-shadow: 0px 1px 4px #4c3a35;
|
||||
}
|
||||
|
||||
#map-dragged p:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
div.textual select,
|
||||
div.textual textarea {
|
||||
font-family: Copperplate, monospace;
|
||||
|
|
@ -2044,6 +2016,24 @@ svg.button {
|
|||
border: dashed 1px #5d4651;
|
||||
}
|
||||
|
||||
#mapOverlay {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 10;
|
||||
pointer-events: none;
|
||||
text-align: center;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
font-size: 2.4em;
|
||||
color: #fff5da;
|
||||
text-shadow: 0px 1px 4px #4c3a35;
|
||||
}
|
||||
|
||||
#debug {
|
||||
font-size: 1px;
|
||||
opacity: .8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue