Subversion Repositories Applications.projet

Rev

Rev 2 | Rev 375 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 319
Line 1... Line 1...
1
/*
1
/*
2
 +----------------------------------------------------------------------------+
2
 +----------------------------------------------------------------------------+
3
 | projets.css                                                                |
3
 | projets.css                                                                |
4
 +----------------------------------------------------------------------------+
4
 +----------------------------------------------------------------------------+
5
 | Copyright (c) 2004 Tela Botanica                                           |
5
 | Copyright (c) 2004 Tela Botanica                                           |
6
 +----------------------------------------------------------------------------+
6
 +----------------------------------------------------------------------------+
7
 | Feuille de style specifique a l'application projet de Tela Botanica        |
7
 | Feuille de style specifique a l'application projet de Tela Botanica        |
8
 +----------------------------------------------------------------------------+
8
 +----------------------------------------------------------------------------+
9
 | Auteur : Tamara LE BOURG <tamara@tela-botanica.org>                        |
9
 | Auteur : Tamara LE BOURG <tamara@tela-botanica.org>                        |
10
 |          Alexandre Granier <alexandre@tela-botanica.org>                   |
10
 |          Alexandre Granier <alexandre@tela-botanica.org>                   |
11
 +----------------------------------------------------------------------------+
11
 +----------------------------------------------------------------------------+
12
*/
12
*/
-
 
13
 
-
 
14
 
-
 
15
#texte {
-
 
16
  max-width:850px;
-
 
17
}
-
 
18
.liste_projet li {
-
 
19
 padding:8px;
-
 
20
 list-style-type:none;
-
 
21
 
-
 
22
 }
-
 
23
 
-
 
24
#precedent, #suivant {
-
 
25
  border:1px solid black;
-
 
26
  padding: 3px 4px 3px 4px;
-
 
27
  margin: 3px;
-
 
28
  background-image: none;
-
 
29
}
-
 
30
 
-
 
31
#precedent a, #suivant a {
-
 
32
  text-decoration:none;
-
 
33
  background-image:none;
-
 
34
}
-
 
35
#precedent:before {content: "<< ";}
-
 
36
#suivant:after {content: " >>";}
-
 
37
.nombre_message {
-
 
38
  font-size:14px;
-
 
39
  color: #ad5a40;
-
 
40
}
-
 
41
 
-
 
42
#precedent:hover, #suivant:hover {background-color:#eddbd6;}
-
 
43
#bouton_repondre {float:none;display:inline;}
-
 
44
.mois {background-color:#eddbd6;padding:3px;
-
 
45
text-align:center;}
-
 
46
#petit_calendrier table {border:1px solid black;}
-
 
47
#petit_calendrier th {background-color:#ad5a40;color:white;padding:2px;}
-
 
48
.col_annee {font-weight:bold;}
-
 
49
 
-
 
50
 
-
 
51
.liste_projet li:hover {
-
 
52
 background-color:#F5F5F5;
-
 
53
}
-
 
54
.liste_projet a, .liste_projet h1 {
-
 
55
 background-color:transparent;
-
 
56
}
-
 
57
 
-
 
58
 ul.liste_projet {max-width:700px;margin-left:0px;padding-left:0px;}
-
 
59
 .liste_projet h1{font-size:15px;padding-top:0px;margin-top:0px}
-
 
60
 .liste_projet a {color:blue;}
-
 
61
 .projet_activite_elevee {color:red;}
-
 
62
 .projet_activite_moyenne {color:green;}
-
 
63
 .projet_activite_faible {color:blue;}
-
 
64
 
-
 
65
#projet_theme h1{
-
 
66
 background:none;
-
 
67
 color:black;
-
 
68
}
-
 
69
.pager {
-
 
70
 width:100%;max-width:600px;
-
 
71
 text-align:center;
-
 
72
 margin:10px 0 10px 0;
-
 
73
}
-
 
74
 
-
 
75
.pager .page_courante, .pager a {
-
 
76
 border:1px solid black;
-
 
77
 padding:3px 4px 3px 4px;
-
 
78
 margin:3px;
-
 
79
 background-image:none;
-
 
80
}
-
 
81
.pager .page_courante {
-
 
82
 background-color:#eddbd6;
-
 
83
 background-image:none;
-
 
84
}
-
 
