forked from antiboredom/walkin-tour
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathembed.css
115 lines (96 loc) · 1.51 KB
/
embed.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body {
font: 16px Times, serif;
margin: 0;
}
#read-more {
display: inline;
color: #E10500;
font-family: Times;
font-weight: bold;
font-style: italic;
font-size: 18px;
cursor: pointer;
}
#quote {
display: none;
}
#source {
text-align: right;
font-family: Times;
font-weight: bold;
margin-top: 2em;
}
img#quote-top, #quote-bottom {
width: 25px;
margin: 1em 0;
display: block;
}
img#quote-bottom {
float: right;
}
#container {
max-width: 640px;
max-height: 500px;
margin: auto;
background-color: #fff;
}
#logo {
padding-top: 1em;
}
#logo img {
width: 100%;
}
#subheading {
font-family: Times;
font-style: italic;
font-size: 19px;
text-align: center;
letter-spacing: 0.02em;
margin: 1em 0em;
}
/* Tour title */
#tour-title {
padding: 1em 0em;
border-bottom: 2px solid #ccc;
font-size: 13px;
font-family: Arial;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .16em;
}
/* Streetview map */
#quote-holder {
float: right;
width: 300px;
height: 380px;
overflow: auto;
padding: 10px;
}
#map {
width: 100%;
height: 400px;
border: 0;
padding: 0;
}
#location {
display: inline;
font-family: Arial;
font-weight: bold;
font-size: 1em;
text-transform: uppercase;
letter-spacing: .16em;
margin: 2em 0em;
}
/* Tour map */
#tour-map {
margin: 1em 0em;
width: 50%;
height: 400px;
}
/* Location link */
a#location-link, a:hover, a:visited {
font-weight: bold;
font-style: italic;
color: red;
text-decoration: none;
}