Subversion Repositories Applications.gtt

Rev

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

Rev 48 Rev 73
1
@CHARSET "ISO-8859-1";
1
@CHARSET "ISO-8859-1";
2
/* GTT VERSION 4 */
2
/* GTT VERSION 4 */
3
/*Le corps du site*/
3
/*Le corps du site*/
4
body {
4
body {
5
	background-color:#EEFFEE;
5
	background-color:#EEFFEE;
6
	color:#000000;
6
	color:#000000;
7
	font-family:verdana, arial, helvetica, sans-serif;
7
	font-family:verdana, arial, helvetica, sans-serif;
8
	font-size:0.8em;}
8
	font-size:0.8em;}
9
a {
9
a {
10
	color:#781007;
10
	color:#781007;
11
	text-decoration:none;
11
	text-decoration:none;
12
	font-weight:bold;}
12
	font-weight:bold;}
13
a:hover{
13
a:hover{
14
	background-color:#eff4fa;
14
	background-color:#eff4fa;
15
	color:#036;}
15
	color:#036;}
16
/* Presentation des informations */
16
/* Presentation des informations */
17
.information{
17
.information{
18
	margin: 0 25% 0 25%;
18
	margin: 0 25% 0 25%;
19
	text-align:center;
19
	text-align:center;
20
	font-size:1.2em;
20
	font-size:1.2em;
21
	line-height:1.5em;
21
	line-height:1.5em;
22
	font-weight:bold;
22
	font-weight:bold;
23
	color:white;
23
	color:white;
24
	background:#74C054;
24
	background:#74C054;
25
	border-color:red;
25
	border-color:red;
26
	border-width:4px;
26
	border-width:4px;
27
	border-style:outset;}
27
	border-style:outset;}
28
/* Presentation des formulaires */
28
/* Presentation des formulaires */
29
form ul li {
29
form ul li {
30
	list-style-type:none;}
30
	list-style-type:none;}
31
/* Presentation des listes de definitions */
31
/* Presentation des listes de definitions */
32
dl {width:100%;}
32
dl {width:100%;}
33
dt {
33
dt {
34
	float:left;
34
	float:left;
35
	font-weight: bold;
35
	font-weight: bold;
36
	line-height:1.1em;
36
	line-height:1.1em;
37
	text-align:top left;
37
	text-align:top left;
38
	margin-right:0.3em;}
38
	margin-right:0.3em;}
39
dd {
39
dd {
40
	width:auto;
40
	width:auto;
41
	margin-left:0;
41
	margin-left:0;
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:" : ";}
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;}