Subversion Repositories Applications.galerie

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 jp_milcent 1
/* ---Generic--- */
2
.sig {clear:both;margin:16px 4px;padding:0px;width:100%;} /* 'width:100%;' forces the container to use the full available width for the gallery! Delete it if it's causing issues in your template. */
3
.sig_clr {clear:both;}
4
 
5
/* ---Image Shadows--- */
6
.sig_thumb {
7
	float:left;
8
	margin:0px 10px 10px 10px;
9
	padding:0px;
10
	background:url(shadowAlpha.png) no-repeat bottom right !important;
11
	background:url(shadow.gif) no-repeat bottom right;}
12
.sig_thumb img {
13
	display:block;
14
	position:relative;
15
	background:#FFF;
16
	border:1px solid #ccc;
17
	margin:-5px 5px 5px -5px;
18
	padding:4px;}
19
 
20
/* ---Slimbox--- */
21
#lbOverlay {
22
	position:absolute;
23
	left:0;
24
	width:100%;
25
	background-color:#000;
26
	cursor:pointer;}
27
#lbCenter, #lbBottom {
28
	position:absolute;
29
	left:50%;
30
	overflow:hidden;
31
	background-color:#fff;}
32
.lbLoading {
33
	background:#fff url(loading.gif) no-repeat center;}
34
#lbImage {
35
	border:10px solid #fff;}
36
#lbPrevLink, #lbNextLink {
37
	display:block;
38
	position:absolute;
39
	top:0;
40
	width:50%;
41
	outline:none;}
42
#lbPrevLink {
43
	left:0;}
44
#lbPrevLink:hover {
45
	background:transparent url(prevlabel.gif) no-repeat 0% 15%;}
46
#lbNextLink {
47
	right:0;}
48
#lbNextLink:hover {
49
	background:transparent url(nextlabel.gif) no-repeat 100% 15%;}
50
#lbBottom {
51
	font-family:Verdana, Helvetica, sans-serif;
52
	font-size:10px;
53
	color:#666;
54
	line-height:1.4em;
55
	text-align:left;
56
	border:10px solid #fff;
57
	border-top-style:none;}
58
#lbCloseLink {
59
	display:block;
60
	float:right;
61
	width:66px;
62
	height:22px;
63
	background:transparent url(closelabel.gif) no-repeat center;
64
	margin:5px 0;}
65
#lbCaption, #lbNumber {
66
	margin-right:71px;}
67
#lbCaption {
68
	font-weight:bold;}
69
#lbOverlay,#lbCenter,#lbBottom,#lbPrevLink,#lbNextLink {
70
	z-index:999;}
71
/* JW fix for Slimbox */
72
 
73
/* --- END --- */