Farben, aufräumen und Beispielkarte
This commit is contained in:
parent
8090edbd69
commit
03967a5789
3 changed files with 261 additions and 18 deletions
16
style.css
16
style.css
|
|
@ -1,5 +1,5 @@
|
|||
body {
|
||||
background-color: #e2eff3;
|
||||
background-color: #e1eef2;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
@ -44,23 +44,31 @@ body {
|
|||
background-position: center;
|
||||
}
|
||||
|
||||
.line {
|
||||
border-bottom: 3px solid #1a1c1c;
|
||||
height: 1em;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
transform-origin: 0 0;
|
||||
}
|
||||
|
||||
.fullview {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
background-color: #858c8f90;
|
||||
background-color: #e1eef280;
|
||||
padding: 1em;
|
||||
box-sizing: border-box;
|
||||
cursor: default;
|
||||
}
|
||||
.fullview > div {
|
||||
background-color: #858c8f;
|
||||
.fullview > img {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
min-width: 40em;
|
||||
min-height: 30em;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue