Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 647 → Rev 566

/web/css/pwdmeter.css
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/web/css/ie.css
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/web/css/pass.css
9,7 → 9,7
/* r?gles g?n?rales */
 
/* Couleurs de polices */
:link, :visited, :hover:link, :hover:visited, H1 {
:link, :visited, :hover:link, :hover:visited {
color: #000000;
}
BODY {
45,7 → 45,7
}
 
TABLE {
/* font-size: 90%;*/
font-size: 90%;
}
IMG {
height: 150px;
54,56 → 54,15
/*Boite de dialogue de deconnection*/
 
#page {
width: 590px;
width: 540px;
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;
height: 345px;
margin: 30px;
margin: 15px;
padding: 15px;
/* ombrage css3*/
 
113,6 → 72,7
}
#block_pass SPAN {
float: left;
font-size: 80%;
margin-top: 5px;
}
 
120,23 → 80,36
font-size: 20px;
}
 
#btn_pass, #btn_retour {
#btn_pass {
cursor: pointer;
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*/
 
#btn_pass {
-moz-box-shadow: 6px 6px 8px #000;
-webkit-box-shadow: 6px 6px 8px #000;
box-shadow: 6px 6px 8px #000;
}
 
#btn_retour {
margin-right: 20px;
}
#btn_pass:hover {
background-color: red;
/* ombrage css3*/
 
#btn_pass:hover {
-moz-box-shadow: 6px 6px 6px #000;
-webkit-box-shadow: 6px 6px 6px #000;
box-shadow: 6px 6px 6px #000;
}
 
#champs_pass {
margin: auto;
border: 1px solid #666;
width: 100%;
background-color: #ffffe0;
}
 
#champs_pass TD {
145,12 → 118,13
 
#champs_pass TD INPUT {
border: 1px solid #aaa;
width: 195px;
width: 185px;
}
 
TD.first_item {
text-align: right;
width: 255px;
background-color: #d0ddb0;
text-align: center;
width: 300px;
}
.lien_deco {
text-align: center;
162,26 → 136,3
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;
}