-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.css
More file actions
59 lines (47 loc) · 670 Bytes
/
Copy pathmap.css
File metadata and controls
59 lines (47 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
table {
border: 1px solid black;
cellpading: 0;
cellspacing: 0;
}
td {
border: 1px solid black;
font: 12px normal verdana, sans-serif;
vertical-align: top;
height: 40px;
}
td.top, td.bottom, td.corner {
height: 20px;
}
img {
border: 0;
}
.plain {
background-color: lightgreen;
}
.forest {
background-color: limegreen;
}
.mountain {
background-color: gray;
}
.desert {
background-color: yellow;
}
.swamp {
background-color: purple;
}
.ocean {
background-color: aqua;
}
.sealane {
background-color: teal;
}
.x_land {
background-color: #bbb;
}
.x_sea {
background-color: #ddd;
}
.underground{
background-color: orange;
}