Subversion Repositories ALCASAR

Rev

Rev 475 | Rev 734 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
475 stephane 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
 
8
 
509 richard 9
/* règles générales */
475 stephane 10
 
11
/* Couleurs de polices */
509 richard 12
:link, :visited, :hover:link, :hover:visited  {
13
	color: #000000;
475 stephane 14
}
509 richard 15
BODY {
16
	color: #666666;
475 stephane 17
}
18
 
19
/* Style de police */
20
 
21
BODY, :link, :visited, :hover:link, :hover:visited  {
509 richard 22
	font-family: "DejaVu Sans";
475 stephane 23
}
24
 
509 richard 25
 
475 stephane 26
/*Couleurs de fond */
27
 
28
BODY {
509 richard 29
	background-color: #666666;
475 stephane 30
}
31
 
32
 
509 richard 33
/* Règles des balises HTML */
475 stephane 34
 
509 richard 35
P {
36
	text-align: justify;
475 stephane 37
}
38
 
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;
475 stephane 45
}
509 richard 46
 
475 stephane 47
TABLE {
509 richard 48
	font-size: 90%;
475 stephane 49
}
50
IMG {
509 richard 51
	height: 150px;
475 stephane 52
}
53
 
509 richard 54
/*Boite de dialogue de deconnection*/
475 stephane 55
 
509 richard 56
#statusPage, #loggedOutPage {
57
	width: 450px;
58
	margin: 12px auto;
475 stephane 59
}
60
 
509 richard 61
#Chilli {
62
	width: 450px;
63
	margin: 10px auto 10px auto;
475 stephane 64
}
65
 
66
#auth_reussi {
509 richard 67
	width: 450px;
68
	margin-top: 12px;
69
	padding-top: 5px;
70
	padding-left: 10px;
71
	padding-right: 10px;
72
	padding-bottom: 0px;
475 stephane 73
}
74
 
75
.text_auth {
509 richard 76
	font-size: 20px;
475 stephane 77
}
78
.lien_deco {
509 richard 79
	text-align: center;
80
	font-size: 18px;
81
	margin-bottom: 15px;
475 stephane 82
}
83
.log_out {
509 richard 84
	font-size: 24px;
85
	text-align: center;
86
	margin-top: 30px;
475 stephane 87
}
88
 
89
/*
90
Ajout stephane weber
91
*/
92
#errorTable, #statusTable, #waitTable, #disconnectTable {
93
	BACKGROUND-COLOR: #ffffff;
94
}
95
#errorTable, #statusTable, #waitTable, #disconnectTable  {
509 richard 96
	width: 450px;
97
	margin: 0px;
98
	padding-top: 5px;
99
	padding-left: 10px;
100
	padding-right: 10px;
101
	padding-bottom: 0px;
475 stephane 102
}
103
#errorTable, #statusTable, #waitTable, #disconnectTable  {
509 richard 104
	border: 1px #efefef solid;
475 stephane 105
 
106
/* ombrage css3*/
107
 
108
	-moz-box-shadow: 0px 0px 6px #000; 
109
	-webkit-box-shadow: 0px 0px 6px #000;
110
	box-shadow: 0px 0px 6px #000;
111
}
112
.chilliLabel {
113
	/* A DEFINIR*/
114
	/*
115
	text-align: right;
116
	padding-right: 5px;
117
	*/
118
 
119
}
120
.chilliValue {
121
	/* A DEFINIR*/
122
}
123
.wait {
509 richard 124
	height: 16px;
475 stephane 125
}
126
/*
127
Fin Ajout stephane weber
509 richard 128
*/