Subversion Repositories Applications.gtt

Rev

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

Rev 10 Rev 11
Line 192... Line 192...
192
    border-style:       dotted;
192
    border-style:       dotted;
193
    width:              40%;
193
    width:              40%;
194
    float:              left;
194
    float:              left;
195
}
195
}
Line 196... Line -...
196
 
-
 
197
/*ID pour la div contenant le calendrier*/
-
 
198
#calendrier {
-
 
199
    text-align:         center;
-
 
200
    font-family:        verdana, arial, helvetica, sans-serif;
-
 
201
    font-size:          1.1em;
-
 
202
    color:              #BB0000;
-
 
203
}
-
 
204
 
196
 
205
/*ID pour la div contenant la navigation dans le calendrier du menu travail*/
197
/*ID pour la div contenant la navigation dans le calendrier du menu travail*/
206
#navigation_calendrier_travail {
198
#navigation_calendrier_travail {
207
    text-align:              center;
199
    text-align:              center;
Line 214... Line 206...
214
 
206
 
215
#non_remplie {
207
#non_remplie {
216
    color:              #BB0000;
208
    color:              #BB0000;
Line -... Line 209...
-
 
209
}
217
}
210
 
-
 
211
/* GTT VERSION 4 */
-
 
212
/* presentation des listes de definitions */
218
 
213
dl {width:100%;}
219
/*ID pour la div contenant le jour courant dans le calendrier*/
214
dt {
-
 
215
	float:left;
220
#jourcourant {
216
	font-weight: bold;
221
    color:              #BB0000;
217
	line-height:1.1em;
-
 
218
	text-align:top left;
-
 
219
	margin-right:0.3em;}
-
 
220
dd {
222
    background-color:   #FFFFFF;
221
	width:auto;
-
 
222
	margin-left:0;
223
    border-color:       #74C054;
223
	line-height:1.1em;
224
    border-width:       4px;
224
	margin:0.5em 0;}
-
 
225
.ajout_2_points dt:after {content:" : ";}
-
 
226
 
-
 
227
#calendrier {
225
    border-style:       outset;
228
    font-family:verdana, arial, helvetica, sans-serif;
226
}
-
 
227
#calendrier table {background-color: silver;}
-
 
228
.selected {
-
 
229
    background-color: yellow;
-
 
230
}
-
 
231
.empty {
-
 
232
    color: white;
229
    font-size:1.1em;}
-
 
230
#calendrier table {background-color: silver;}
-
 
231
#calendrier table td {text-align: center;}
-
 
232
#calendrier caption {font-weight: bold;}
-
 
233
#calendrier .categorie {
-
 
234
    font-size:1.6em;
-
 
235
    text-align:left;
-
 
236
    padding:1px;
-
 
237
    margin-top:0;
-
 
238
    margin-bottom:0;}
-
 
239
#calendrier .projet {
-
 
240
    text-align:left;
-
 
241
    font-weight:bold;}
-
 
242
.jour_courrant {
-
 
243
    color:#BB0000;
-
 
244
    background-color:yellow;
-
 
245
    border-color:#74C054;
-
 
246
    border-width:2px;
-
 
247
    border-style:outset;}
-
 
248
.jour_ferie {
-
 
249
	background-color:red;
-
 
250
    border-color:#74C054;
-
 
251
    border-width:2px;
-
 
252
    border-style:outset;}
233
}
253
.jour_vide {color:white;}