Subversion Repositories ALCASAR

Rev

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

Rev Author Line No. Line
2172 tom.houday 1
/*
509 richard 2
	Feuille de style pour les pages d'interceptions coté utilisateurs d'ALCASAR
3
	Auteur : Stéphane ERARD
475 stephane 4
	Licence : GNU GPL
5
*/
6
 
7
 
509 richard 8
/* règles générales */
475 stephane 9
 
10
/* Couleurs de polices */
509 richard 11
:link, :visited, :hover:link, :hover:visited  {
12
	color: #000000;
475 stephane 13
}
2172 tom.houday 14
body {
509 richard 15
	color: #666666;
475 stephane 16
}
17
 
18
/* Style de police */
19
 
2172 tom.houday 20
body, :link, :visited, :hover:link, :hover:visited  {
509 richard 21
	font-family: "DejaVu Sans";
475 stephane 22
}
23
 
509 richard 24
 
475 stephane 25
/*Couleurs de fond */
26
 
2172 tom.houday 27
body {
509 richard 28
	background-color: #666666;
475 stephane 29
}
30
 
31
 
509 richard 32
/* Règles des balises HTML */
475 stephane 33
 
2172 tom.houday 34
p {
509 richard 35
	text-align: justify;
475 stephane 36
}
37
 
2172 tom.houday 38
body {
509 richard 39
	background-image: url(/images/fond.png);
40
	background-repeat: repeat-x;
41
	text-align: center;
42
	font-size: 12px;
43
	margin: 0px;
475 stephane 44
}
509 richard 45
 
2172 tom.houday 46
table {
509 richard 47
	font-size: 90%;
475 stephane 48
}
2172 tom.houday 49
img {
509 richard 50
	height: 150px;
475 stephane 51
}
52
 
509 richard 53
/*Boite de dialogue de deconnection*/
475 stephane 54
 
509 richard 55
#statusPage, #loggedOutPage {
56
	width: 450px;
57
	margin: 12px auto;
475 stephane 58
}
59
 
509 richard 60
#Chilli {
61
	width: 450px;
62
	margin: 10px auto 10px auto;
475 stephane 63
}
64
 
737 franck 65
#auth_reussi, #errorTable, #statusTable, #waitTable, #disconnectTable  {
509 richard 66
	width: 450px;
67
	padding-top: 5px;
68
	padding-left: 10px;
69
	padding-right: 10px;
70
	padding-bottom: 0px;
475 stephane 71
}
737 franck 72
#auth_reussi {
73
	margin-top: 12px;
74
}
475 stephane 75
.text_auth {
509 richard 76
	font-size: 20px;
475 stephane 77
}
734 richard 78
.text_auth_welcom {
79
	font-size: 16px;
80
}
737 franck 81
.text_auth, .text_auth_welcom, .alert {
734 richard 82
	font-weight: bold;
737 franck 83
}
2346 tom.houday 84
.text_auth, .text_auth_welcom, .alert, .text_warn, #conHistoryLabel, .lien_deco, .log_out, .text_homelink {
734 richard 85
	text-align: center;
86
}
475 stephane 87
.lien_deco {
509 richard 88
	font-size: 18px;
89
	margin-bottom: 15px;
475 stephane 90
}
91
.log_out {
509 richard 92
	font-size: 24px;
93
	margin-top: 30px;
475 stephane 94
}
95
 
96
/*
97
Ajout stephane weber
98
*/
99
#errorTable, #statusTable, #waitTable, #disconnectTable {
2172 tom.houday 100
	background-color: #ffffff;
734 richard 101
	margin: 1px;
509 richard 102
	border: 1px #efefef solid;
475 stephane 103
 
104
/* ombrage css3*/
105
 
106
	-moz-box-shadow: 0px 0px 6px #000; 
107
	-webkit-box-shadow: 0px 0px 6px #000;
108
	box-shadow: 0px 0px 6px #000;
109
}
110
.chilliLabel {
734 richard 111
	font-weight: bold;
2345 tom.houday 112
	text-align: left;
475 stephane 113
}
114
.chilliValue {
115
	/* A DEFINIR*/
116
}
117
.wait {
509 richard 118
	height: 16px;
475 stephane 119
}
120
/*
121
Fin Ajout stephane weber
509 richard 122
*/
734 richard 123
#conHistoryLabel {
737 franck 124
	padding-top: 6px;
125
	padding-bottom: 5px;
734 richard 126
}
127
#conHistory ul {
128
	list-style-type: none;
129
	text-align: left;
737 franck 130
	padding-left: 80px;
734 richard 131
}
737 franck 132
.alert {
133
	font-size: 14px;
134
	color: red;
135
	margin-top: 5px;
136
	height: 40px;
137
}
138
.link_logout {
139
	padding-top: 20px;
140
	padding-bottom: 20px;
141
}
142
.text_warn {
143
	margin: 0px;
144
	font-size: 9px;
145
}
2172 tom.houday 146
 
147
#close-warning {
148
	padding: 5px;
149
	text-align: center;
2345 tom.houday 150
	font-weight: bold;
151
	color: darkred;
2172 tom.houday 152
}