Subversion Repositories Applications.wikini

Rev

Rev 6 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 jpm 1
/*Gallerie CSS en cas d'abscence de JS*/
2
 .galerie {
3
	background-color:white;
4
	padding:0;
5
	width:355px;
6
	height:255px;
7
	overflow:auto;
8
	white-space:nowrap;}
9
.galerie ul {
10
	list-style: none;
11
	padding:0;
12
	margin:0;}
13
.galerie ul li {
14
	display:inline;}
15
.galerie ul img {
16
	border:5px solid #3e3e3e !important;
17
	margin:5px !important;}
18
.galerie ul a:hover img {
19
	border:5px solid #fff;
20
	color:#fff;}
21
 
22
/* jQuery SlideViewer plugin*/
23
/*preload classes*/
24
.svw {
25
	width:50px;
26
	height:20px;
27
	background:#fff;}
28
.svw ul {
29
	position:relative;
30
	left:-999em;}
31
/*core classes*/
32
.stripViewer {
33
	position:relative;
34
	overflow:hidden;
35
	border-style:solid;
36
	border-bottom-color:#333333;
37
	border-right-color:#555555;
38
	border-left-color:#BBBBBB;
39
	border-top-color:#DDDDDD;
40
	border-width:5px;
41
	margin: 0 0 1px 0;}
42
.stripViewer li a img {
43
	border:none;
44
	margin:0 auto;}
45
.stripViewer ul {
46
	margin:0;
47
	padding:0;
48
	position:relative;
49
	left:0;
50
	top:0;
51
	width:1%;
52
	list-style-type:none;}
53
.stripViewer ul li{
54
	float:left;}
55
/* galerie commentaire */
56
.galerieCommentaire{
57
	margin:5px 10px;}
58
/* galerie vignette */
59
.stripTransmitter {
60
	overflow:auto;
61
	width:1%;
62
	margin:5px 10px;}
63
.stripTransmitter ul {
64
	margin:0;
65
	padding:0;
66
	position:relative;
67
	list-style-type:none;}
68
.stripTransmitter ul li{
69
	width:20px;
70
	float:left;
71
	padding:0;
72
	margin:0 1px 1px 0;}
73
.stripTransmitter a{
74
	font:bold 10px Verdana, Arial;
75
	text-align:center;
76
	line-height:22px;
77
	background:#444;
78
	color:#fff;
79
	text-decoration:none;
80
	display:block;
81
	border:none;}
82
.stripTransmitter a:hover, a.current{
83
	background:#fff;
84
	color:#444;}
85
/*tooltips formatting*/
86
#tooltip {
87
	background:#fff;
88
	color:#000;
89
	opacity:0.85;
90
	border:5px solid #dedede;}
91
#tooltip h3 {
92
	font:normal 10px Verdana;
93
	margin:0;
94
	padding:6px 2px;
95
	border:0;}
96
/**
97
 * jQuery lightBox plugin
98
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
99
 * and adapted to me for use like a plugin from jQuery.
100
 * @name jquery-lightbox-0.4.css
101
 * @author Leandro Vieira Pinho - http://leandrovieira.com
102
 * @version 0.4
103
 * @date November 17, 2007
104
 * @category jQuery plugin
105
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
106
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
107
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
108
 */
109
#jquery-overlay {
110
	position:absolute;
111
	top:0;
112
	left:0;
113
	z-index:90;
114
	width:100%;
115
	height:500px;}
116
#jquery-lightbox {
117
	position:absolute;
118
	top:0;
119
	left:0;
120
	width:100%;
121
	z-index:100;
122
	text-align:center;
123
	line-height:0;}
124
#jquery-lightbox img {
125
	margin:0 auto;}
126
#lightbox-container-image-box {
127
	position:relative;
128
	background-color:#fff;
129
	width:250px;
130
	height:250px;
131
	margin:0 auto;}
132
#lightbox-container-image {
133
	padding:5px 0;}
134
#lightbox-loading {
135
	position:absolute;
136
	top:40%;
137
	left:0%;
138
	height:25%;
139
	width:100%;
140
	text-align:center;
141
	line-height:0;}
142
#lightbox-nav {
143
	position:absolute;
144
	top:0;
145
	left:0;
146
	height:100%;
147
	width:100%;
148
	z-index:10;}
149
#lightbox-container-image-box > #lightbox-nav {
150
	left:0;}
151
#lightbox-nav a {
152
	outline:none;}
153
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
154
	width:49%;
155
	height:100%;
156
	zoom:1;
157
	display:block;
158
	border-bottom:0 none;}
159
#lightbox-nav-btnPrev {
160
	left:0;
161
	float:left;}
162
#lightbox-nav-btnNext {
163
	right:0;
164
	float:right;}
165
#lightbox-container-image-data-box {
166
	font:10px Verdana, Helvetica, sans-serif;
167
	background-color:#fff;
168
	margin:0 auto;
169
	line-height:1.4em;
170
	overflow:auto;
171
	width:100%;
172
	padding:0 10px 0;}
173
#lightbox-container-image-data {
174
	padding:0 10px;
175
	color:#666;}
176
#lightbox-container-image-data #lightbox-image-details {
177
	width:70%;
178
	float:left;
179
	text-align:left;}
180
#lightbox-image-details-caption {
181
	font-weight:bold;}
182
#lightbox-image-details-currentNumber {
183
	display:block;
184
	clear:left;
185
	padding-bottom:1.0em;}
186
#lightbox-secNav-btnClose {
187
	width:66px;
188
	float:right;
189
	padding:0 0.7em 0.7em 0;
190
	border-bottom:0 none;}