85
.pager a:hover {
-
 
86
 background-color:#eddbd6;
-
 
87
 background-image:none;
-
 
88
}
-
 
89
 
-
 
90
.projet_recherche  {
-
 
91
 margin-bottom:5px;
-
 
92
}
-
 
93
.projet_recherche fieldset {border:0px;}
-
 
94
.notes input {
-
 
95
  border:1px solid #ad5a40;
-
 
96
  background-color:#eddbd6;
-
 
97
}
-
 
98
#projet_recherche_submit {
-
 
99
  text-align:center;
-
 
100
  margin:5px;
-
 
101
}
-
 
102
 
-
 
103
#projet_range {display:inline;}
-
 
104
#projet_choix_mode {display:inline;width:100%;text-align:right;}
-
 
105
#projet_range .nombre {font-weight:bold;}
-
 
106
#cartouche_liste_projet {width:100;margin-left:40px;padding:8px;}
-
 
107
 
-
 
108
table.table_cadre {display:block;max-width:620px;}
-
 
109
.table_cadre a.tri_bas {
-
 
110
  background: url("/client/projet/images/icon_sort_dwn.gif") no-repeat left;
-
 
111
  padding: 0 0 0 10px;
-
 
112
  color:white;
-
 
113
}
-
 
114
.table_cadre a.tri_haut {
-
 
115
  background: url("/client/projet/images/icon_sort_up.gif") no-repeat left;
-
 
116
  padding: 0 0 0 10px;
-
 
117
  color:white;
-
 
118
}
-
 
119
.table_cadre a.tri_sans {
-
 
120
  background: url("/client/projet/images/icon_sort.gif") no-repeat left;
-
 
121
  padding: 0 0 0 10px;
-
 
122
  color:white;
-
 
123
}
-
 
124
 
-
 
125
#table_projet {max-width:100%;width:100%}
-
 
126
 
-
 
127
#projet_bloc_action {
-
 
128
border:0px solid black;
-
 
129
  margin-bottom:10px;
-
 
130
  margin-left:15px;
-
 
131
  width:720px;
-
 
132
}
-
 
133
#projet_bloc_action img {
-
 
134
float:left;
-
 
135
}
-
 
136
 
-
 
137
#projet_bloc_action h2 {
-
 
138
 clear:none;
-
 
139
}
-
 
140
#projet_lien_inscription {
-
 
141
  height:53px;
-
 
142
  width:300px;
-
 
143
  padding:0;margin:0;
-
 
144
  border:1px solid black;
-
 
145
  text-decoration:none;
-
 
146
  display:block;
-
 
147
  float:left;
-
 
148
  background-color:#ede7d8;
-
 
149
}
-
 
150
#projet_lien_inscription a {
-
 
151
  padding:0;
-
 
152
  width:100%;
-
 
153
  display:block;
-
 
154
  float:left;
-
 
155
  text-decoration:none;
-
 
156
  color:black;
-
 
157
  background-image:none;
-
 
158
}
-
 
159
 
-
 
160
 
-
 
161
#projet_ou {
-
 
162
  text-align:center;
-
 
163
  float:left;
-
 
164
  width:80px;
-
 
165
  font:bold 17px arial;
-
 
166
  color:#ad5a40;
-
 
167
  margin:20px 50px 10px 20px;
-
 
168
}
-
 
169
 
-
 
170
 
-
 
171
#projet_lien_inscription span:hover, #projet_lien_login span:hover {color:darkgrey;}
-
 
172
 
-
 
173
#projet_lien_login {
-
 
174
  background-color:#ede7d8;
-
 
175
  width:250px;
-
 
176
  height:53px;
-
 
177
  overflow:hidden;
-
 
178
  border:1px solid black;
-
 
179
  float:right;
-
 
180
}
-
 
181
 
-
 
182
#projet_lien_login a {
-
 
183
  cursor:pointer;
-
 
184
  padding:0;
-
 
185
  width:250px;
-
 
186
  display:block;
-
 
187
  text-decoration:none;
-
 
188
  background-image: none;
-
 
189
  float:left;
-
 
190
}
-
 
191
#projet_lien_login span, #projet_lien_inscription span {
-
 
192
  margin:15px 0 0 10px;
-
 
193
  font:bold 17px Arial, sans-serif;
-
 
