Subversion Repositories eFlore/Applications.coel

Rev

Rev 1415 | Rev 1804 | Go to most recent revision | 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);}
1790 aurelien 58
 
59
#coel-panneau-onglets-navigation ul {
60
    width: 100%;
61
}
62
 
63
#ListeOngletsNavigation__Statistiques {
64
    float: right;
65
    margin-right: 3px;
66
}
67
 
68
#ListeOngletsNavigation > div {
69
	width: 100% !important;
70
}
71
 
60 jpm 72
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 73
/*												ENTÊTE 														*/
60 jpm 74
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 75
#coel-entete{
66 jpm 76
	color:white;
60 jpm 77
	height:100px;
78
	background:#1E4176 url(images/bg/hd-bg.png) repeat-x scroll 0pt;
79
	border:0pt none;
80
	padding-left:3px;}
308 jp_milcent 81
#coel-titre{
60 jpm 82
	font-family:tahoma, arial, sans-serif;
83
	font-size:16px;
84
	font-size-adjust:none;
85
	font-stretch:normal;
86
	font-style:normal;
87
	font-variant:normal;
88
	font-weight:normal;
89
	line-height:normal;
66 jpm 90
	padding:0 0 8 6px;}
91
#coel-identification{
539 jp_milcent 92
	color:white;
66 jpm 93
	float:right;
94
	margin:2 5 0 0px}
60 jpm 95
/* #------------------------------------------------------------------------------------------------------#	*/
66 jpm 96
/*												AIDE														*/
97
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 98
#coel-id-panneau-aide{
360 jp_milcent 99
	font-size:11px;
66 jpm 100
	margin:5px;}
308 jp_milcent 101
#coel-id-panneau-aide ul{
102
	list-style-type:disc;
103
	padding-left:15px;}
104
#coel-id-panneau-aide ol{
105
	list-style-type:decimal;
106
	padding-left:15px;}
66 jpm 107
/* #------------------------------------------------------------------------------------------------------#	*/
360 jp_milcent 108
/*												CONNEXION/DECONNEXION										*/
109
/* #------------------------------------------------------------------------------------------------------#	*/
110
#coel-identification-zone-msg{
111
	text-align:center;
112
	background-color:#F8B9B9;
113
	border:1px solid red;
114
	margin:5px 0;}
115
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 116
/*												PANNEAU DÉTAIL												*/
60 jpm 117
/* #------------------------------------------------------------------------------------------------------#	*/
379 jp_milcent 118
#coel-detail-entete{
876 aurelien 119
	height:45px;
360 jp_milcent 120
	background-color:#ddd;
121
	border-bottom:1px solid silver;}
876 aurelien 122
 
379 jp_milcent 123
#coel-detail-entete h1{
360 jp_milcent 124
	font-weight:bold;
125
	font-size:12px;
126
	padding:5 0 2 5px;}
379 jp_milcent 127
#coel-detail-entete h2{
360 jp_milcent 128
	font-size:11px;
129
	font-weight:normal;
130
	padding:0 5 0 5px;}
393 jp_milcent 131
#coel-detail-entete .coel-meta{
132
	position:absolute;
133
	top:0;
134
	right:0;
135
	padding:5px;}
136
 
379 jp_milcent 137
.coel-detail-corps-contenu{
393 jp_milcent 138
	padding:0 12px;
379 jp_milcent 139
	background-color:white;}
140
.coel-detail-corps-contenu h2{
141
	font-size:14px;
142
	color:#1C3C78;
393 jp_milcent 143
	padding:12px 0 5px 0;}
144
.coel-detail-corps-contenu h3{
145
	font-style:italic;
146
	padding:12px 0 5px 0;}
147
 
379 jp_milcent 148
.coel-detail-corps-contenu table{
393 jp_milcent 149
	border:1px solid #1C3C78;
379 jp_milcent 150
	border-collapse:collapse;
413 jp_milcent 151
	width:100% !important;width:95%;/*Pour IE*/
379 jp_milcent 152
	margin:auto;}
