forked from neojp/jquery.thumbs.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjquery.thumbs.css
executable file
·64 lines (57 loc) · 1010 Bytes
/
jquery.thumbs.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
.thumb-container,
.thumb-inner,
.thumb-img {
border: 0;
display: block;
display: inline-block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
width: 100%;
}
.thumb-container {
background: #FFFFFF;
border: 1px solid;
border-color: #ccc #aaa #aaa #ccc;
height: 150px;
margin: 10px;
padding: 6px;
width: 150px;
}
.thumb-container a,
.thumb-container img {
border: 0;
margin: 0;
}
.thumb-center img,
.thumb-strip,
.thumb-icon {
position: absolute;
}
.thumb-center img {
margin-left: 50%;
margin-top: 50%;
}
.thumb-strip {
background: #fff;
background: rgba(255, 255, 255, 0.5);
color: #222;
font: 10px/16px Arial, sans-serif;
height: 16px;
bottom: 0;
left: 0;
letter-spacing: -1px;
text-indent: 4px;
white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
}
.thumb-icon {
background: url(images/tango-icon.png) no-repeat;
bottom: 2px;
height: 22px;
right: 4px;
width: 22px;
}