Subversion Repositories Applications.annuaire

Rev

Rev 154 | Rev 166 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 154 Rev 163
1
img.icone {
1
img.icone {
2
 
2
 
3
	height:16px;
3
	height:16px;
4
	width:16px;
4
	width:16px;
5
	margin: 5px;
5
	margin: 5px;
6
	border: none;
6
	border: none;
7
}
7
}
8
 
8
 
9
img.icone_moyenne_moins {
9
img.icone_moyenne_moins {
10
 
10
 
11
	height:20px;
11
	height:20px;
12
	width: 20px;
12
	width: 20px;
13
	margin: 5px;
13
	margin: 5px;
14
	border: none;
14
	border: none;
15
}
15
}
16
 
16
 
17
img.icone_moyenne {
17
img.icone_moyenne {
18
 
18
 
19
	height:24px;
19
	height:24px;
20
	width: 24px;
20
	width: 24px;
21
	margin: 5px;
21
	margin: 5px;
22
	border: none;
22
	border: none;
23
}
23
}
24
 
24
 
25
img.icone_grande {
25
img.icone_grande {
26
 
26
 
27
	height:50px;
27
	height:50px;
28
	width:50px;
28
	width:50px;
29
	margin: 5px;
29
	margin: 5px;
30
	border: none;
30
	border: none;
31
}
31
}
32
 
32
 
33
td, th {
33
td, th {
34
	padding: 2px;
34
	padding: 2px;
35
	text-align: center;	
35
	text-align: center;	
36
}
36
}
37
 
37
 
38
label {
38
label {
39
	float: none !important;	
39
	float: none !important;	
40
}
40
}
41
 
41
 
42
a > .icone {
42
a > .icone {
43
 
43
 
44
	text-align:center;
44
	text-align:center;
45
}
45
}
46
 
46
 
47
.texte_centre {
47
.texte_centre {
48
	text-align: center;	
48
	text-align: center;	
49
}
49
}
50
.texte_centre > img {
50
.texte_centre > img {
51
	display:table-cell;	
51
	display:table-cell;	
52
}
52
}
53
 
53
 
54
.premiere_page {
54
.premiere_page {
55
	float:left;
55
	float:left;
56
	margin:5px
56
	margin:5px
57
}
57
}
58
 
58
 
59
.derniere_page {
59
.derniere_page {
60
	float:right;
60
	float:right;
61
	margin:5px;
61
	margin:5px;
62
}
62
}
63
 
63
 
64
#pages {
64
#pages {
65
	margin-left: auto; 
65
	margin-left: auto; 
66
  	margin-right: auto; 
66
  	margin-right: auto; 
67
  	width: 80%;
67
  	width: 80%;
68
  	text-align: center;	
68
  	text-align: center;	
69
}
69
}
70
 
70
 
71
#page_courante a {
71
#page_courante a {
72
	color: #FFD700;
72
	color: #FFD700;
73
}
73
}
74
 
74
 
75
.centre {
75
.centre {
76
	margin-top:10%;	
76
	margin-top:10%;	
77
	margin-left:20%;	
77
	margin-left:20%;
-
 
78
	min-height:500px;	
78
}
79
}
79
 
80
 
80
.gauche {
81
.gauche {
81
	float:left;
82
	float:left;
82
	margin-right: 20px;
83
	margin-right: 20px;
83
}
84
}
84
 
85
 
85
.droite {
86
.droite {
86
	float:right;
87
	float:right;
87
}
88
}
88
 
89
 
89
img {
90
img {
90
	border: none;
91
	border: none;
91
}
92
}
92
 
93
 
93
#avatar {
94
#avatar {
94
	margin-left: 10px;
95
	margin-left: 10px;
95
}
96
}
96
 
97
 
97
.avatar_petit {
98
.avatar_petit {
98
	max-height: 70px;
99
	max-height: 70px;
99
	max-width: 70px;	
100
	max-width: 70px;	
100
}
101
}
101
 
102
 
