Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2172 → Rev 737

/web/css/status.css
1,7 → 1,8
/*
/*
Feuille de style pour les pages d'interceptions coté utilisateurs d'ALCASAR
Auteur : Stéphane ERARD
Licence : GNU GPL
 
*/
 
 
11,13 → 12,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";
}
 
24,7 → 25,7
 
/*Couleurs de fond */
 
body {
BODY {
background-color: #666666;
}
 
31,11 → 32,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;
43,10 → 44,10
margin: 0px;
}
 
table {
TABLE {
font-size: 90%;
}
img {
IMG {
height: 150px;
}
 
97,7 → 98,7
Ajout stephane weber
*/
#errorTable, #statusTable, #waitTable, #disconnectTable {
background-color: #ffffff;
BACKGROUND-COLOR: #ffffff;
margin: 1px;
border: 1px #efefef solid;
 
142,8 → 143,3
margin: 0px;
font-size: 9px;
}
 
#close-warning {
padding: 5px;
text-align: center;
}