153
.coel-detail-corps-contenu thead, .coel-detail-corps-contenu tfoot{
154
	background-color:#D0E3FA;
155
	background-image:url(sky.jpg);
393 jp_milcent 156
	border:1px solid #1C3C78;}
379 jp_milcent 157
.coel-detail-corps-contenu tbody{
158
	background-color:#FFFFFF;
393 jp_milcent 159
	border:1px solid #1C3C78;}
379 jp_milcent 160
.coel-detail-corps-contenu th{
161
	font-family:monospace;
393 jp_milcent 162
	border:1px dotted #1C3C78;
379 jp_milcent 163
	padding:5px;
164
	background-color:#EFF6FF;
165
	width:25%;}
166
.coel-detail-corps-contenu td{
167
	font-family:sans-serif;
168
	font-size:80%;
393 jp_milcent 169
	border:1px solid #1C3C78;
379 jp_milcent 170
	padding:5px;
171
	text-align:left;}
393 jp_milcent 172
.coel-detail-corps-contenu caption{
379 jp_milcent 173
	font-family:sans-serif;}
778 gduche 174
 
1105 jpm 175
.coel-detail-corps-contenu ul{
176
	list-style-type:disc;}
177
.coel-detail-corps-contenu li{
178
	margin-left:25px;
179
	padding:2px;}
180
 
778 gduche 181
#personne-logo-div	{
182
	position:absolute;
183
	right:0;
184
	width:30%;
185
	text-align:right;
186
}
779 gduche 187
 
188
#personne-logo-div	img {
189
	height:40px;
190
}
60 jpm 191
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 192
/*												ÎCONES 														*/
60 jpm 193
/* #------------------------------------------------------------------------------------------------------#	*/
308 jp_milcent 194
.no-icone{
195
	padding:0;}
196
/* #------------------------------------------------------------------------------------------------------#*/
197
/*                                              IMAGES                                                     */
198
/* #------------------------------------------------------------------------------------------------------#*/
199
.conteneur-image-centre{
360 jp_milcent 200
	text-align:center;}
308 jp_milcent 201
.logo-personne{
360 jp_milcent 202
	max-height:250px;}
308 jp_milcent 203
/* #----------------------------------------------------------------------------------------------------------#*/
204
/*                                              PANNEAU PUBLICATION                                            */
205
/* #----------------------------------------------------------------------------------------------------------#*/
876 aurelien 206
 
308 jp_milcent 207
.x-formulaire-auteur{
360 jp_milcent 208
    padding-left:100px;}
308 jp_milcent 209
.x-formulaire-auteur-label{
225 aurelien 210
	padding:3px 0 !important;
211
	text-align:left;
212
	clear:left;
213
	display:block;
214
	float:left;
215
	padding:3px 3px 3px 0;
216
	position:relative;
217
	width:100px;
218
	z-index:2;
219
	font-weight:bold;
220
	font-family:tahoma,arial,helvetica,sans-serif;
221
	font-size:12px;
222
	font-size-adjust:none;
223
	font-style:normal;
224
	font-variant:normal;
355 gduche 225
	line-height:normal;}
226
/* #----------------------------------------------------------------------------------------------------------#*/
360 jp_milcent 227
/*                                              AUTRES				                                           */
355 gduche 228
/* #----------------------------------------------------------------------------------------------------------#*/
229
#main-button button{
230
	font-weight:bold;
968 jpm 231
	text-decoration:underline;}
232
/* #----------------------------------------------------------------------------------------------------------#*/
233
/*                                              FORMULAIRE			                                           */
234
/* #----------------------------------------------------------------------------------------------------------#*/
980 jpm 235
.coel-obligatoire, .coel-obligatoire input, .coel-obligatoire textarea{
968 jpm 236
	background:#FAA391;}
980 jpm 237
.coel-obligatoire-ok, .coel-obligatoire-ok input, .coel-obligatoire-ok textarea {
968 jpm 238
	background:#B7DAAA;}