Subversion Repositories ALCASAR

Rev

Rev 734 | Rev 2172 | 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
 
737 franck 66
#auth_reussi, #errorTable, #statusTable, #waitTable, #disconnectTable  {
509 richard 67
	width: 450px;
68
	padding-top: 5px;
69
	padding-left: 10px;
70
	padding-right: 10px;
71
	padding-bottom: 0px;
475 stephane 72
}
737 franck 73
#auth_reussi {
74
	margin-top: 12px;
75
}
475 stephane 76
.text_auth {
509 richard 77
	font-size: 20px;
475 stephane 78
}
734 richard 79
.text_auth_welcom {
80
	font-size: 16px;
81
}
737 franck 82
.text_auth, .text_auth_welcom, .alert {
734 richard 83
	font-weight: bold;
737 franck 84
}
85
.text_auth, .text_auth_welcom, .alert, .text_warn, #conHistoryLabel, .lien_deco, .log_out {
734 richard 86
	text-align: center;
87
}
475 stephane 88
.lien_deco {
509 richard 89
	font-size: 18px;
90
	margin-bottom: 15px;
475 stephane 91
}
92
.log_out {
509 richard 93
	font-size: 24px;
94
	margin-top: 30px;
475 stephane 95
}
96
 
97
/*
98
Ajout stephane weber
99
*/
100
#errorTable, #statusTable, #waitTable, #disconnectTable {
101
	BACKGROUND-COLOR: #ffffff;
734 richard 102
	margin: 1px;
509 richard 103
	border: 1px #efefef solid;
475 stephane 104
 
105
/* ombrage css3*/
106
 
107
	-moz-box-shadow: 0px 0px 6px #000; 
108
	-webkit-box-shadow: 0px 0px 6px #000;
109
	box-shadow: 0px 0px 6px #000;
110
}
111
.chilliLabel {
734 richard 112
	font-weight: bold;
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
}