Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 737 → Rev 2172

/web/css/status.css
1,8 → 1,7
/*
/*
Feuille de style pour les pages d'interceptions coté utilisateurs d'ALCASAR
Auteur : Stéphane ERARD
Licence : GNU GPL
 
*/
 
 
12,13 → 11,13
:link, :visited, :hover:link, :hover:visited {
color: #000000;
}
BODY {
body {
color: #666666;
}
 
/* Style de police */
 
BODY, :link, :visited, :hover:link, :hover:visited {
body, :link, :visited, :hover:link, :hover:visited {
font-family: "DejaVu Sans";
}
 
25,7 → 24,7
 
/*Couleurs de fond */
 
BODY {
body {
background-color: #666666;
}
 
32,11 → 31,11
 
/* Règles des balises HTML */
 
P {
p {
text-align: justify;
}
 
BODY {
body {
background-image: url(/images/fond.png);
background-repeat: repeat-x;
text-align: center;
44,10 → 43,10
margin: 0px;
}
 
TABLE {
table {
font-size: 90%;
}
IMG {
img {
height: 150px;
}
 
98,7 → 97,7
Ajout stephane weber
*/
#errorTable, #statusTable, #waitTable, #disconnectTable {
BACKGROUND-COLOR: #ffffff;
background-color: #ffffff;
margin: 1px;
border: 1px #efefef solid;
 
143,3 → 142,8
margin: 0px;
font-size: 9px;
}
 
#close-warning {
padding: 5px;
text-align: center;
}