Subversion Repositories eFlore/Applications.cel

Rev

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

Rev Author Line No. Line
580 jpm 1
@charset "UTF-8";
587 jpm 2
/*+-----------------------------------------------------------------------------------------------------------------+*/
3
/* Widget */
879 jpm 4
.cel-photo-contenu{
587 jpm 5
	position:relative;
6
	padding:0 5px;
7
	margin:5px auto;
580 jpm 8
	font-family:Arial,verdana,sans-serif;
1462 aurelien 9
	background-color:#DDDDDD;
10
	color:black;
580 jpm 11
}
879 jpm 12
.cel-photo-contenu h1 {
888 jpm 13
	margin:5px !important;
14
	padding:0 !important;
909 jpm 15
	font-size:16px !important;
1462 aurelien 16
	color:black !important;
888 jpm 17
	background-color:transparent !important;
18
	background-image:none !important;
19
	text-transform:none !important;
20
	text-align:left !important;
580 jpm 21
}
879 jpm 22
.cel-photo-contenu h1 a{
1462 aurelien 23
	color: #AAAAAA !important
616 jpm 24
}
888 jpm 25
.cel-photo-contenu h1 a:hover {
26
	color:#56B80E !important;
27
	border-bottom:1px dotted #56B80E;
28
}
879 jpm 29
.cel-photo-contenu h1 .cel-photo-flux{
587 jpm 30
	width:16px;
31
	height:20px;
580 jpm 32
}
879 jpm 33
.cel-photo-contenu img {
888 jpm 34
	border:0 !important;
35
	padding:0 !important;
36
	margin:0 !important;
587 jpm 37
}
879 jpm 38
.cel-photo-contenu a, .cel-photo-contenu a:active, .cel-photo-contenu a:visited {
580 jpm 39
	border-bottom:1px dotted #666;
1462 aurelien 40
	color: black;
580 jpm 41
	text-decoration:none;
616 jpm 42
	background-image:none;
580 jpm 43
}
879 jpm 44
.cel-photo-contenu a:active {
580 jpm 45
	outline:none;
46
}
879 jpm 47
.cel-photo-contenu a:focus {
580 jpm 48
	outline:thin dotted;
49
}
879 jpm 50
.cel-photo-contenu a:hover {
580 jpm 51
	color:#56B80E;
52
	border-bottom:1px dotted #56B80E;
53
}
879 jpm 54
.cel-photo-date-generation{
55
	float:right;
909 jpm 56
	font-size:8px;
587 jpm 57
}
580 jpm 58
/*+-----------------------------------------------------------------------------------------------------------------+*/
59
/* Général */
879 jpm 60
.cel-photo-contenu .discretion {
583 jpm 61
	color:grey;
580 jpm 62
	font-family:arial;
63
	font-size:11px;
64
	font-weight:bold;
65
}
879 jpm 66
.cel-photo-contenu .nettoyage {
583 jpm 67
	clear:both;
68
}
580 jpm 69
/*+-----------------------------------------------------------------------------------------------------------------+*/
70
/* Galerie Photos CEL */
879 jpm 71
.cel-photo-contenu .cel-photo a{
580 jpm 72
	float:left;
73
	padding:2px;
74
	border:1px solid white;
75
}
879 jpm 76
.cel-photo-contenu .cel-photo a:hover{
580 jpm 77
	border:1px dotted #FD8C13;
78
}
879 jpm 79
.cel-photo-contenu .cel-photo a img{
580 jpm 80
	float:left;
583 jpm 81
	width:63px;
580 jpm 82
	height:63px;
83
}
879 jpm 84
.cel-photo-contenu .cel-photo-extra a img{
580 jpm 85
	height:auto;
86
}
879 jpm 87
.cel-photo-contenu .cel-infos {
583 jpm 88
	display:none;
89
}
587 jpm 90
/*+-----------------------------------------------------------------------------------------------------------------+*/
91
/* Diaporama */
879 jpm 92
.cel-legende{
583 jpm 93
	text-align:left;
94
}
879 jpm 95
.cel-legende-vei{
583 jpm 96
	float:right;
97
}
879 jpm 98
.cel-legende p{
583 jpm 99
	color:black;
100
	font-size:12px;
101
	margin:5px 0;
102
}
879 jpm 103
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
104
	border-bottom:1px dotted gainsboro;
583 jpm 105
	color:#333;
879 jpm 106
	text-decoration:none;
107
	background-image:none;
583 jpm 108
}
879 jpm 109
.cel-legende a:hover {
583 jpm 110
	color:#56B80E;
111
	border-bottom:1px dotted #56B80E;
580 jpm 112
}