49 |
jpm |
1 |
/** Les CSS de l'application COEL */
|
10 |
jpm |
2 |
|
49 |
jpm |
3 |
* {
|
60 |
jpm |
4 |
margin: 0px;
|
|
|
5 |
padding: 0px;}
|
10 |
jpm |
6 |
|
60 |
jpm |
7 |
/* #------------------------------------------------------------------------------------------------------# */
|
|
|
8 |
/* CHARGEMENT APPLICATION */
|
|
|
9 |
/* #------------------------------------------------------------------------------------------------------# */
|
49 |
jpm |
10 |
#loading {
|
60 |
jpm |
11 |
position: absolute;
|
|
|
12 |
left: 45%;
|
|
|
13 |
top: 40%;
|
|
|
14 |
margin-left: -45px;
|
|
|
15 |
padding: 2px;
|
|
|
16 |
z-index: 20001;
|
|
|
17 |
height: auto;
|
125 |
jpm |
18 |
border: 1px solid #ccc;
|
|
|
19 |
width:400px;}
|
49 |
jpm |
20 |
#loading a {
|
60 |
jpm |
21 |
color: #225588;}
|
49 |
jpm |
22 |
#loading .loading-indicator {
|
60 |
jpm |
23 |
background: white;
|
|
|
24 |
color: #444;
|
|
|
25 |
font: bold 13px tahoma, arial, helvetica;
|
|
|
26 |
padding: 10px;
|
|
|
27 |
margin: 0;
|
|
|
28 |
height: auto;}
|
49 |
jpm |
29 |
#loading .loading-indicator img {
|
60 |
jpm |
30 |
margin-right:8px;
|
|
|
31 |
float:left;
|
|
|
32 |
vertical-align:top;}
|
|
|
33 |
#loading-msg {
|
|
|
34 |
font: normal 10px arial, tahoma, sans-serif;}
|
66 |
jpm |
35 |
/* #------------------------------------------------------------------------------------------------------# */
|
|
|
36 |
/* GÉNÉRAL */
|
|
|
37 |
/* #------------------------------------------------------------------------------------------------------# */
|
125 |
jpm |
38 |
.attention {
|
|
|
39 |
font:bold 14px;
|
|
|
40 |
color:red;}
|
60 |
jpm |
41 |
/* #------------------------------------------------------------------------------------------------------# */
|
|
|
42 |
/* ENTÊTE */
|
|
|
43 |
/* #------------------------------------------------------------------------------------------------------# */
|
|
|
44 |
#coel-entete {
|
66 |
jpm |
45 |
color:white;
|
60 |
jpm |
46 |
height:100px;
|
|
|
47 |
background:#1E4176 url(images/bg/hd-bg.png) repeat-x scroll 0pt;
|
|
|
48 |
border:0pt none;
|
|
|
49 |
padding-left:3px;}
|
|
|
50 |
#coel-titre {
|
|
|
51 |
font-family:tahoma, arial, sans-serif;
|
|
|
52 |
font-size:16px;
|
|
|
53 |
font-size-adjust:none;
|
|
|
54 |
font-stretch:normal;
|
|
|
55 |
font-style:normal;
|
|
|
56 |
font-variant:normal;
|
|
|
57 |
font-weight:normal;
|
|
|
58 |
line-height:normal;
|
66 |
jpm |
59 |
padding:0 0 8 6px;}
|
|
|
60 |
#coel-identification{
|
|
|
61 |
float:right;
|
|
|
62 |
margin:2 5 0 0px}
|
60 |
jpm |
63 |
/* #------------------------------------------------------------------------------------------------------# */
|
66 |
jpm |
64 |
/* AIDE */
|
|
|
65 |
/* #------------------------------------------------------------------------------------------------------# */
|
|
|
66 |
#coel-id-pano-aide{
|
|
|
67 |
font-size: 11px;
|
|
|
68 |
margin:5px;}
|
|
|
69 |
/* #------------------------------------------------------------------------------------------------------# */
|
60 |
jpm |
70 |
/* PANNEAU DÉTAIL */
|
|
|
71 |
/* #------------------------------------------------------------------------------------------------------# */
|
|
|
72 |
.coel-detail {
|
|
|
73 |
height: 55px;
|
|
|
74 |
background-color: #ddd;
|
|
|
75 |
border-bottom: 1px solid silver;}
|
|
|
76 |
.coel-detail h1 {
|
|
|
77 |
font-weight: bold;
|
|
|
78 |
font-size: 12px;
|
|
|
79 |
padding: 5 0 2 5px;}
|
|
|
80 |
.coel-detail h2 {
|
|
|
81 |
font-size: 11px;
|
|
|
82 |
font-weight: normal;
|
|
|
83 |
padding: 0 5 0 5px;}
|
|
|
84 |
.coel-detail h3 {
|
|
|
85 |
font-size: 11px;
|
|
|
86 |
font-weight: normal;
|
|
|
87 |
padding: 0 5 5 5px;}
|
|
|
88 |
.coel-detail-body {
|
|
|
89 |
padding: 12px;}
|
|
|
90 |
/* Liste de définition : style provenant de pompage.net : http://pompage.net/pompe/listesdefinitions/ */
|
|
|
91 |
dl.hb_affichage_tabulaire {
|
|
|
92 |
width: 61em;}
|
|
|
93 |
.hb_affichage_tabulaire dt {
|
|
|
94 |
width: 20em;
|
|
|
95 |
float: left;
|
|
|
96 |
margin: 0;
|
|
|
97 |
padding: .2em;}
|
|
|
98 |
/* hack de commentaire avec un antislash pour ie5 mac \*/
|
|
|
99 |
dt {
|
|
|
100 |
clear: both;}
|
|
|
101 |
/* end hack */
|
|
|
102 |
.hb_affichage_tabulaire dd {
|
|
|
103 |
float: left;
|
|
|
104 |
z-index:1;
|
|
|
105 |
width: 40em;
|
|
|
106 |
margin: 0;
|
|
|
107 |
padding: .2em;}
|
|
|
108 |
h2, .parent, .hb_espace, .hb_ligne {
|
|
|
109 |
clear: both;}
|
|
|
110 |
.hb_titre_en_ligne {
|
|
|
111 |
display: inline;
|
|
|
112 |
padding-top: 1em;}
|
|
|
113 |
#hb_renseignement_admin{
|
|
|
114 |
max-width:650px;
|
|
|
115 |
float:left;}
|
|
|
116 |
#hb_logo {
|
|
|
117 |
float:right;}
|
|
|
118 |
dt, label {
|
|
|
119 |
font-weight: bold;}
|
|
|
120 |
form ul {
|
|
|
121 |
list-style-type: none;}
|
|
|
122 |
.hb_img_icone {
|
|
|
123 |
border:0;
|
|
|
124 |
width:9px;
|
|
|
125 |
height:9px;}
|
|
|
126 |
.hb_img_fermer {
|
|
|
127 |
border:0;
|
|
|
128 |
width:9px;
|
|
|
129 |
height:9px;}
|
|
|
130 |
.hb_ligne {
|
|
|
131 |
border: .2em dotted;
|
|
|
132 |
width:4em;}
|
|
|
133 |
.hb_plier_deplier td{
|
|
|
134 |
padding:0;
|
|
|
135 |
margin:0;
|
|
|
136 |
text-align:left;
|
|
|
137 |
height:12px;
|
|
|
138 |
border-width:0;}
|
|
|
139 |
.hb_arborescence td{
|
|
|
140 |
padding:0;
|
|
|
141 |
margin: -5px 0 0 0;
|
|
|
142 |
text-align:left;
|
|
|
143 |
vertical-align:top;
|
|
|
144 |
border-width:0;}
|
|
|
145 |
.pair{
|
|
|
146 |
background-color: #FAD2C6;}
|
|
|
147 |
|
|
|
148 |
/* #------------------------------------------------------------------------------------------------------# */
|
|
|
149 |
/* ÎCONES */
|
|
|
150 |
/* #------------------------------------------------------------------------------------------------------# */
|
69 |
jpm |
151 |
.icone-aide {
|
|
|
152 |
background: url(images/icones/aide.png) no-repeat center left !important;}
|
60 |
jpm |
153 |
.icone-ajouter {
|
|
|
154 |
background: url(images/icones/ajouter.png) no-repeat center left !important;}
|
69 |
jpm |
155 |
.icone-appli {
|
|
|
156 |
background: url(images/icones/application.png) no-repeat center left !important;}
|
|
|
157 |
.icone-appli-panneau-liste {
|
|
|
158 |
background: url(images/icones/application_panneau_liste.png) no-repeat center left !important;}
|
|
|
159 |
.icone-bascule {
|
|
|
160 |
background: url(images/icones/fleche_bascule.png) no-repeat center left !important;}
|
|
|
161 |
.icone-bel {
|
103 |
jpm |
162 |
background: url(images/icones/livre_ouvert.png) no-repeat center left !important;}
|
69 |
jpm |
163 |
.icone-cel {
|
103 |
jpm |
164 |
background: url(images/icones/images.png) no-repeat center left !important;}
|
69 |
jpm |
165 |
.icone-connexion {
|
|
|
166 |
background: url(images/icones/connexion.png) no-repeat center left !important;}
|
|
|
167 |
.icone-deconnexion {
|
|
|
168 |
background: url(images/icones/deconnexion.png) no-repeat center left !important;}
|
|
|
169 |
.icone-form-ajouter {
|
103 |
jpm |
170 |
background: url(images/icones/formulaire_ajouter.png) no-repeat center left !important;}
|
69 |
jpm |
171 |
.icone-form-modifier {
|
103 |
jpm |
172 |
background: url(images/icones/formulaire_modifier.png) no-repeat center left !important;}
|
69 |
jpm |
173 |
.icone-imprimer {
|
103 |
jpm |
174 |
background: url(images/icones/imprimer.png) no-repeat center left !important;}
|
69 |
jpm |
175 |
.icone-information {
|
103 |
jpm |
176 |
background: url(images/icones/information.png) no-repeat center left !important;}
|
60 |
jpm |
177 |
.icone-modifier {
|
69 |
jpm |
178 |
background: url(images/icones/formulaire_modifier.png) no-repeat center left !important;}
|
|
|
179 |
.icone-param {
|
|
|
180 |
background: url(images/icones/engrenages.png) no-repeat center left !important;}
|
|
|
181 |
.icone-preference {
|
|
|
182 |
background: url(images/icones/groupe_engrenage.png) no-repeat center left !important;}
|
60 |
jpm |
183 |
.icone-supprimer {
|
103 |
jpm |
184 |
background: url(images/icones/supprimer.png) no-repeat center left !important;}
|
|
|
185 |
.icone-table {
|
|
|
186 |
background: url(images/icones/table.png) no-repeat center left !important;}
|
69 |
jpm |
187 |
.icone-utilisateur {
|
103 |
jpm |
188 |
background: url(images/icones/utilisateur.png) no-repeat center left !important;}
|
|
|
189 |
.icone-vcard-ajouter {
|
|
|
190 |
background: url(images/icones/vcard_ajouter.png) no-repeat center left !important;}
|
|
|
191 |
.icone-vcard-supprimer {
|
|
|
192 |
background: url(images/icones/vcard_supprimer.png) no-repeat center left !important;}
|