1 |
/** |
2 |
* |
3 |
* |
4 |
* @package openfoncier |
5 |
* @version SVN : $Id$ |
6 |
*/ |
7 |
|
8 |
/* |
9 |
* Logo |
10 |
*/ |
11 |
#jqueryui #logo span.logo { width:158px; height:50px; background-image: url("../img/logo.png");margin:0px;background-repeat: no-repeat; display: block; text-indent: -9999px; } |
12 |
#header { background-image: url("../img/bg-header.png"); } |
13 |
#formulaire .ui-tabs-selected.ui-state-active a { color:#2270C3; } |
14 |
|
15 |
/* |
16 |
* Menu |
17 |
*/ |
18 |
#menu li.elem.ui-state-focus { background-color:#2270C3; background-image: none; font-weight: normal; } |
19 |
#menu li.elem.category:hover { background-color: #E2E2E2; } |
20 |
.rubrik { text-transform: capitalize; } |
21 |
#menu h3 a { margin-left: 5px; background-image: none; } |
22 |
|
23 |
/* |
24 |
* |
25 |
*/ |
26 |
div.message.ui-state-transparent { |
27 |
background-color: transparent; |
28 |
padding: 0; |
29 |
border: 0 none; |
30 |
} |
31 |
|
32 |
/*recherchedossier*/ |
33 |
td.fd_rechdossier{background:#ffffff;} |
34 |
td.fd_haut_rechdossier{background-color:#ffffff;} |
35 |
td.fd_bas_rechdossier{background-color:transparent;height:10px;} |
36 |
td.formLibelle{padding: 0 5px 0 15px ;} |
37 |
|
38 |
/**/ |
39 |
#adv-search-adv-fields .field-type-select, |
40 |
#adv-search-adv-fields .field-type-text, |
41 |
#adv-search-adv-fields .bloc.intervaldate { |
42 |
float:left; |
43 |
width: 210px; |
44 |
} |
45 |
#adv-search-adv-fields .field-type-select div.form-libelle, |
46 |
#adv-search-adv-fields .field-type-text div.form-libelle, |
47 |
#adv-search-adv-fields .bloc.intervaldate div.bloc-titre { |
48 |
display: block; |
49 |
font-weight: bold; |
50 |
padding: 0; |
51 |
} |
52 |
#adv-search-adv-fields .field-type-select div.form-content, |
53 |
#adv-search-adv-fields .field-type-text div.form-content { |
54 |
display: block; |
55 |
padding: 3px; |
56 |
height: 20px; |
57 |
} |
58 |
#adv-search-adv-fields .field-type-select div.form-content select, |
59 |
#adv-search-adv-fields .field-type-text div.form-content input { |
60 |
width:90%; |
61 |
} |
62 |
#adv-search-adv-fields .bloc.intervaldate .field-type-date { |
63 |
float:none; |
64 |
padding: 3px; |
65 |
} |
66 |
#adv-search-adv-fields .bloc.intervaldate .field-type-date div.form-libelle { |
67 |
display: table-cell; |
68 |
} |
69 |
#adv-search-adv-fields .bloc.intervaldate .field-type-date div.form-content { |
70 |
height: 20px; |
71 |
} |
72 |
|
73 |
#menu li.elem.subtitle { padding:3px 10px; background-color: #E2E2E2; font-weight: bold;} |
74 |
#menu li.elem.subtitle:hover {background-color: #E2E2E2;} |
75 |
|
76 |
.consultation_non_lue, |
77 |
.non_lu { |
78 |
font-weight: bold; |
79 |
} |
80 |
.field-ser-them { |
81 |
display : inline-block; |
82 |
} |
83 |
.ser-them{ |
84 |
height:150px; |
85 |
width: 100%; |
86 |
} |
87 |
.list-ser-them, .button-ser-them, .list-sel-ser-them { |
88 |
float: left; |
89 |
} |
90 |
.list-ser-them, .list-sel-ser-them{ |
91 |
background-color: #FFFFFF; |
92 |
border : solid 2px #999; |
93 |
width: 40%; |
94 |
height : 125px; |
95 |
overflow : auto; |
96 |
cursor: pointer; |
97 |
} |
98 |
.list-ser-them { |
99 |
} |
100 |
.button-ser-them { |
101 |
width: 15%; |
102 |
height : 150px; |
103 |
list-style-type: none; |
104 |
} |
105 |
.button-ser-them ul{ |
106 |
text-align: center; |
107 |
list-style-type: none; |
108 |
} |
109 |
.button-ser-them li{ |
110 |
margin-top: 25px; |
111 |
} |
112 |
.list-sel-ser-them { |
113 |
overflow : auto; |
114 |
} |
115 |
|
116 |
|
117 |
.liste_gauche_service{ |
118 |
padding-left: 30px; |
119 |
display: block; |
120 |
line-height: 1.3; |
121 |
} |
122 |
.liste_gauche_service:hover, .liste_gauche_them:hover, .liste_droite_service:hover { |
123 |
background-color:#999999; |
124 |
color: #fff; |
125 |
} |
126 |
.liste_gauche_them, .liste_droite_title { |
127 |
background-color: #E2E2E2; |
128 |
border-top: 1px solid #CDCDCD; |
129 |
font-weight: bold; |
130 |
margin: 0 1px 0 0; |
131 |
padding: 2px; |
132 |
} |
133 |
.liste_gauche_service input[type=checkbox] { |
134 |
display: none; |
135 |
} |
136 |
.list-ser-them .liste_gauche_service_selected, .list-sel-ser-them .liste_droite_service_selected { |
137 |
background-color:#999999; |
138 |
color: #fff; |
139 |
} |
140 |
.list-sel-ser-them-title { |
141 |
font-weight: bold; |
142 |
} |
143 |
div.row { |
144 |
float: left; |
145 |
width: 100%; |
146 |
} |
147 |
div.cell1 { |
148 |
float: left; |
149 |
width: 72.5%; |
150 |
} |
151 |
div.cell2 { |
152 |
float: left; |
153 |
width: 25%; |
154 |
} |
155 |
.lu-16 { |
156 |
background-image: url("../img/lu-16x16.png"); |
157 |
} |
158 |
.transferer-16 { |
159 |
background-image: url("../img/tb_fleche.png"); |
160 |
} |
161 |
.rediger-16 { |
162 |
background-image: url("../img/rediger-16x16.png"); |
163 |
} |
164 |
.search-petitionnaire-16 { |
165 |
background-image: url("../img/search-16x16.png"); |
166 |
} |
167 |
.mut-add-16 { |
168 |
background-image: url("../img/mut-add-16x16.png"); |
169 |
} |
170 |
#portlet-actions .om-icon-16.om-icon-fix { |
171 |
display: inline; |
172 |
} |
173 |
ul.document_list { |
174 |
border: none; |
175 |
list-style: none; |
176 |
margin-bottom: 10px; |
177 |
|
178 |
} |
179 |
li.document_list_date { |
180 |
background-color: #B0E0E6; |
181 |
|
182 |
} |
183 |
li.document_list_name { |
184 |
background-color: #FAFAD2; |
185 |
} |
186 |
ul.document_list li { |
187 |
border-bottom: dotted grey 1px; |
188 |
padding:2px; |
189 |
padding-left:10px; |
190 |
} |
191 |
#advs_export { |
192 |
float: right; |
193 |
margin-right: 20px; |
194 |
padding: 5px 0; |
195 |
} |
196 |
|
197 |
.libelle-more_petitionnaire, #morelineReferenceCadastrale, .moreFieldReferenceCadastrale, .om-form-button{ |
198 |
cursor: pointer; |
199 |
} |
200 |
|
201 |
.enjeu_erp-16 { background-image: url("../img/enjeu-erp-16x16.png"); } |
202 |
.enjeu_urba-16 { background-image: url("../img/enjeu-urba-16x16.png"); } |
203 |
|
204 |
/* CSS des type de consultation */ |
205 |
.tab-tab tr.consultation-avec-avis-attendu td{ |
206 |
|
207 |
} |
208 |
.tab-tab tr.consultation-pour-information td{ |
209 |
background-color: lightgrey; |
210 |
} |
211 |
.tab-tab tr.consultation-pour-conformite td{ |
212 |
background-color: #FFF56B; |
213 |
} |
214 |
.om-form-button{ |
215 |
background-repeat: no-repeat; |
216 |
padding-left: 18px; |
217 |
margin: 1px; |
218 |
} |
219 |
.select_multiple_static{ |
220 |
list-style: none; |
221 |
} |
222 |
.ui-tabs-nav li>a#dossier_autorisation, .tab-tab tr.tabDADI td{ |
223 |
background-color: #fee71b; |
224 |
} |