Subversion Repositories Applications.gtt

Rev

Rev 20 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 jpm 1
@CHARSET "ISO-8859-1";
2
/* GTT VERSION 4 */
3
/*Le corps du site*/
4
body {
5
	background-color:#EEFFEE;
6
	color:#000000;
7
	font-family:verdana, arial, helvetica, sans-serif;
8
	font-size:0.8em;}
9
a {
10
	color:#781007;
11
	text-decoration:none;
12
	font-weight:bold;}
13
a:hover{
14
	background-color:#eff4fa;
15
	color:#036;}
48 jpm 16
/* Presentation des informations */
17
.information{
18
	margin: 0 25% 0 25%;
19
	text-align:center;
20
	font-size:1.2em;
21
	line-height:1.5em;
22
	font-weight:bold;
23
	color:white;
24
	background:#74C054;
25
	border-color:red;
26
	border-width:4px;
27
	border-style:outset;}
28
/* Presentation des formulaires */
29
form ul li {
30
	list-style-type:none;}
20 jpm 31
/* Presentation des listes de definitions */
32
dl {width:100%;}
33
dt {
34
	float:left;
35
	font-weight: bold;
36
	line-height:1.1em;
37
	text-align:top left;
38
	margin-right:0.3em;}
39
dd {
40
	width:auto;
41
	margin-left:0;
42
	line-height:1.1em;
43
	margin:0.5em 0;}
44
.ajout_2_points dt:after {content:" : ";}
45
 
46
/* Le calendrier */
47
#calendrier {
48
		font-family:verdana, arial, helvetica, sans-serif;
49
		font-size:1.1em;}
50
#calendrier table {background-color: silver;}
51
#calendrier table td {text-align: center;}
52
#calendrier caption {font-weight: bold;}
53
#calendrier .categorie, .totaux_titre {
54
		font-size:1.6em;
55
		text-align:left;
56
		padding:1px;
57
		margin-top:0;
58
		margin-bottom:0;}
59
#calendrier .projet {
60
		text-align:left;
61
		font-weight:bold;}
62
.jour_courrant {
63
		color:#BB0000;
64
		background-color:yellow;
65
		border-color:#74C054;
66
		border-width:2px;
67
		border-style:outset;}
68
.jour_ferie {
69
	background-color:red;
70
		border-color:#74C054;
71
		border-width:2px;
72
		border-style:outset;}
73
.jour_vide {color:white;}