Subversion Repositories Sites.tela-botanica.org

Rev

Rev 437 | Rev 538 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 437 Rev 537
Line 253... Line 253...
253
	background:transparent url(/client/bazar/images/cal_pastille.png) top left no-repeat;
253
	background:transparent url(/client/bazar/images/cal_pastille.png) top left no-repeat;
254
	display:block;}
254
	display:block;}
255
.cal_evenemt_liste .nature_1{
255
.cal_evenemt_liste .nature_1{
256
	background:transparent url(/client/bazar/images/drapeau_bleu.png) top left no-repeat;}
256
	background:transparent url(/client/bazar/images/drapeau_bleu.png) top left no-repeat;}
257
.filtre_1{
257
.filtre_1{
258
	background-color:#7CCCFF;}
258
	background-color:#7CCCFF;}
259
.cal_evenemt_liste .nature_2{
259
.cal_evenemt_liste .nature_2{
260
	background:transparent url(/client/bazar/images/drapeau_vert.png) top left no-repeat;}
260
	background:transparent url(/client/bazar/images/drapeau_vert.png) top left no-repeat;}
Line 265... Line 265...
265
.filtre_3{
265
.filtre_3{
266
	background-color:#FFAA5D;}
266
	background-color:#FFAA5D;}
267
.cal_evenemt_liste .nature_4{
267
.cal_evenemt_liste .nature_4{
268
	background:transparent url(/client/bazar/images/drapeau_rose.png) top left no-repeat;}
268
	background:transparent url(/client/bazar/images/drapeau_rose.png) top left no-repeat;}
269
.filtre_4{
269
.filtre_4{
270
	background-color:#FF81EA;}
270
	background-color:#FF81EA;}
271
.cal_evenemt{
271
.cal_evenemt{
272
	margin:0 0 0 17px;
272
	margin:0 0 0 17px;
273
	padding:0;}
273
	padding:0;}
274
/* Pour la bibliothèque JS DomToolTip */
274
/* Pour la bibliothèque JS DomToolTip */
275
div.niceTitle {
275
div.niceTitle {
276
	background-color: #333333;
276
	background-color: #333333;
277
	color: #FFFFFF;
277
	color: #FFFFFF;
278
	font-weight: bold;
278
	font-weight: bold;
279
	font-size: 13px;
279
	font-size: 13px;
280
	font-family: "Trebuchet MS", sans-serif;
280
	font-family: "Trebuchet MS", sans-serif;
281
	width: 250px;
281
	width: 250px;
282
	left: 0;
282
	left: 0;
283
	top: 0;
283
	top: 0;
284
	padding: 4px;
284
	padding: 4px;
285
	position: absolute;
285
	position: absolute;
286
	text-align: left;
286
	text-align: left;
287
	z-index: 20;
287
	z-index: 20;
288
	-moz-border-radius: 0 10px 10px 10px;
288
	-moz-border-radius: 0 10px 10px 10px;
289
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
289
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
290
	-moz-opacity: .87;
290
	-moz-opacity: .87;
291
	-khtml-opacity: .87;
291
	-khtml-opacity: .87;
292
	opacity: .87;}
292
	opacity: .87;}
293
div.niceTitle .contents {
293
div.niceTitle .contents {
294
	margin: 0;
294
	margin: 0;
295
	padding: 0 3px;
295
	padding: 0 3px;
296
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
296
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
297
	-moz-opacity: 1;
297
	-moz-opacity: 1;
298
	-khtml-opacity: 1;
298
	-khtml-opacity: 1;
299
	opacity: 1;}
299
	opacity: 1;}
300
/* Ne semble pas marche pour limiter la largeur, du coup on affiche pas le lien dans le p...
-
 
301
div.niceTitle p {
300
div.niceTitle p {
302
	width: 250px;
301
	width: 250px;
303
	color: #D17E62;
-
 
304
	font-size: 9px;
-
 
305
	padding: 3px 0 0 0;
-
 
306
	margin: 0;
-
 
307
	text-align: left;
-
 
308
	-moz-opacity: 1;}*/
-
 
309
302
	color: #D17E62;
-
 
303
	font-size: 9px;
-
 
304
	padding: 3px 0 0 0;
-
 
305
	margin: 0;
-
 
306
	text-align: left;
-
 
307
	-moz-opacity: 1;}
-
 
308