Subversion Repositories ALCASAR

Rev

Rev 647 | Go to most recent revision | Details | 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
3
	Auteur : St?phane ERARD
4
	Licence : GNU GPL
5
 
6
*/
7
 
8
 
9
/* r?gles g?n?rales */
10
 
11
/* Couleurs de polices */
12
:link, :visited, :hover:link, :hover:visited  {
13
	color: #000000;
14
}
15
BODY {
16
	color: #666666;
17
}
18
 
19
/* Style de police */
20
 
21
BODY, :link, :visited, :hover:link, :hover:visited  {
22
	font-family: "DejaVu Sans";
23
}
24
 
25
 
26
/*Couleurs de fond */
27
 
28
BODY {
29
	background-color: #666;
30
}
31
 
32
 
33
/* R?gles des balises HTML */
34
 
35
P {
36
	text-align: justify;
37
}
38
 
39
BODY {
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
 
47
TABLE {
48
	font-size: 90%;
49
}
50
IMG {
51
	height: 150px;
52
}
53
 
54
/*Boite de dialogue de deconnection*/
55
 
56
#page {
57
	width: 540px;
58
	margin: 12px auto;
59
}
60
 
61
 
62
#block_pass {
63
	background-color: white;
64
	width: 500px;
65
	margin: 15px;
66
	padding: 15px;
67
/* ombrage css3*/
68
 
69
	-moz-box-shadow: 0px 0px 12px #000; 
70
	-webkit-box-shadow: 0px 0px 12px #000;
71
	box-shadow: 0px 0px 12px #000;
72
}
73
#block_pass SPAN {
74
	float: left;
75
	font-size: 80%;
76
	margin-top: 5px;
77
}
78
 
79
#titre_pass {
80
	font-size: 20px;
81
}
82
 
83
#btn_pass {
84
	cursor: pointer;
85
	float: right;
86
	margin-top: 20px;
87
	height: 30px;
88
	width: 180px;
89
	border: none;
90
	background: #666 url(../images/bg.png) 0 0 repeat-x;
91
	font-weight: bold;
92
/* ombrage css3*/
93
 
94
	-moz-box-shadow: 6px 6px 8px #000; 
95
	-webkit-box-shadow: 6px 6px 8px #000;
96
	box-shadow: 6px 6px 8px #000;
97
}
98
 
99
#btn_pass:hover {
100
	background-color: red;
101
 
102
/* ombrage css3*/
103
 
104
	-moz-box-shadow: 6px 6px 6px #000; 
105
	-webkit-box-shadow: 6px 6px 6px #000;
106
	box-shadow: 6px 6px 6px #000;
107
}
108
 
109
#champs_pass {
110
	border: 1px solid #666;
111
	width: 100%;
112
	background-color: #ffffe0;
113
}
114
 
115
#champs_pass TD {
116
	padding: 4px;
117
}
118
 
119
#champs_pass TD INPUT {
120
	border: 1px solid #aaa;
121
	width: 185px;
122
}
123
 
124
TD.first_item {
125
	background-color: #d0ddb0;
126
	text-align: center;
127
	width: 300px;
128
}
129
.lien_deco {
130
	text-align: center;
131
	font-size: 18px;
132
	margin-bottom: 15px;
133
}
134
.log_out {
135
	font-size: 24px;
136
	text-align: center;
137
	margin-top: 30px;
138
}