Subversion Repositories Applications.gtt

Rev

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

Rev 76 Rev 89
Line 11... Line 11...
11
body {
11
body {
12
	font-family:"trebuchet ms", sans-serif;
12
	font-family:"trebuchet ms", sans-serif;
13
	color:#555555;
13
	color:#555555;
14
	font-size:11pt;}
14
	font-size:11pt;}
15
a{
15
a{
16
	color: #669911;}
16
	color: #669911;}
17
/* Presentation des listes de definitions */
17
/* Presentation des listes de definitions */
18
dl {width:100%;}
18
dl {width:100%;}
19
dt {
19
dt {
20
	float:left;
20
	float:left;
21
	font-weight: bold;
21
	font-weight: bold;
Line 27... Line 27...
27
	margin-left:0;
27
	margin-left:0;
28
	line-height:1.1em;
28
	line-height:1.1em;
29
	margin:0.5em 0;}
29
	margin:0.5em 0;}
Line 30... Line 30...
30
 
30
 
-
 
31
/* Presentation des formulaires */
-
 
32
form.editer{
31
/* Presentation des formulaires */
33
	padding:0 0 1em 0;}
32
form ul li{
34
form ul li{
33
	list-style-type:none;}
35
	list-style-type:none;}
34
form label{
36
form label{
-
 
37
	font-weight:bold;}
-
 
38
legend{
-
 
39
	font-size:1.1em;
-
 
40
	font-weight:bold;
-
 
41
	text-transform:uppercase;
-
 
42
	color: #5D5F53;}
-
 
43
 
-
 
44
/* Présentation générale des tableaux */
-
 
45
table{
-
 
46
	border:1px dotted black;}
-
 
47
th{
-
 
48
	background-color:#486300;
-
 
49
	color:white;}
-
 
50
td{
-
 
51
	text-align:center;}
-
 
52
tr.pair{
Line 35... Line 53...
35
	font-weight:bold;}
53
	background-color: #F1F2E7;}
36
 
54
 
Line 37... Line 55...
37
/*Présentation des bulles d'aide */
55
/*Présentation des bulles d'aide */
Line 132... Line 150...
132
.information{
150
.information{
133
	text-align:center;
151
	text-align:center;
134
	font-weight:bold;
152
	font-weight:bold;
135
	border:2px solid red;}
153
	border:2px solid red;}
136
/*Formulaires*/
154
/*Formulaires*/
137
form ul
-
 
138
.symbole_obligatoire{
155
.symbole_obligatoire{
139
	font-size:1em;
156
	font-size:1em;
140
	font-weight:bold;
157
	font-weight:bold;
141
	color:red;}
158
	color:red;}
142
/*Liste de définition*/
159
/*Liste de définition*/
Line 167... Line 184...
167
	background-color:yellow;
184
	background-color:yellow;
168
	border:2px outset #74C054;}
185
	border:2px outset #74C054;}
169
.jour_ferie {
186
.jour_ferie {
170
	background-color:red;
187
	background-color:red;
171
	border-width:2px outset #74C054;}
188
	border-width:2px outset #74C054;}
172
.jour_vide {color:white;}	
-
 
173
189
.jour_vide {color:white;}
-
 
190
/* Tableau */
-
 
191
tr.categories,tr.absences{
-
 
192
	height:1em;
-
 
193
	font-size:1.2em;
-
 
194
	text-align:left !important;
-
 
195
	padding:1px;
-
 
196
	margin:0 0.2em;
-
 
197
	background-image: url('images/a2.gif');}
-
 
198
td.absences_titre,td.categories_titre{
-
 
199
	width:30%;}
-
 
200