102
#inscription > div {
103
#inscription > div {
103
	margin-top: 5px;
104
	margin-top: 5px;
104
	margin-bottom: 5px;
105
	margin-bottom: 5px;
105
}
106
}
106
 
107
 
107
#fiche_utilisateur,  {
108
#fiche_utilisateur,  {
108
	background-color:#FAFAFA;
109
	background-color:#FAFAFA;
109
	border:1px solid #F2F2F2;
110
	border:1px solid #F2F2F2;
110
	margin:10px;
111
	margin:10px;
111
	padding-bottom: 10px;
112
	padding-bottom: 10px;
112
}
113
}
113
 
114
 
114
#profil {
115
#profil {
115
	border:1px solid #F2F2F2;
116
	border:1px solid #F2F2F2;
116
	margin:10px;
117
	margin:10px;
117
	padding-bottom: 10px;
118
	padding-bottom: 10px;
118
}
119
}
119
 
120
 
120
.element_profil {
121
.element_profil {
121
	font-size:1.1em;
122
	font-size:1.1em;
122
	font-weight:bold;	
-
 
123
	padding-top: 2px;
123
	padding-top: 2px;
124
	padding-left: 25px;
124
	padding-left: 25px;
125
	padding-bottom: 8px;
125
	padding-bottom: 8px;
126
	color:#666666
126
	color:#000000;
-
 
127
}
-
 
128
 
-
 
129
.valeur_profil {
-
 
130
	font-weight:bold;
127
}
131
}
128
 
132
 
129
#profil, .resume_conteneur {
133
#profil, .resume_conteneur {
130
	border:5px solid #F2F2F2;
134
	border:5px solid #F2F2F2;
131
	margin:10px;
135
	margin:10px;
132
	padding-bottom: 10px;	
136
	padding-bottom: 10px;	
133
}
137
}
134
 
138
 
135
.info_resume {
139
.info_resume {
136
	margin-left:20px;	
140
	margin-left:20px;	
137
}
141
}
138
 
142
 
139
form#recherche {
143
form#recherche {
140
	padding: 10px 0 10px 10px;
144
	padding: 10px 0 10px 10px;
141
}
145
}
142
 
146
 
143
#envoi_message {
147
#envoi_message {
144
	background-color: #FFFFFF;	
148
	background-color: #FFFFFF;	
145
}
149
}
146
 
150
 
147
form#suppression, form#modification, form#blocage {
151
form#suppression, form#modification, form#blocage {
148
	display: inline;
152
	display: inline;
149
	border: none;
153
	border: none;
150
	background-color: inherit
154
	background-color: inherit
151
}
155
}
152
 
156
 
153
form.form_bouton {
157
form.form_bouton {
154
	background-color: none !important;	
158
	background-color: none !important;	
155
	border: none !important;	
159
	border: none !important;	
156
}
160
}
157
 
161
 
158
.conteneur_blocage {
162
.conteneur_blocage {
159
	padding: 0px 10px 10px 10px;	
163
	padding: 0px 10px 10px 10px;	
160
	width: 250px;
164
	width: 250px;
161
	margin: 10px
165
	margin: 10px
162
}
166
}
163
 
167
 
164
.conteneur_bloque {
168
.conteneur_bloque {
165
	border:1px solid #FF6347; 
169
	border:1px solid #FF6347; 
166
	background-color: #FCCCCF;
170
	background-color: #FCCCCF;
167
}
171
}
168
 
172
 
169
.conteneur_non_bloque {
173
.conteneur_non_bloque {
170
	border:1px solid #A6C39E; 
174
	border:1px solid #A6C39E; 
171
	background-color: #D6FCCD;
175
	background-color: #D6FCCD;
172
}
176
}
173
 
177
 
174
ul#liste_orientiation > li {
178
ul#liste_orientiation > li {
175
	margin: 20px	
179
	margin: 20px	
176
}
180
}
177
 
181
 
