Subversion Repositories Applications.gtt

Rev

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

Rev 93 Rev 97
1
/*
1
/*
2
	Design by Free CSS Templates
2
	Design by Free CSS Templates
3
	http://www.freecsstemplates.org
3
	http://www.freecsstemplates.org
4
	Released for free under a Creative Commons Attribution 2.5 License
4
	Released for free under a Creative Commons Attribution 2.5 License
5
	Contributor for GTT : Jean-Pascal MILCENT <jpm@tela-botanica.org>
5
	Contributor for GTT : Jean-Pascal MILCENT <jpm@tela-botanica.org>
6
*/
6
*/
7
/* Basic */
7
/* Basic */
8
* {
8
* {
9
	margin:0em;
9
	margin:0em;
10
	padding:0em;}
10
	padding:0em;}
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;
22
	line-height:1.1em;
22
	line-height:1.1em;
23
	text-align:top left;
23
	text-align:top left;
24
	margin-right:0.3em;}
24
	margin-right:0.3em;}
25
dd {
25
dd {
26
	width:auto;
26
	width:auto;
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;}
30
 
30
 
31
/* Presentation des formulaires */
31
/* Presentation des formulaires */
32
form.editer{
32
form.editer{
33
	padding:0 0 1em 0;}
33
	padding:0 0 1em 0;}
34
form ul li{
34
form ul li{
35
	list-style-type:none;}
35
	list-style-type:none;}
36
form label{
36
form label{
37
	font-weight:bold;}
37
	font-weight:bold;}
38
legend{
38
legend{
39
	font-size:1.1em;
39
	font-size:1.1em;
40
	font-weight:bold;
40
	font-weight:bold;
41
	text-transform:uppercase;
41
	text-transform:uppercase;
42
	color: #5D5F53;}
42
	color: #5D5F53;}
43
 
43
 
44
/* Présentation générale des tableaux */
44
/* Présentation générale des tableaux */
45
table{border:1px dotted black;}
45
table{border:1px dotted black;}
46
th{
46
th{
47
	background-color:#486300;
47
	background-color:#486300;
48
	color:white;}
48
	color:white;}
49
td{text-align:center;}
49
td{text-align:center;}
50
tr.pair{background-color: #F1F2E7;}
50
tr.pair{background-color: #F1F2E7;}
51
caption{margin-top:1em;}
51
caption{margin-top:1em;}
-
 
52
 
-
 
53
/* Présentation d'icones*/
-
 
54
a.ext:after {
-
 
55
content: " "url(../../images/icones/lien_externe.png);}
52
 
56
 
53
/*Présentation des bulles d'aide */
57
/*Présentation des bulles d'aide */
54
*[title]:after {content:" "url(images/help_view_16x16.gif);}
58
*[title]:after {content:" "url(images/help_view_16x16.gif);}
55
 
59
 
56
/* Zone entête */
60
/* Zone entête */
57
#zone_entete{
61
#zone_entete{
58
	background-image: url('images/a2.gif');
62
	background-image: url('images/a2.gif');
59
	background-position: bottom left;
63
	background-position: bottom left;
60
	padding-left: 40px;
64
	padding-left: 40px;
61
	padding-top: 45px;}
65
	padding-top: 45px;}
62
#zone_entete h1{
66
#zone_entete h1{
63
	text-transform:uppercase;
67
	text-transform:uppercase;
64
	font-size:1.6em;
68
	font-size:1.6em;
65
	color:white;}
69
	color:white;}
66
#zone_entete a{
70
#zone_entete a{
67
	position: relative;
71
	position: relative;
68
	top:-0.3em;
72
	top:-0.3em;
69
	color:#E8EFC2;
73
	color:#E8EFC2;
70
	font-weight:normal;
74
	font-weight:normal;
71
	font-size:1.1em;
75
	font-size:1.1em;
72
	text-transform:lowercase;}
76
	text-transform:lowercase;}
73
 
77
 
74
/* Zone menu */
78
/* Zone menu */
75
#zone_menu h3{
79
#zone_menu h3{
76
	margin:0.5em 0 0 0;}
80
	margin:0.5em 0 0 0;}
77
#zone_menu li{
81
#zone_menu li{
78
	font-size: 1.1em;
82
	font-size: 1.1em;
79
	font-weight: bold;
83
	font-weight: bold;
80
	text-decoration: none;
84
	text-decoration: none;
81
	margin-right: 0em;}
85
	margin-right: 0em;}
82
#zone_menu li a{
86
#zone_menu li a{
83
	display:block;
