Skip to content

Commit 6b071c8

Browse files
DEFAULT_MESSAGE
1 parent d9190e8 commit 6b071c8

File tree

18 files changed

+753
-84
lines changed

18 files changed

+753
-84
lines changed

webmaps/TODO/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
body {
2+
background-color: #FFFFFF;
3+
}
4+
5+
div.node {
6+
padding-bottom: 1ex;
7+
padding-left: 2em;
8+
}
9+
10+
div.cloud {
11+
padding-bottom: 1ex;
12+
padding-left: 2em;
13+
background-color: #C0C0FF;
14+
border-width: 2px;
15+
border-style: solid;
16+
border-color: #A0A0FF;
17+
}
18+
19+
div.content {
20+
border-width: 1px;
21+
border-style: dashed;
22+
border-color: #C0C0C0;
23+
}
24+
25+
img.hideshow {
26+
padding-right: 1ex;
27+
}
28+
29+
img.ilink {
30+
border-width: 0px;
31+
padding-left: 1ex;
32+
}
33+
34+
/* for notes and image export, fc, 18.7.2005. */
35+
.images {
36+
max-width:50%;
37+
}
38+
39+
.nodecontent {display:inline;}
40+
41+
.note-and-attributes {
42+
margin-left:10%;
43+
color:#0000FF;
44+
}
45+
46+
table.attributes {
47+
border-collapse:collapse;
48+
empty-cells:show;
49+
border:thin black solid;
50+
}
51+
table.attributes td,th {
52+
border:thin black solid;
53+
padding-top:2px;
54+
padding-bottom:2px;
55+
padding-left:3px;
56+
padding-right:3px;
57+
}
58+
table.attributes th {
59+
text-align:center;
60+
}
61+
table.attributes caption {
62+
margin-top:1em;
63+
font-style:italic;
64+
text-align:center;
65+
}
209 Bytes
Loading
Lines changed: 29 additions & 0 deletions
Loading
447 Bytes
Loading
22.8 KB
Loading
203 Bytes
Loading
216 Bytes
Loading

0 commit comments

Comments
 (0)