Subversion Repositories Sites.tela-botanica.org

Rev

Rev 415 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 415 Rev 434
Line 22... Line 22...
22
.svw ul {position: relative; left: -999em;} 
22
.svw ul {position: relative; left: -999em;} 
23
/*core classes*/
23
/*core classes*/
24
.stripViewer {  
24
.stripViewer {  
25
	position: relative; 
25
	position: relative; 
26
	overflow: hidden;  
26
	overflow: hidden;  
27
	border: 5px solid #444;   
27
	border-style: solid;
-
 
28
	border-bottom-color: #333333;
-
 
29
	border-right-color: #555555;
-
 
30
	border-left-color: #BBBBBB;
-
 
31
	border-top-color: #DDDDDD;
28
	margin: 0 0 1px 0;}
32
	margin: 5px 10px;}
29
.stripViewer li a img {border:none;}
33
.stripViewer li a img {
-
 
34
	border:none;
-
 
35
	margin:0 auto;}
30
.stripViewer ul { /* this is your UL of images */ 
36
.stripViewer ul { /* this is your UL of images */ 
31
	margin: 0; 
37
	margin: 0; 
32
	padding: 0; 
38
	padding: 0; 
33
	position: relative; 
39
	position: relative; 
34
	left: 0; 
40
	left: 0; 
Line 46... Line 52...
46
	position: relative; 
52
	position: relative; 
47
	list-style-type: none;} 
53
	list-style-type: none;} 
48
.stripTransmitter ul li{ 
54
.stripTransmitter ul li{ 
49
	width: 20px; 
55
	width: 20px; 
50
	float:left; 
56
	float:left; 
-
 
57
	padding:0;
51
	margin: 0 1px 1px 0;} 
58
	margin: 0 1px 1px 0;} 
52
.stripTransmitter a{ 
59
.stripTransmitter a{ 
53
	font: bold 10px Verdana, Arial; 
60
	font: bold 10px Verdana, Arial; 
54
	text-align: center; 
61
	text-align: center; 
55
	line-height: 22px; 
62
	line-height: 22px; 
56
	background: #444; 
63
	background: #444; 
57
	color: #fff; 
64
	color: #fff; 
58
	text-decoration: none; 
65
	text-decoration: none; 
59
	display: block;} 
66
	display: block;
-
 
67
	border:none;}
60
.stripTransmitter a:hover, a.current{ 
68
.stripTransmitter a:hover, a.current{ 
61
	background: #fff; 
69
	background: #fff;
62
	color: #444;}
70
	color: #444;}
63
/*tooltips formatting*/ 
71
/*tooltips formatting*/ 
64
#tooltip { 
72
#tooltip { 
65
	background: #fff; 
73
	background: #fff; 
66
	color: #000; 
74
	color: #000; 
Line 99... Line 107...
99
	width: 100%;
107
	width: 100%;
100
	z-index: 100;
108
	z-index: 100;
101
	text-align: center;
109
	text-align: center;
102
	line-height: 0;
110
	line-height: 0;
103
}
111
}
104
#jquery-lightbox a img { border: none; }
112
#jquery-lightbox a img {
-
 
113
	margin:0 auto;
-
 
114
	border: none; }
105
#lightbox-container-image-box {
115
#lightbox-container-image-box {
106
	position: relative;
116
	position: relative;
107
	background-color: #fff;
117
	background-color: #fff;
108
	width: 250px;
118
	width: 250px;
109
	height: 250px;
119
	height: 250px;
110
	margin: 0 auto;
120
	margin: 0 auto;
111
}
121
}
112
#lightbox-container-image { padding: 10px; }
122
#lightbox-container-image {
-
 
123
	padding:0;}
113
#lightbox-loading {
124
#lightbox-loading {
114
	position: absolute;
125
	position: absolute;
115
	top: 40%;
126
	top: 40%;
116
	left: 0%;
127
	left: 0%;
117
	height: 25%;
128
	height: 25%;