178
.lien_en_ligne {
182
.lien_en_ligne {
179
	margin-right: 10px	
183
	margin-right: 10px	
180
}
184
}
181
 
185
 
182
.resume_conteneur {
186
.resume_conteneur {
183
	display: block;
187
	display: block;
184
	width: 45%;
188
	width: 45%;
185
	margin-left: 10px;	
189
	margin-left: 10px;	
186
	padding: 0px;
190
	padding: 0px;
187
}
191
}
188
 
192
 
189
.resume {
193
.resume {
190
	width:100%;
194
	width:100%;
191
}
195
}
192
 
196
 
193
.gestion_conteneur {
197
.gestion_conteneur {
194
	width: 80%;
198
	width: 80%;
195
	margin-left: 10px;	
199
	margin-left: 10px;	
196
	padding: 0px;
200
	padding: 0px;
197
}
201
}
198
 
202
 
199
#annuaire_carto, #cartographie {
203
#annuaire_carto, #cartographie {
200
	padding-left:20px;	
204
	padding-left:20px;	
201
}
205
}
202
 
206
 
203
form#envoi_message, form#envoi_message > table {
207
form#envoi_message, form#envoi_message > table {
204
	background-color:#FFFFFF;
208
	background-color:#FFFFFF;
205
	border: none;
209
	border: none;
206
	margin: 2px;
210
	margin: 2px;
207
}
211
}
208
 
212
 
209
textarea#contenu_message {
213
textarea#contenu_message {
210
	width: 90%;	
214
	width: 90%;	
211
}
215
}
212
 
216
 
213
#formulaire_message {
217
#formulaire_message {
214
	background-color:#FAFAEA;
218
	background-color:#FAFAEA;
215
	border:1px solid #F2F2F2; 
219
	border:1px solid #F2F2F2; 
216
	padding: 0px 10px 10px 10px;	
220
	padding: 0px 10px 10px 10px;	
217
	width: 90%;
221
	width: 90%;
218
}
222
}
219
 
223
 
220
#carte_id {
224
#carte_id {
221
	border:5px solid #F2F2F2;
225
	border:5px solid #F2F2F2;
222
	margin:10px;
226
	margin:10px;
223
	padding-bottom: 30px;
227
	padding-bottom: 30px;
224
	width: 500px;
228
	width: 500px;
225
	height: 75px;
229
	height: 75px;
226
}
230
}
227
 
231
 
228
.checkbox_alignee {
232
.checkbox_alignee {
229
	display: inline-block; 
233
	display: inline-block; 
230
	margin: 1px;	
234
	margin: 1px;	
231
}
235
}
232
 
236
 
233
label.label_groupe_checkbox {
237
label.label_groupe_checkbox {
234
	font-weight: normal !important;	
238
	font-weight: normal !important;	
235
}
239
}
236
 
240
 
237
textarea.annuaire {
241
textarea.annuaire {
238
	width: 400px !important;	
242
	width: 400px !important;	
239
	height: 200px !important;
243
	height: 200px !important;
240
}
244
}
241
 
245
 
242
input.date_annuaire {
246
input.date_annuaire {
243
	width: 80px;	
247
	width: 80px;	
244
}
248
}
245
 
249
 
246
.champ_nom {
250
.champ_nom {
247
	height: 50px !important;	
251
	height: 50px !important;	
248
}
252
}
249
 
253
 
250
#form_connexion #label_memoriser {
254
#form_connexion #label_memoriser {
251
	display: inline;
255
	display: inline;
-
 
256
}
-
 
257
 
-
 
258
#fiche_privee {
-
 
259
	background-color:#EBCC77;
-
 
260
	border:1px solid #E4B842;
-
 
261
}
-
 
262
 
-
 
263
#texte_profil_prive {
-
 
264
 
-
 
265
	vertical-align:top;
-
 
266
	width:100%;	
-
 
267
	text-align:center;
-
 
268
}
-
 
269
 
-
 
270
#fiche_privee img {
-
 
271
	margin-top: -3px;	
252
}
272
}
253
273