-
Notifications
You must be signed in to change notification settings - Fork 0
/
jbmflickr.css
executable file
·69 lines (65 loc) · 1.63 KB
/
jbmflickr.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
@charset "UTF-8";
.jbmflickr {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 50px;
}
.jbmflickr .page {width: 100%; text-align: center;}
.jbmflickr .pager {clear: both; width: 100%; text-align: center;}
.jbmflickr .pager span {
font-size: 50px;
width: 16px;
height: 16px;
display: inline-block;
color: #ddd;
margin-right: 10px;
cursor: pointer;
}
.jbmflickr span.cycle-pager-active {color:#D69746;}
.jbmflickr .flickr-item {display: inline-block; margin: 5px; text-align: center;}
.jbmflickr .flickr-item .description {position: absolute; bottom:0; background-color: white; display:none; border: thin solid #DDD; z-index:100;}
.jbmflickr .flickr-item .description .inner {padding: 2px; white-space:nowrap; font-size: 10pt; }
/* pagination */
.jbmflickr .arrow {
position: absolute;
top: 0;
height: 90px;
width: 38px;
z-index: 100;
cursor: pointer;
}
.jbmflickr .prev {
background-image: url(images/arrows.png);
background-position: -17px center;
left: 0;
}
.jbmflickr .next {
background-image: url(images/arrows.png);
background-position: -65px 0;
right: 0;
}
/* Location */
.jbmflickrmap-location {
font-size: 1em;
padding: 10px;
border: thin solid black !important;
width: 50%;
border-radius: 5px;
}
/* Tag cloud */
.jbmflickr-tag-cloud {
//width: 40%;
}
.jbmflickr-tag-cloud > a {
text-decoration: none;
display: inline-block;
border: thin solid #DDD;
border-radius: 5px;
padding: 2px 6px;
margin-right: 10px;
margin-bottom: 3px;
}
.jbmflickr-tag-cloud > a:hover {
background-color: #DDD;
}