87
	display:block;
84
	font-size: 0.8em;
88
	font-size: 0.8em;
85
	font-weight: bold;
89
	font-weight: bold;
86
	color: #5D5F53;
90
	color: #5D5F53;
87
	text-decoration: none;
91
	text-decoration: none;
88
	margin-right: 1em;}
92
	margin-right: 1em;}
89
#zone_menu li a:hover{
93
#zone_menu li a:hover{
90
	background-color: #6B7E09;
94
	background-color: #6B7E09;
91
	color:white;}
95
	color:white;}
92
 
96
 
93
/* Zone tronc */
97
/* Zone tronc */
94
#zone_tronc{
98
#zone_tronc{
95
	padding: 0 15px 1em 15px;
99
	padding: 0 15px 1em 15px;
96
	line-height: 1.6em;
100
	line-height: 1.6em;
97
	background: url('images/a4.gif') repeat-x top left;}
101
	background: url('images/a4.gif') repeat-x top left;}
98
#zone_tronc h2,#zone_tronc h3{
102
#zone_tronc h2,#zone_tronc h3{
99
	text-transform:uppercase;}
103
	text-transform:uppercase;}
100
 
104
 
101
 
105
 
102
/* Zone gauche */
106
/* Zone gauche */
103
#zone_gauche{
107
#zone_gauche{
104
	padding: 0 1.5em 1.5em 0.5em;}
108
	padding: 0 1.5em 1.5em 0.5em;}
105
#zone_gauche h2, #zone_gauche h3{
109
#zone_gauche h2, #zone_gauche h3{
106
	color: #5D5F53;
110
	color: #5D5F53;
107
	border-bottom: dotted 1px #ECEEDF;
111
	border-bottom: dotted 1px #ECEEDF;
108
	margin-bottom:0;}
112
	margin-bottom:0;}
109
#zone_gauche hr{margin-bottom: 0.5em;}
113
#zone_gauche hr{margin-bottom: 0.5em;}
110
 
114
 
111
/* Zone centre */
115
/* Zone centre */
112
#zone_centre{
116
#zone_centre{
113
	padding: 0;}
117
	padding: 0;}
114
#zone_centre h2,h3,h4,h5,h6{
118
#zone_centre h2,h3,h4,h5,h6{
115
	margin-bottom:1em;
119
	margin-bottom:1em;
116
	text-transform:uppercase;}
120
	text-transform:uppercase;}
117
#zone_centre p{
121
#zone_centre p{
118
	margin-bottom: 1.5em;}
122
	margin-bottom: 1.5em;}
119
#zone_centre ul{
123
#zone_centre ul{
120
	margin-bottom: 1.5em;
124
	margin-bottom: 1.5em;
121
	padding-left: 1em;}
125
	padding-left: 1em;}
122
 
126
 
123
/* Zone droite */
127
/* Zone droite */
124
#zone_droite h3, #zone_droite h3{
128
#zone_droite h3, #zone_droite h3{
125
	background: url('images/a1.gif') no-repeat;
129
	background: url('images/a1.gif') no-repeat;
126
	width: 185px;
130
	width: 185px;
127
	height: 27px;
131
	height: 27px;
128
	font-size: 1.0em;
132
	font-size: 1.0em;
129
	font-weight: bold;
133
	font-weight: bold;
130
	padding-left: 15px;
134
	padding-left: 15px;
131
	padding-top: 5px;
135
	padding-top: 5px;
132
	color: #5D5F53;}
136
	color: #5D5F53;}
133
 
137
 
134
/* Zone pied */
138
/* Zone pied */
135
#zone_pied{
139
#zone_pied{
136
	background: url('images/a4.gif') repeat-x top left;
140
	background: url('images/a4.gif') repeat-x top left;
137
	border-top: solid 1px #D0D4BB;
141
	border-top: solid 1px #D0D4BB;
138
	padding: 2.0em 3.5em 3.0em 3.5em;
142
	padding: 2.0em 3.5em 3.0em 3.5em;
139
	font-size: 0.8em;}
143
	font-size: 0.8em;}
140
/*------------------------------------------*/
144
/*------------------------------------------*/
141
/*Spécial Appli GTT*/	
145
/*Spécial Appli GTT*/	
142
#info,.information{
146
#info,.information{
143
	background-image: url('images/a3.gif');
147
	background-image: url('images/a3.gif');
144
	background-repeat: repeat-x;
148
	background-repeat: repeat-x;
145
	background-position: bottom left;
149
	background-position: bottom left;
