Subversion Repositories ALCASAR

Rev

Rev 2003 | Rev 2766 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
509 richard 1
/* 	
2
	Feuille de style pour les pages d'interceptions cot? utilisateurs d'ALCASAR
2241 tom.houday 3
	Auteur : Stéphane ERARD
509 richard 4
	Licence : GNU GPL
5
 
6
*/
7
 
8
 
2241 tom.houday 9
/* règles générales */
509 richard 10
 
11
/* Couleurs de polices */
2241 tom.houday 12
:link, :visited, :hover:link, :hover:visited, h1  {
509 richard 13
	color: #000000;
14
}
2241 tom.houday 15
body {
509 richard 16
	color: #666666;
17
}
18
 
19
/* Style de police */
20
 
2241 tom.houday 21
body, :link, :visited, :hover:link, :hover:visited  {
509 richard 22
	font-family: "DejaVu Sans";
23
}
24
 
25
 
2241 tom.houday 26
/* Couleurs de fond */
509 richard 27
 
2241 tom.houday 28
body {
509 richard 29
	background-color: #666;
30
}
31
 
32
 
2241 tom.houday 33
/* Règles des balises HTML */
509 richard 34
 
2241 tom.houday 35
p {
509 richard 36
	text-align: justify;
37
}
38
 
2241 tom.houday 39
body {
509 richard 40
	background-image: url(../images/fond.png);
41
	background-repeat: repeat-x;
42
	text-align: center;
43
	font-size: 12px;
44
	margin: 0px;
45
}
46
 
2241 tom.houday 47
table {
647 richard 48
/*	font-size: 90%;*/
509 richard 49
}
2241 tom.houday 50
img {
509 richard 51
	height: 150px;
52
}
53
 
2241 tom.houday 54
/* Boite de dialogue de deconnection */
509 richard 55
 
56
#page {
647 richard 57
	width: 590px;
509 richard 58
	margin: 12px auto;
59
}
60
 
647 richard 61
#pass_chg {
62
	position: relative;
63
}
509 richard 64
 
2241 tom.houday 65
#pass_chg img {
647 richard 66
	position: relative;
67
	float: left;
68
	top: -60px;
69
	left: -50px;
70
}
71
 
72
#pass_chg_content {
73
	position: relative;
74
	float: left;
75
	top: -40px;
76
	width: 100%;
77
}
78
 
79
#lien_pass {
80
	font-size: 50%;
81
	text-align: right;
82
}
83
 
84
#info_pass {
85
	visibility: hidden;
86
	position: absolute;
87
	top: -1500px;
88
/*	background-color: white;
89
	width: 500px;
90
 
91
	margin: 30px;
92
	padding: 15px;
93
 ombrage css3
94
 
95
	-moz-box-shadow: 0px 0px 12px #000; 
96
	-webkit-box-shadow: 0px 0px 12px #000;
97
	box-shadow: 0px 0px 12px #000;*/
98
 
99
}
100
 
509 richard 101
#block_pass {
647 richard 102
	position: relative;
509 richard 103
	background-color: white;
104
	width: 500px;
647 richard 105
	height: 345px;
106
	margin: 30px;
509 richard 107
	padding: 15px;
108
/* ombrage css3*/
109
 
110
	-moz-box-shadow: 0px 0px 12px #000; 
111
	-webkit-box-shadow: 0px 0px 12px #000;
112
	box-shadow: 0px 0px 12px #000;
113
}
2241 tom.houday 114
#block_pass span {
509 richard 115
	float: left;
116
	margin-top: 5px;
117
}
118
 
119
#titre_pass {
120
	font-size: 20px;
121
}
122
 
647 richard 123
#btn_pass, #btn_retour {
509 richard 124
	float: right;
125
	margin-top: 20px;
647 richard 126
}
509 richard 127
 
647 richard 128
#btn_pass {
2003 raphael.pi 129
	margin-right: 10px;
509 richard 130
}
131
 
647 richard 132
#btn_retour {
2003 raphael.pi 133
	margin-right: 60px;
647 richard 134
}
135
 
509 richard 136
#btn_pass:hover {
137
}
138
 
139
#champs_pass {
647 richard 140
	margin: auto;
2241 tom.houday 141
	padding-top: 50px;
142
	padding-right: 20px;
509 richard 143
}
144
 
2241 tom.houday 145
#champs_pass td {
509 richard 146
	padding: 4px;
147
}
148
 
2241 tom.houday 149
#champs_pass td input {
509 richard 150
	border: 1px solid #aaa;
647 richard 151
	width: 195px;
509 richard 152
}
153
 
2241 tom.houday 154
td.first_item {
647 richard 155
	text-align: right;
2003 raphael.pi 156
	width: 100px;
509 richard 157
}
158
.lien_deco {
159
	text-align: center;
160
	font-size: 18px;
161
	margin-bottom: 15px;
162
}
163
.log_out {
164
	font-size: 24px;
165
	text-align: center;
166
	margin-top: 30px;
167
}
647 richard 168
.btn_form {
169
	cursor: pointer;
170
	height: 26px;
171
	width: 130px;
172
	border: none;
173
	background: #999 url(../images/bg.png) 0 0 repeat-x;
174
	font-weight: bold;
175
 
176
/* ombrage css3*/
177
 
178
	-moz-box-shadow: 2px 2px 2px #000; 
179
	-webkit-box-shadow: 2px 2px 2px #000;
180
	box-shadow: 2px 2px 2px #000;
181
}
182
.btn_form:hover {
183
	background-color: red;
184
 
185
/* ombrage css3*/
186
 
187
	-moz-box-shadow: 2px 2px 2px #666; 
188
	-webkit-box-shadow: 2px 2px 2px #666;
189
	box-shadow: 2px 2px 2px #666;
190
}
2003 raphael.pi 191