Subversion Repositories Applications.gtt

Rev

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

Rev 48 Rev 73
Line 42... Line 42...
42
	line-height:1.1em;
42
	line-height:1.1em;
43
	margin:0.5em 0;}
43
	margin:0.5em 0;}
44
.ajout_2_points dt:after {content:" : ";}
44
.ajout_2_points dt:after {content:" : ";}
Line 45... Line 45...
45
 
45
 
46
/* Le calendrier */
46
/* Le calendrier */
47
#calendrier {
47
.calendrier {
48
		font-family:verdana, arial, helvetica, sans-serif;
48
	font-family:verdana, arial, helvetica, sans-serif;
49
		font-size:1.1em;}
49
	font-size:1.1em;}
50
#calendrier table {background-color: silver;}
50
.calendrier table {background-color: silver;}
51
#calendrier table td {text-align: center;}
51
.calendrier table td {text-align: center;}
52
#calendrier caption {font-weight: bold;}
52
.calendrier caption {font-weight: bold;}
53
#calendrier .categorie, .totaux_titre {
53
.calendrier .categorie, .totaux_titre {
54
		font-size:1.6em;
54
	font-size:1.6em;
55
		text-align:left;
55
	text-align:left;
56
		padding:1px;
56
	padding:1px;
57
		margin-top:0;
57
	margin-top:0;
58
		margin-bottom:0;}
58
	margin-bottom:0;}
59
#calendrier .projet {
59
.calendrier .projet {
60
		text-align:left;
60
	text-align:left;
61
		font-weight:bold;}
61
	font-weight:bold;}
62
.jour_courrant {
62
.jour_courrant {
63
		color:#BB0000;
63
	color:#BB0000;
64
		background-color:yellow;
64
	background-color:yellow;
65
		border-color:#74C054;
65
	border-color:#74C054;
66
		border-width:2px;
66
	border-width:2px;
67
		border-style:outset;}
67
	border-style:outset;}
68
.jour_ferie {
68
.jour_ferie {
69
	background-color:red;
69
	background-color:red;
70
		border-color:#74C054;
70
	border-color:#74C054;
71
		border-width:2px;
71
	border-width:2px;
72
		border-style:outset;}
72
	border-style:outset;}
73
.jour_vide {color:white;}
73
.jour_vide {color:white;}