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{
|
|
|
76 |
float:right;
|
|
|
77 |
margin:2 5 0 0px}
|
60 |
jpm |
78 |
/* #------------------------------------------------------------------------------------------------------# */
|
66 |
jpm |
79 |
/* AIDE */
|
|
|
80 |
/* #------------------------------------------------------------------------------------------------------# */
|
308 |
jp_milcent |
81 |
#coel-id-panneau-aide{
|
360 |
jp_milcent |
82 |
font-size:11px;
|
66 |
jpm |
83 |
margin:5px;}
|
308 |
jp_milcent |
84 |
#coel-id-panneau-aide ul{
|
|
|
85 |
list-style-type:disc;
|
|
|
86 |
padding-left:15px;}
|
|
|
87 |
#coel-id-panneau-aide ol{
|
|
|
88 |
list-style-type:decimal;
|
|
|
89 |
padding-left:15px;}
|
66 |
jpm |
90 |
/* #------------------------------------------------------------------------------------------------------# */
|
360 |
jp_milcent |
91 |
/* CONNEXION/DECONNEXION */
|
|
|
92 |
/* #------------------------------------------------------------------------------------------------------# */
|
|
|
93 |
#coel-identification-zone-msg{
|
|
|
94 |
text-align:center;
|
|
|
95 |
background-color:#F8B9B9;
|
|
|
96 |
border:1px solid red;
|
|
|
97 |
margin:5px 0;}
|
|
|
98 |
/* #------------------------------------------------------------------------------------------------------# */
|
308 |
jp_milcent |
99 |
/* PANNEAU DÉTAIL */
|
60 |
jpm |
100 |
/* #------------------------------------------------------------------------------------------------------# */
|
379 |
jp_milcent |
101 |
#coel-detail-entete{
|
393 |
jp_milcent |
102 |
height:37px;
|
360 |
jp_milcent |
103 |
background-color:#ddd;
|
|
|
104 |
border-bottom:1px solid silver;}
|
379 |
jp_milcent |
105 |
#coel-detail-entete h1{
|
360 |
jp_milcent |
106 |
font-weight:bold;
|
|
|
107 |
font-size:12px;
|
|
|
108 |
padding:5 0 2 5px;}
|
379 |
jp_milcent |
109 |
#coel-detail-entete h2{
|
360 |
jp_milcent |
110 |
font-size:11px;
|
|
|
111 |
font-weight:normal;
|
|
|
112 |
padding:0 5 0 5px;}
|
393 |
jp_milcent |
113 |
#coel-detail-entete .coel-meta{
|
|
|
114 |
position:absolute;
|
|
|
115 |
top:0;
|
|
|
116 |
right:0;
|
|
|
117 |
padding:5px;}
|
|
|
118 |
|
379 |
jp_milcent |
119 |
.coel-detail-corps-contenu{
|
393 |
jp_milcent |
120 |
padding:0 12px;
|
379 |
jp_milcent |
121 |
background-color:white;}
|
|
|
122 |
.coel-detail-corps-contenu h2{
|
|
|
123 |
font-size:14px;
|
|
|
124 |
color:#1C3C78;
|
393 |
jp_milcent |
125 |
padding:12px 0 5px 0;}
|
|
|
126 |
.coel-detail-corps-contenu h3{
|
|
|
127 |
font-style:italic;
|
|
|
128 |
padding:12px 0 5px 0;}
|
|
|
129 |
|
379 |
jp_milcent |
130 |
.coel-detail-corps-contenu table{
|
393 |
jp_milcent |
131 |
border:1px solid #1C3C78;
|
379 |
jp_milcent |
132 |
border-collapse:collapse;
|
413 |
jp_milcent |
133 |
width:100% !important;width:95%;/*Pour IE*/
|
379 |
jp_milcent |
134 |
margin:auto;}
|
|
|
135 |
.coel-detail-corps-contenu thead, .coel-detail-corps-contenu tfoot{
|
|
|
136 |
background-color:#D0E3FA;
|
|
|
137 |
background-image:url(sky.jpg);
|
393 |
jp_milcent |
138 |
border:1px solid #1C3C78;}
|
379 |
jp_milcent |
139 |
.coel-detail-corps-contenu tbody{
|
|
|
140 |
background-color:#FFFFFF;
|
393 |
jp_milcent |
141 |
border:1px solid #1C3C78;}
|
379 |
jp_milcent |
142 |
.coel-detail-corps-contenu th{
|
|
|
143 |
font-family:monospace;
|
393 |
jp_milcent |
144 |
border:1px dotted #1C3C78;
|
379 |
jp_milcent |
145 |
padding:5px;
|
|
|
146 |
background-color:#EFF6FF;
|
|
|
147 |
width:25%;}
|
|
|
148 |
.coel-detail-corps-contenu td{
|
|
|
149 |
font-family:sans-serif;
|
|
|
150 |
font-size:80%;
|
393 |
jp_milcent |
151 |
border:1px solid #1C3C78;
|
379 |
jp_milcent |
152 |
padding:5px;
|
|
|
153 |
text-align:left;}
|
393 |
jp_milcent |
154 |
.coel-detail-corps-contenu caption{
|
379 |
jp_milcent |
155 |
font-family:sans-serif;}
|
60 |
jpm |
156 |
/* #------------------------------------------------------------------------------------------------------# */
|
308 |
jp_milcent |
157 |
/* ÎCONES */
|
60 |
jpm |
158 |
/* #------------------------------------------------------------------------------------------------------# */
|
308 |
jp_milcent |
159 |
.no-icone{
|
|
|
160 |
padding:0;}
|
|
|
161 |
.icone-aide{
|
|
|
162 |
background:url(images/icones/aide.png) no-repeat center left !important;}
|
|
|
163 |
.icone-ajouter{
|
|
|
164 |
background:url(images/icones/ajouter.png) no-repeat center left !important;}
|
|
|
165 |
.icone-appli{
|
|
|
166 |
background:url(images/icones/application.png) no-repeat center left !important;}
|
|
|
167 |
.icone-appli-panneau-liste{
|
|
|
168 |
background:url(images/icones/application_panneau_liste.png) no-repeat center left !important;}
|
|
|
169 |
.icone-bascule{
|
|
|
170 |
background:url(images/icones/fleche_bascule.png) no-repeat center left !important;}
|
|
|
171 |
.icone-bel{
|
|
|
172 |
background:url(images/icones/livre_ouvert.png) no-repeat center left !important;}
|
|
|
173 |
.icone-cel{
|
|
|
174 |
background:url(images/icones/images.png) no-repeat center left !important;}
|
|
|
175 |
.icone-connexion{
|
|
|
176 |
background:url(images/icones/connexion.png) no-repeat center left !important;}
|
|
|
177 |
.icone-deconnexion{
|
|
|
178 |
background:url(images/icones/deconnexion.png) no-repeat center left !important;}
|
341 |
jp_milcent |
179 |
.icone-deplier-tout{
|
|
|
180 |
background:url(images/icones/deplier_tout.png) no-repeat center left !important;}
|
308 |
jp_milcent |
181 |
.icone-form-ajouter{
|
|
|
182 |
background:url(images/icones/formulaire_ajouter.png) no-repeat center left !important;}
|
|
|
183 |
.icone-form-modifier{
|
|
|
184 |
background:url(images/icones/formulaire_modifier.png) no-repeat center left !important;}
|
|
|
185 |
.icone-imprimer{
|
|
|
186 |
background:url(images/icones/imprimer.png) no-repeat center left !important;}
|
|
|
187 |
.icone-information{
|
|
|
188 |
background:url(images/icones/information.png) no-repeat center left !important;}
|
|
|
189 |
.icone-modifier{
|
|
|
190 |
background:url(images/icones/formulaire_modifier.png) no-repeat center left !important;}
|
|
|
191 |
.icone-param{
|
|
|
192 |
background:url(images/icones/engrenages.png) no-repeat center left !important;}
|
|
|
193 |
.icone-preference{
|
|
|
194 |
background:url(images/icones/groupe_engrenage.png) no-repeat center left !important;}
|
|
|
195 |
.icone-supprimer{
|
|
|
196 |
background:url(images/icones/supprimer.png) no-repeat center left !important;}
|
|
|
197 |
.icone-table{
|
|
|
198 |
background:url(images/icones/table.png) no-repeat center left !important;}
|
|
|
199 |
.icone-utilisateur{
|
|
|
200 |
background:url(images/icones/utilisateur.png) no-repeat center left !important;}
|
|
|
201 |
.icone-vcard-ajouter{
|
|
|
202 |
background:url(images/icones/vcard_ajouter.png) no-repeat center left !important;}
|
|
|
203 |
.icone-vcard-supprimer{
|
|
|
204 |
background:url(images/icones/vcard_supprimer.png) no-repeat center left !important;}
|
|
|
205 |
.icone-rafraichir{
|
|
|
206 |
background:url(images/icones/rafraichir.png) no-repeat center left !important;}
|
341 |
jp_milcent |
207 |
.icone-replier-tout{
|
|
|
208 |
background:url(images/icones/replier_tout.png) no-repeat center left !important;}
|
308 |
jp_milcent |
209 |
/* #------------------------------------------------------------------------------------------------------#*/
|
|
|
210 |
/* IMAGES */
|
|
|
211 |
/* #------------------------------------------------------------------------------------------------------#*/
|
|
|
212 |
.conteneur-image-centre{
|
360 |
jp_milcent |
213 |
text-align:center;}
|
308 |
jp_milcent |
214 |
.logo-personne{
|
360 |
jp_milcent |
215 |
max-height:250px;}
|
308 |
jp_milcent |
216 |
/* #----------------------------------------------------------------------------------------------------------#*/
|
|
|
217 |
/* PANNEAU PUBLICATION */
|
|
|
218 |
/* #----------------------------------------------------------------------------------------------------------#*/
|
|
|
219 |
.x-formulaire-auteur{
|
360 |
jp_milcent |
220 |
padding-left:100px;}
|
308 |
jp_milcent |
221 |
.x-formulaire-auteur-label{
|
225 |
aurelien |
222 |
padding:3px 0 !important;
|
|
|
223 |
text-align:left;
|
|
|
224 |
clear:left;
|
|
|
225 |
display:block;
|
|
|
226 |
float:left;
|
|
|
227 |
padding:3px 3px 3px 0;
|
|
|
228 |
position:relative;
|
|
|
229 |
width:100px;
|
|
|
230 |
z-index:2;
|
|
|
231 |
font-weight:bold;
|
|
|
232 |
font-family:tahoma,arial,helvetica,sans-serif;
|
|
|
233 |
font-size:12px;
|
|
|
234 |
font-size-adjust:none;
|
|
|
235 |
font-style:normal;
|
|
|
236 |
font-variant:normal;
|
355 |
gduche |
237 |
line-height:normal;}
|
|
|
238 |
/* #----------------------------------------------------------------------------------------------------------#*/
|
360 |
jp_milcent |
239 |
/* AUTRES */
|
355 |
gduche |
240 |
/* #----------------------------------------------------------------------------------------------------------#*/
|
|
|
241 |
#main-button button{
|
|
|
242 |
font-weight:bold;
|
360 |
jp_milcent |
243 |
text-decoration:underline;}
|