Brought UI up todate with heightmap.
This commit is contained in:
parent
52f19a28cd
commit
53c7d1ca87
6 changed files with 21 additions and 26 deletions
|
|
@ -37,6 +37,8 @@ body {
|
|||
position: fixed;
|
||||
z-index: 149;
|
||||
background-color: black;
|
||||
background-image: "../img/earth-space-strip.jpg";
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
|
@ -122,23 +124,4 @@ label {
|
|||
border-right: thin solid gray;
|
||||
}
|
||||
|
||||
table {
|
||||
width 100%;
|
||||
padding: 0;
|
||||
border: 0.25em solid silver;
|
||||
}
|
||||
|
||||
td, th {
|
||||
margin: 0;
|
||||
padding: 0.25em 1em;
|
||||
}
|
||||
|
||||
th {
|
||||
border: thin solid gray;
|
||||
background-color: silver;
|
||||
}
|
||||
|
||||
td {
|
||||
border: thin solid silver;
|
||||
background-color: white;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,16 +1,20 @@
|
|||
td.waste {
|
||||
background-color: gray;
|
||||
}
|
||||
}
|
||||
|
||||
td.pasture {
|
||||
td.water {
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
td.pasture, td.grassland {
|
||||
background-color: lime;
|
||||
}
|
||||
|
||||
td.scrub {
|
||||
td.heath {
|
||||
background-color: chartreuse;
|
||||
}
|
||||
|
||||
td.scrub2 {
|
||||
td.scrub {
|
||||
background-color: lime;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue