Subversion Repositories eFlore/Applications.coel

Rev

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

Rev Author Line No. Line
49 jpm 1
/** Les CSS de l'application COEL */
308 jp_milcent 2
*{
3
	margin:0;
4
	padding:0;}
60 jpm 5
/* #------------------------------------------------------------------------------------------------------#	*/
6
/* 												CHARGEMENT APPLICATION										*/
7
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 8
#loading{
360 jp_milcent 9
	position:absolute;
10
	left:45%;
11
	top:40%;
12
	margin-left:-45px;
13
	padding:2px;
14
	z-index:20001;
15
	height:auto;
16
	border:1px solid #ccc;
125 jpm 17
	width:400px;}
308 jp_milcent 18
#loading a{
360 jp_milcent 19
	color:#225588;}
308 jp_milcent 20
#loading .loading-indicator{
360 jp_milcent 21
	background:white;
22
	color:#444;
23
	font:bold 13px tahoma, arial, helvetica;
24
	padding:10px;
25
	margin:0;
26
	height:auto;}
308 jp_milcent 27
#loading .loading-indicator img{
60 jpm 28
	margin-right:8px;
29
	float:left;
30
	vertical-align:top;}
308 jp_milcent 31
#loading-msg{
360 jp_milcent 32
	font:normal 10px arial, tahoma, sans-serif;}
66 jpm 33
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 34
/*												GÉNÉRAL														*/
66 jpm 35
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 36
.attention{
125 jpm 37
	font:bold 14px;
38
	color:red;}
393 jp_milcent 39
.coel-label{
40
	font-weight:bold;
41
	line-height:18px;}
42
.coel-fieldset{
43
	float:left;
424 jp_milcent 44
	padding:5px;
45
	width:45%;}
393 jp_milcent 46
.coel-clear{
47
	clear:both;
48
	line-height:0;
413 jp_milcent 49
	border:none;
50
	width:0;/*Pour IE*/}
393 jp_milcent 51
.coel-meta{
52
	font-size:10px;
53
	font-weight:normal;}
425 jp_milcent 54
.coel-indentation{
55
	padding-left:15px;}
1120 jpm 56
a.coel-lien-externe:after{
57
	content:" " url(images/icones/lien_externe.png);}
60 jpm 58
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 59
/*												ENTÊTE 														*/
60 jpm 60
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 61
#coel-entete{
66 jpm 62
	color:white;
60 jpm 63
	height:100px;
64
	background:#1E4176 url(images/bg/hd-bg.png) repeat-x scroll 0pt;
65
	border:0pt none;
66
	padding-left:3px;}
308 jp_milcent 67
#coel-titre{
60 jpm 68
	font-family:tahoma, arial, sans-serif;
69
	font-size:16px;
70
	font-size-adjust:none;
71
	font-stretch:normal;
72
	font-style:normal;
73
	font-variant:normal;
74
	font-weight:normal;
75
	line-height:normal;
66 jpm 76
	padding:0 0 8 6px;}
77
#coel-identification{
539 jp_milcent 78
	color:white;
66 jpm 79
	float:right;
80
	margin:2 5 0 0px}
60 jpm 81
/* #------------------------------------------------------------------------------------------------------#	*/
66 jpm 82
/*												AIDE														*/
83
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 84
#coel-id-panneau-aide{
360 jp_milcent 85
	font-size:11px;
66 jpm 86
	margin:5px;}
308 jp_milcent 87
#coel-id-panneau-aide ul{
88
	list-style-type:disc;
89
	padding-left:15px;}
90
#coel-id-panneau-aide ol{
91
	list-style-type:decimal;
92
	padding-left:15px;}
66 jpm 93
/* #------------------------------------------------------------------------------------------------------#	*/
360 jp_milcent 94
/*												CONNEXION/DECONNEXION										*/
95
/* #------------------------------------------------------------------------------------------------------#	*/
96
#coel-identification-zone-msg{
97
	text-align:center;
98
	background-color:#F8B9B9;
99
	border:1px solid red;
100
	margin:5px 0;}
101
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 102
/*												PANNEAU DÉTAIL												*/
60 jpm 103
/* #------------------------------------------------------------------------------------------------------#	*/
379 jp_milcent 104
#coel-detail-entete{
876 aurelien 105
	height:45px;
360 jp_milcent 106
	background-color:#ddd;
107
	border-bottom:1px solid silver;}
876 aurelien 108
 
379 jp_milcent 109
#coel-detail-entete h1{
360 jp_milcent 110
	font-weight:bold;
111
	font-size:12px;
112
	padding:5 0 2 5px;}
379 jp_milcent 113
#coel-detail-entete h2{
360 jp_milcent 114
	font-size:11px;
115
	font-weight:normal;
116
	padding:0 5 0 5px;}
393 jp_milcent 117
#coel-detail-entete .coel-meta{
118
	position:absolute;
119
	top:0;
120
	right:0;
121
	padding:5px;}
122
 
379 jp_milcent 123
.coel-detail-corps-contenu{
393 jp_milcent 124
	padding:0 12px;
379 jp_milcent 125
	background-color:white;}
126
.coel-detail-corps-contenu h2{
127
	font-size:14px;
128
	color:#1C3C78;
393 jp_milcent 129
	padding:12px 0 5px 0;}
130
.coel-detail-corps-contenu h3{
131
	font-style:italic;
132
	padding:12px 0 5px 0;}
133
 
379 jp_milcent 134
.coel-detail-corps-contenu table{
393 jp_milcent 135
	border:1px solid #1C3C78;
379 jp_milcent 136
	border-collapse:collapse;
413 jp_milcent 137
	width:100% !important;width:95%;/*Pour IE*/
379 jp_milcent 138
	margin:auto;}
139
.coel-detail-corps-contenu thead, .coel-detail-corps-contenu tfoot{
140
	background-color:#D0E3FA;
141
	background-image:url(sky.jpg);
393 jp_milcent 142
	border:1px solid #1C3C78;}
379 jp_milcent 143
.coel-detail-corps-contenu tbody{
144
	background-color:#FFFFFF;
393 jp_milcent 145
	border:1px solid #1C3C78;}
379 jp_milcent 146
.coel-detail-corps-contenu th{
147
	font-family:monospace;
393 jp_milcent 148
	border:1px dotted #1C3C78;
379 jp_milcent 149
	padding:5px;
150
	background-color:#EFF6FF;
151
	width:25%;}
152
.coel-detail-corps-contenu td{
153
	font-family:sans-serif;
154
	font-size:80%;
393 jp_milcent 155
	border:1px solid #1C3C78;
379 jp_milcent 156
	padding:5px;
157
	text-align:left;}
393 jp_milcent 158
.coel-detail-corps-contenu caption{
379 jp_milcent 159
	font-family:sans-serif;}
778 gduche 160
 
1105 jpm 161
.coel-detail-corps-contenu ul{
162
	list-style-type:disc;}
163
.coel-detail-corps-contenu li{
164
	margin-left:25px;
165
	padding:2px;}
166
 
778 gduche 167
#personne-logo-div	{
168
	position:absolute;
169
	right:0;
170
	width:30%;
171
	text-align:right;
172
}
779 gduche 173
 
174
#personne-logo-div	img {
175
	height:40px;
176
}
60 jpm 177
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 178
/*												ÎCONES 														*/
60 jpm 179
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 180
.no-icone{
181
	padding:0;}
182
/* #------------------------------------------------------------------------------------------------------#*/
183
/*                                              IMAGES                                                     */
184
/* #------------------------------------------------------------------------------------------------------#*/
185
.conteneur-image-centre{
360 jp_milcent 186
	text-align:center;}
308 jp_milcent 187
.logo-personne{
360 jp_milcent 188
	max-height:250px;}
308 jp_milcent 189
/* #----------------------------------------------------------------------------------------------------------#*/
190
/*                                              PANNEAU PUBLICATION                                            */
191
/* #----------------------------------------------------------------------------------------------------------#*/
876 aurelien 192
 
308 jp_milcent 193
.x-formulaire-auteur{
360 jp_milcent 194
    padding-left:100px;}
308 jp_milcent 195
.x-formulaire-auteur-label{
225 aurelien 196
	padding:3px 0 !important;
197
	text-align:left;
198
	clear:left;
199
	display:block;
200
	float:left;
201
	padding:3px 3px 3px 0;
202
	position:relative;
203
	width:100px;
204
	z-index:2;
205
	font-weight:bold;
206
	font-family:tahoma,arial,helvetica,sans-serif;
207
	font-size:12px;
208
	font-size-adjust:none;
209
	font-style:normal;
210
	font-variant:normal;
355 gduche 211
	line-height:normal;}
212
/* #----------------------------------------------------------------------------------------------------------#*/
360 jp_milcent 213
/*                                              AUTRES				                                           */
355 gduche 214
/* #----------------------------------------------------------------------------------------------------------#*/
215
#main-button button{
216
	font-weight:bold;
968 jpm 217
	text-decoration:underline;}
218
/* #----------------------------------------------------------------------------------------------------------#*/
219
/*                                              FORMULAIRE			                                           */
220
/* #----------------------------------------------------------------------------------------------------------#*/
980 jpm 221
.coel-obligatoire, .coel-obligatoire input, .coel-obligatoire textarea{
968 jpm 222
	background:#FAA391;}
980 jpm 223
.coel-obligatoire-ok, .coel-obligatoire-ok input, .coel-obligatoire-ok textarea {
968 jpm 224
	background:#B7DAAA;}