Subversion Repositories ALCASAR

Rev

Rev 509 | Rev 737 | 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
.text_auth {
509 richard 75
	font-size: 20px;
475 stephane 76
}
734 richard 77
.text_auth_welcom {
78
	font-size: 16px;
79
}
80
.text_auth, .text_auth_welcom {
81
	font-weight: bold;
82
	text-align: center;
83
}
475 stephane 84
.lien_deco {
509 richard 85
	text-align: center;
86
	font-size: 18px;
87
	margin-bottom: 15px;
475 stephane 88
}
89
.log_out {
509 richard 90
	font-size: 24px;
91
	text-align: center;
92
	margin-top: 30px;
475 stephane 93
}
94
 
95
/*
96
Ajout stephane weber
97
*/
98
#errorTable, #statusTable, #waitTable, #disconnectTable {
99
	BACKGROUND-COLOR: #ffffff;
100
}
101
#errorTable, #statusTable, #waitTable, #disconnectTable  {
509 richard 102
	width: 450px;
734 richard 103
	margin: 1px;
509 richard 104
	padding-top: 5px;
105
	padding-left: 10px;
106
	padding-right: 10px;
107
	padding-bottom: 0px;
475 stephane 108
}
109
#errorTable, #statusTable, #waitTable, #disconnectTable  {
509 richard 110
	border: 1px #efefef solid;
475 stephane 111
 
112
/* ombrage css3*/
113
 
114
	-moz-box-shadow: 0px 0px 6px #000; 
115
	-webkit-box-shadow: 0px 0px 6px #000;
116
	box-shadow: 0px 0px 6px #000;
117
}
118
.chilliLabel {
119
	/* A DEFINIR*/
120
	/*
121
	text-align: right;
122
	padding-right: 5px;
123
	*/
734 richard 124
	font-weight: bold;
125
	width: 192px;	
475 stephane 126
}
127
.chilliValue {
128
	/* A DEFINIR*/
734 richard 129
	width: 236px;
475 stephane 130
}
131
.wait {
509 richard 132
	height: 16px;
475 stephane 133
}
134
/*
135
Fin Ajout stephane weber
509 richard 136
*/
734 richard 137
#conHistoryLabel {
138
	text-align: center;
139
	padding-top: 4px;
140
	padding-bottom: 3px;
141
}
142
#conHistory ul {
143
	list-style-type: none;
144
	padding-left: 100px;
145
	text-align: left;
146
}