146
	padding: 0.5em;}
150
	padding: 0.5em;}
147
/* Presentation des informations */
151
/* Presentation des informations */
148
.information{
152
.information{
149
	text-align:center;
153
	text-align:center;
150
	font-weight:bold;
154
	font-weight:bold;
151
	border:2px solid red;}
155
	border:2px solid red;}
152
/*Formulaires*/
156
/*Formulaires*/
153
.symbole_obligatoire{
157
.symbole_obligatoire{
154
	font-size:1em;
158
	font-size:1em;
155
	font-weight:bold;
159
	font-weight:bold;
156
	color:red;}
160
	color:red;}
157
/*Liste de définition*/
161
/*Liste de définition*/
158
.ajout_2_points dt:after {content:" : ";}
162
.ajout_2_points dt:after {content:" : ";}
159
.ajout_2_points dt[title]:after {content:" "url(images/help_view_16x16.gif)" : ";}
163
.ajout_2_points dt[title]:after {content:" "url(images/help_view_16x16.gif)" : ";}
160
/* Le calendrier */
164
/* Le calendrier */
161
.calendrier {
165
.calendrier {
162
	font-family:verdana, arial, helvetica, sans-serif;
166
	font-family:verdana, arial, helvetica, sans-serif;
163
	font-size:0.9em;}
167
	font-size:0.9em;}
164
.calendrier table {background-color: silver;}
168
.calendrier table {background-color: silver;}
165
.calendrier table td {text-align: center;}
169
.calendrier table td {text-align: center;}
166
.calendrier caption {font-weight: bold;}
170
.calendrier caption {font-weight: bold;}
167
.categorie,.totaux_titre {
171
.categorie,.totaux_titre {
168
	font-size:1.6em;
172
	font-size:1.6em;
169
	text-align:left !important;
173
	text-align:left !important;
170
	padding:1px;
174
	padding:1px;
171
	margin:0 0.2em;}
175
	margin:0 0.2em;}
172
.projet {
176
.projet {
173
	font-weight:bold;
177
	font-weight:bold;
174
	width:300px;}
178
	width:300px;}
175
.utilisateur{
179
.utilisateur{
176
	width:75px;
180
	width:75px;
177
	text-align:center;
181
	text-align:center;
178
	background:white;}
182
	background:white;}
179
.jour_courrant {
183
.jour_courrant {
180
	color:#BB0000;
184
	color:#BB0000;
181
	background-color:yellow;
185
	background-color:yellow;
182
	border:2px outset #74C054;}
186
	border:2px outset #74C054;}
183
.jour_ferie {
187
.jour_ferie {
184
	background-color:red;
188
	background-color:red;
185
	border-width:2px outset #74C054;}
189
	border-width:2px outset #74C054;}
186
.jour_we {
190
.jour_we {
187
	color:black;
191
	color:black;
188
	background-color: #F1F2E7;
192
	background-color: #F1F2E7;
189
	border-width:2px outset #74C054;}
193
	border-width:2px outset #74C054;}
190
.jour_vide {
194
.jour_vide {
191
	color:white;
195
	color:white;
192
	background-color: grey;}
196
	background-color: grey;}
193
/* Tableau identification */
197
/* Tableau identification */
194
#connexion{border:0;}
198
#connexion{border:0;}
195
#connexion td{
199
#connexion td{
196
	width:50%;}
200
	width:50%;}
197
/* Tableau stats*/
201
/* Tableau stats*/
198
tr.categories,tr.absences{
202
tr.categories,tr.absences{
199
	height:1em;
203
	height:1em;
200
	font-size:1.2em;
204
	font-size:1.2em;
201
	text-align:left !important;
205
	text-align:left !important;
202
	padding:1px;
206
	padding:1px;
203
	margin:0 0.2em;
207
	margin:0 0.2em;
204
	background-image: url('images/a2.gif');}
208
	background-image: url('images/a2.gif');}
205
#tab_tps_w_mensuel_salarie{
209
#tab_tps_w_mensuel_salarie{
206
	width:100%;}
210
	width:100%;}
207
.entete{width:250px;}
211
.entete{width:250px;}
208
#navigation{text-align:center;}
212
#navigation{text-align:center;}
209
#navigation p{margin:0;}
213
#navigation p{margin:0;}
210
#form_utilisateur label{
214
#form_utilisateur label{
211
	display:inline;
215
	display:inline;
212
	float:none;
216
	float:none;
213
	min-width:0;
217
	min-width:0;
214
	font-weight:normal;}
218
	font-weight:normal;}