-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaps.css
92 lines (76 loc) · 1.06 KB
/
maps.css
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.breadcrumbs {
font-size: small;
text-align: center;
width: 100%;
padding: 5px 0;
margin: 0;
font-style: italic;
border-bottom: solid #eee 1px;
color: #000;
}
.breadcrumbs a {
color: #669;
}
.breadcrumbs a:hover {
color: #000;
}
p.cite {
text-align: right;
font-size: small;
font-style: italic;
}
p.cite, p.cite a, p.caption, p.caption a {
color: #666;
}
p.caption {
text-align: center;
font-size: small;
font-style: italic;
width: 400px;
margin: 0 auto;
}
body {
margin-top: 0;
font-family: Georgia, serif;
text-align: center;
background: #fff;
}
p, li {
line-height: 1.5em;
}
h1, h2, h3 {
font-weight: 300;
}
h1 {
font-size: 2.5em;
}
canvas {
cursor: move;
}
.wrapper {
width: 600px;
margin: 1em auto;
text-align: left;
}
.center {
text-align: center;
}
.thumb {
width: 200px;
height: 220px;
text-align: center;
float: left;
}
.thumb img {
width: 200px;
height: 174px;
border: none;
}
.clear {
clear: both;
}
blockquote {
border-left: solid #eee 5px;
padding: 0 15px;
margin: 0;
}