Subversion Repositories Applications.gtt

Rev

Rev 73 | 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 */
73 jpm 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;}
75 jpm 53
.categorie,.totaux_titre {
73 jpm 54
	font-size:1.6em;
75 jpm 55
	text-align:left !important;
73 jpm 56
	padding:1px;
57
	margin-top:0;
58
	margin-bottom:0;}
75 jpm 59
.projet {
73 jpm 60
	text-align:left;
75 jpm 61
	font-weight:bold;
62
	width:300px;}
63
.utilisateur{
64
	width:75px;
65
	text-align:center;
66
	background:white;}
20 jpm 67
.jour_courrant {
73 jpm 68
	color:#BB0000;
69
	background-color:yellow;
70
	border-color:#74C054;
71
	border-width:2px;
72
	border-style:outset;}
20 jpm 73
.jour_ferie {
74
	background-color:red;
73 jpm 75
	border-color:#74C054;
76
	border-width:2px;
77
	border-style:outset;}
75 jpm 78
.jour_vide {color:white;}
79
 
80
/*Formulaires*/
81
.symbole_obligatoire{color:red;}