-
Notifications
You must be signed in to change notification settings - Fork 0
/
map-style.css
156 lines (132 loc) · 3.4 KB
/
map-style.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
/*
================================================================================
Overridden Geo Mashup Map styles
================================================================================
AUTHOR: Christian Wach <[email protected]>
--------------------------------------------------------------------------------
NOTES
This is a copy of map-style.css in the Geo Mashup plugin directory.
--------------------------------------------------------------------------------
*/
/* Maps fill the frame, makes percentage height maps a bit easier */
html, body { height: 100%; }
body { margin: 0; padding: 0; }
/* Post date and tags/categories */
.meta { font-size:60%; }
.meta .blogdate { font-style: italic; }
/* Info window */
.locationinfo { font-size:80%; overflow:auto; width:300px; height:150px; }
.user-location-info { font-size:80%; overflow:auto; width:150px; height:80px; }
.comment-location-info { font-size:80%; overflow:auto; width:200px; height:140px; }
.info-window-max { font-size:80%; overflow:auto; }
.post-location-info .location-post
{
margin: 0 0 10px 0;
}
.post-location-info .post_header
{
position: relative;
padding: 5px;
border: 1px solid #ddd;
border-bottom: none;
background: #f6f6f6;
}
/* whe we have a feature image */
.post-location-info .post_header.has_feature_image
{
border: none;
position: relative;
padding: 0;
}
.post-location-info .post_header.has_feature_image img
{
width: 100%;
height: auto;
}
.post-location-info .post_header.has_feature_image a.feature-link
{
display: block;
line-height: 0;
}
.post-location-info .post_header.has_feature_image .post_header_text
{
width: 280px;
margin: 0;
padding: 10px;
background: #fff;
background: rgba( 255, 255, 255, 0.66 );
position: absolute;
bottom: 0;
}
/* Post title */
.post-location-info .post_header h2
{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1.4em;
font-weight: 400;
margin: 0 0 0.2em 0;
padding: 0;
line-height: 1;
}
.post-location-info .post_header h2 a
{
color: #202B6D;
text-decoration: none;
}
.post-location-info p.postname
{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.8em;
color: #999;
margin: 0 0 0.2em 0;
padding: 0 2px;
line-height: 1;
}
.post-location-info .post_header.has_feature_image p.postname
{
color: #202B6D;
}
.post-location-info p.postname a
{
color: #999;
text-decoration: underline;
}
.post-location-info .post_header.has_feature_image p.postname a
{
color: #202B6D;
}
.post-location-info .location-post .storycontent
{
padding: 5px 5px 15px 5px;
border: 1px solid #ddd;
border-top: none;
background: #f6f6f6;
}
.post-location-info .location-post .storycontent p
{
margin: 0 0 15px 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.6;
font-size: 11px !important;
}
.post-location-info .location-post .storycontent a.more-link
{
text-transform: uppercase;
font-size: 11px !important;
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 5px 7px;
color: #fff;
background-color: #B8C7E5;
text-decoration: none;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
line-height: 1;
}
.post-location-info .location-post .storycontent a.more-link:hover
{
color: #fff;
background-color: #202B6D;
}