Subversion Repositories eFlore/Applications.coel

Rev

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