194
  display:block;
-
 
195
  float:left;
-
 
196
  color:black;
-
 
197
}
-
 
198
 
-
 
199
#projet_lien_login p {
-
 
200
margin:50px 5px 0 5px;
-
 
201
font:normal 13px/15px Arial;
-
 
202
}
-
 
203
 
-
 
204
#projet_lien_login form {
-
 
205
margin:45px 20px 0 15px;
-
 
206
font-weight:bold;
-
 
207
}
-
 
208
#projet_lien_login label {
-
 
209
font-weight:bold;
-
 
210
}
-
 
211
#projet_lien_login input {
-
 
212
  display:block;
-
 
213
  margin-bottom:6px;
-
 
214
  width:100%;
-
 
215
}
-
 
216
#projet_lien_login input[type="submit"] {
-
 
217
width:35px;margin:auto;
-
 
218
text-align:center;
-
 
219
} 
-
 
220
#projet_lien_login input[type="checkbox"] {
-
 
221
width:15px;
-
 
222
float:right;
-
 
223
} 
-
 
224
 
-
 
225
#projet_lien_login:hover {
-
 
226
}
-
 
227
 
-
 
228
 
-
 
229
#laius_inscription {
-
 
230
  color:#005500;
-
 
231
  font-weight:bold;
-
 
232
  line-height:5px;
-
 
233
}
-
 
234
 
-
 
235
#form_connexion2 fieldset {border:0;}
-
 
236
#form_connexion2 legend {display:none;}
-
 
237
#persistant2 {width:10px;}
-
 
238
 
-
 
239
 /** Les petits bouton */
-
 
240
 .projet_bouton_action {
-
 
241
 }
-
 
242
 .projet_bouton_action:hover {
-
 
243
  background-color:#c38673;
-
 
244
 }
-
 
245
 
-
 
246
.projet_bouton_action a {
-
 
247
 display:block;
-
 
248
 float:left;
-
 
249
 margin:0 7px 0 0;
-
 
250
 background-color:#f5f5f5;
-
 
251
 border:1px solid #dedede;
-
 
252
 border-top:1px solid #eee;
-
 
253
 border-left:1px solid #eee;
-
 
254
 font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
-
 
255
 font-size:100%;
-
 
256
 line-height:130%;
-
 
257
 text-decoration:none;
-
 
258
 font-weight:bold;
-
 
259
 color:#565656;
-
 
260
 cursor:pointer;
-
 
261
 padding:5px 10px 6px 7px; /* Links */
-
 
262
 background-image:none;
-
 
263
 }
-
 
264
 
-
 
265
 
-
 
266
.projet_bouton_inline {display:inline;}
-
 
267
 
-
 
268
.projet_bouton_inline a {
-
 
269
 display:inline;
-
 
270
 
-
 
271
 margin:0 7px 0 0;
-
 
272
 background-color:#f5f5f5;
-
 
273
 border:1px solid #dedede;
-
 
274
 border-top:1px solid #eee;
-
 
275
 border-left:1px solid #eee;
-
 
276
 font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
-
 
277
 font-size:100%;
-
 
278
 line-height:130%;
-
 
279
 text-decoration:none;
-
 
280
 font-weight:bold;
-
 
281
 color:#565656;
-
 
282
 cursor:pointer;
-
 
283
 padding:5px 10px 6px 7px; /* Links */
-
 
284
 background-image:none;
-
 
285
 }
-
 
286
  
-
 
287
 
-
 
288
.projet_bouton_action a img, .projet_bouton_inline a img {
-
 
289
  margin:0 3px -3px 0 !important;
-
 
290
  padding:0;
-
 
291
  border:none;
-
 
292
  width:16px;
-
 
293
  height:16px;
-
 
294
}
-
 
295
.projet_bouton_action a:hover, .projet_bouton_inline a:hover{
-
 
296
  background-color:#dff4ff;
-
 
297
  border:1px solid #c2e1ef;
-
 
298
  color:#336699;
-
 
299
}
-
 
300
 
-
 
301
.projet_bouton_action a:active{
-
 
302
  background-color:#6299c5;
-
 
303
  border:1px solid #6299c5;
-
 
304
  color:#fff;
-
 
305
}
-
 
306
 
-
 
307
/*#bouton_cross {float:right;}*/