forked from jmapb/nycaabs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (42 loc) · 682 Bytes
/
Copy pathstyle.css
File metadata and controls
55 lines (42 loc) · 682 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
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #ffffff;
line-height: 1.5;
color: #323330;
}
a:link {
color: #0000EE;
}
a:visited {
color: #551A8B;
}
a.josmLink:visited {
color: #0000EE;
}
.leftSide {
float: left;
width: 50%;
}
textarea {
width: 560px;
height: 29px;
}
#slippyMapId {
height: 400px;
width: 500px;
}
table {
clear: both;
}
tr.rowHead {
background-color: #41f1f1;
}
tr.rowBg0 {
background-color: #eeeeee;
}
tr.rowBg1 {
background-color: #ffffff;
}
td.tdLink {
background-color: #ffffff;
}