forked from ubilabs/flickr_geocoding_bookmarklet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
132 lines (114 loc) · 2.28 KB
/
main.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
#flickr_bookmarklet {
font-size: 12px;
position: fixed;
text-align: left;
width: 1000px;
height: 500px;
z-index: 20003;
display: block;
left: 50%;
margin-left: -505px;
margin-top: -255px;
top: 50%;
background-color:#FFFFFF;
padding: 10px;
-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.5);
-moz-border-radius:4px 4px 4px 4px;
}
#flickr_bookmarklet .foot,
#flickr_bookmarklet .mode-title {
display: none;
}
#flickr_bookmarklet .map {
width: 1000px;
height: 400px;
}
#flickr_bookmarklet .location-overlay-wrapper {
margin: 0 0 1em 0;
}
#flickr_bookmarklet .close {
background-image:url("http://l.yimg.com/g/images/close_x_sprite.png");
border:0 none;
cursor:pointer;
height:16px;
margin:0;
padding:0;
position:absolute;
right:10px;
top:10px;
width:16px;
}
#flickr_bookmarklet .maximize {
color:#666666;
cursor:pointer;
position:absolute;
right:36px;
text-align:right;
text-decoration:underline;
top:10px;
width:100px;
}
#flickr_bookmarklet.maximized {
width: auto;
height: auto;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
margin: 0;
}
#flickr_bookmarklet.maximized .map {
width: auto;
margin: 0 -10px;
}
#flickr_bookmarklet_background {
background-color:#000000;
height:100%;
left:0;
opacity:0.35;
position:fixed;
top:0;
width:100%;
z-index:20002;
cursor:pointer;
filter: alpha(opacity=35);
}
#flickr_bookmarklet form input {
margin: 0 0.5em 1em 0.5em;
width: 20em;
}
#flickr_bookmarklet .DisabledButt,
#flickr_bookmarklet .Butt {
margin-right: 5px;
}
#flickr_bookmarklet div.spinner {
background: url("http://l.yimg.com/g/images/progress/balls-24x12-white.gif") no-repeat scroll 0 5px #FFFFFF;
display: inline-block;
height: 25px;
margin: 0 0 -9px 1em;
width: 24px;
}
#flickr_bookmarklet #submit_form button {
display: none;
}
#flickr_bookmarklet #submit_form {
margin-left: 1em;
}
#flickr_bookmarklet #submit_form,
#flickr_bookmarklet #submit_form fieldset,
#flickr_bookmarklet #submit_form fieldset div div {
display: inline-block;
}
#flickr_bookmarklet.no_location {
width: 300px;
height: 70px;
margin-left: -205px;
margin-top: -35px;
text-align: center;
}
#flickr_bookmarklet.no_location div {
margin: 0.5em 0 1em 0;
}
#flickr_bookmarklet .link {
float: right;
}