Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 646 → Rev 647

/web/css/pass.css
9,7 → 9,7
/* r?gles g?n?rales */
 
/* Couleurs de polices */
:link, :visited, :hover:link, :hover:visited {
:link, :visited, :hover:link, :hover:visited, H1 {
color: #000000;
}
BODY {
45,7 → 45,7
}
 
TABLE {
font-size: 90%;
/* font-size: 90%;*/
}
IMG {
height: 150px;
54,15 → 54,56
/*Boite de dialogue de deconnection*/
 
#page {
width: 540px;
width: 590px;
margin: 12px auto;
}
 
#pass_chg {
position: relative;
}
 
#pass_chg IMG {
position: relative;
float: left;
top: -60px;
left: -50px;
}
 
#pass_chg_content {
position: relative;
float: left;
top: -40px;
width: 100%;
}
 
#lien_pass {
font-size: 50%;
text-align: right;
}
 
#info_pass {
visibility: hidden;
position: absolute;
top: -1500px;
/* background-color: white;
width: 500px;
 
margin: 30px;
padding: 15px;
ombrage css3
 
-moz-box-shadow: 0px 0px 12px #000;
-webkit-box-shadow: 0px 0px 12px #000;
box-shadow: 0px 0px 12px #000;*/
 
}
 
#block_pass {
position: relative;
background-color: white;
width: 500px;
margin: 15px;
height: 345px;
margin: 30px;
padding: 15px;
/* ombrage css3*/
 
72,7 → 113,6
}
#block_pass SPAN {
float: left;
font-size: 80%;
margin-top: 5px;
}
 
80,36 → 120,23
font-size: 20px;
}
 
#btn_pass {
cursor: pointer;
#btn_pass, #btn_retour {
float: right;
margin-top: 20px;
height: 30px;
width: 180px;
border: none;
background: #666 url(../images/bg.png) 0 0 repeat-x;
font-weight: bold;
/* ombrage css3*/
}
 
-moz-box-shadow: 6px 6px 8px #000;
-webkit-box-shadow: 6px 6px 8px #000;
box-shadow: 6px 6px 8px #000;
#btn_pass {
}
 
#btn_retour {
margin-right: 20px;
}
 
#btn_pass:hover {
background-color: red;
/* ombrage css3*/
 
-moz-box-shadow: 6px 6px 6px #000;
-webkit-box-shadow: 6px 6px 6px #000;
box-shadow: 6px 6px 6px #000;
}
 
#champs_pass {
border: 1px solid #666;
width: 100%;
background-color: #ffffe0;
margin: auto;
}
 
#champs_pass TD {
118,13 → 145,12
 
#champs_pass TD INPUT {
border: 1px solid #aaa;
width: 185px;
width: 195px;
}
 
TD.first_item {
background-color: #d0ddb0;
text-align: center;
width: 300px;
text-align: right;
width: 255px;
}
.lien_deco {
text-align: center;
136,3 → 162,26
text-align: center;
margin-top: 30px;
}
.btn_form {
cursor: pointer;
height: 26px;
width: 130px;
border: none;
background: #999 url(../images/bg.png) 0 0 repeat-x;
font-weight: bold;
 
/* ombrage css3*/
 
-moz-box-shadow: 2px 2px 2px #000;
-webkit-box-shadow: 2px 2px 2px #000;
box-shadow: 2px 2px 2px #000;
}
.btn_form:hover {
background-color: red;
/* ombrage css3*/
 
-moz-box-shadow: 2px 2px 2px #666;
-webkit-box-shadow: 2px 2px 2px #666;
box-shadow: 2px 2px 2px #666;
}