Subversion Repositories Applications.gtt

Rev

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

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