Subversion Repositories Applications.gtt

Rev

Go to most recent revision | Details | 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;}
16
 
17
/* Presentation des listes de definitions */
18
dl {width:100%;}
19
dt {
20
	float:left;
21
	font-weight: bold;
22
	line-height:1.1em;
23
	text-align:top left;
24
	margin-right:0.3em;}
25
dd {
26
	width:auto;
27
	margin-left:0;
28
	line-height:1.1em;
29
	margin:0.5em 0;}
30
.ajout_2_points dt:after {content:" : ";}
31
 
32
/* Le calendrier */
33
#calendrier {
34
		font-family:verdana, arial, helvetica, sans-serif;
35
		font-size:1.1em;}
36
#calendrier table {background-color: silver;}
37
#calendrier table td {text-align: center;}
38
#calendrier caption {font-weight: bold;}
39
#calendrier .categorie, .totaux_titre {
40
		font-size:1.6em;
41
		text-align:left;
42
		padding:1px;
43
		margin-top:0;
44
		margin-bottom:0;}
45
#calendrier .projet {
46
		text-align:left;
47
		font-weight:bold;}
48
.jour_courrant {
49
		color:#BB0000;
50
		background-color:yellow;
51
		border-color:#74C054;
52
		border-width:2px;
53
		border-style:outset;}
54
.jour_ferie {
55
	background-color:red;
56
		border-color:#74C054;
57
		border-width:2px;
58
		border-style:outset;}
59
.jour_vide {color:white;}