Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 646 → Rev 647

/web/css/ie.css
0,0 → 1,11
/* Begin hacks for IE and all it's non-compliant glory!!! */
/* \*/
 
* html div.exceed,* html div.fail,* html div.pass,* html div.warn { background-image: none !important; }
* html div.exceed { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='../images/img_status_exceed.png'); }
* html div.fail { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='../images/img_status_fail.png'); }
* html div.pass { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='../images/img_status_pass.png'); }
* html div.warn { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='../images/img_status_warn.png'); }
 
/* */
/* End hacks for IE */
Property changes:
Added: 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 {
: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;
}
/web/css/pwdmeter.css
0,0 → 1,228
/*body {
color: #000;
font-family: Verdana,'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size: .8em;
line-height: 1.25em;
margin: 0;
padding: 0;
text-align: center;
}
form,input,select,textarea {
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6
{
font-family:Georgia, Tahoma, Arial, Serif;
font-weight:normal;
line-height:1.6em;
padding: 0;
margin: 0;
}
input {
font-size: 100%;
margin-bottom: 2px;
padding: 1px;
}
ol,ul {
line-height: 1.4em;
margin-bottom: 4px;
margin-top: 4px;
}
p {
line-height: 1.4em;
margin-bottom: 5px;
margin-top: 5px;
text-align: justify;
}
table {
background: #345;
margin-bottom: 10px;
width: 100%;
}
td {
background: #eee;
text-align: left;
vertical-align: top;
}
th {
background: #456;
color: #fff;
text-align: left;
vertical-align: top;
}*/
#content {
margin: 0 auto;
padding: 10px;
text-align: left;
width: 610px;
}
#linkstop {
background: #234;
color: #fff;
margin-top: -10px;
padding: 2px;
}
#linkstop a {
color: #fff;
}
#score {
color: #000;
font-size: 85%;
position:absolute;
text-align: center;
width: 100px;
z-index: 10;
}
#score,#rating,#standards {
font-weight: bold;
}
div.exceed {
background-image: url(../images/img_status_exceed.png);
}
div.fail {
background-image: url(../images/img_status_fail.png);
}
div.pass {
background-image: url(../images/img_status_pass.png);
}
div.warn {
background-image: url(../images/img_status_warn.png);
}
#scorebar {
background-image: url(../images/bg_strength_gradient.jpg);
background-repeat: no-repeat;
background-position: 0 0;
position:absolute;
width: 100px;
z-index: 0;
font-size: 13px;
 
}
#complexity {
position: relative;
left: 10px;
}
#scorebarBorder {
background: #333;
border: 1px #000 solid;
height: 16px;
margin-bottom: 2px;
width: 100px;
float: left;
}
#password {
border: 1px #000 solid;
font-size: 85%;
width: 100px;
}
#tablePwdScoring {
margin-bottom: 0 !important;
}
#listLegend li {
list-style: none;
padding-bottom: 4px;
margin-left: 0;
padding-left: 0;
}
#listLegend {
margin-left: 0;
padding-left: 0;
}
div.fail,div.pass,div.exceed,div.warn {
background-repeat: no-repeat;
background-position: left top;
height: 16px;
margin-left: auto;
margin-right: auto;
width: 16px;
}
td.exceed,td.fail,td.pass,td.warn {
color: #fff;
font-weight: bold;
text-align: center;
}
td.exceed {
background: #1C60A4;
}
td.fail {
background: #C00;
}
td.pass {
background: #093;
}
td.warn {
background: #f60;
}
div.box {
background: #456;
border: 1px #000 solid;
color: #fff;
height: 16px;
padding: 2px;
white-space: nowrap;
width: 38px;
}
div.boxMinus,div.boxPlus {
border: none;
color: #fff;
font-weight: bold;
padding: 2px;
text-align: left;
white-space: nowrap;
}
td.footnote {
background: #ddd;
font-size: 70%;
}
.bold {
font-weight: bold;
}
.clearNone {
clear: none;
}
.floatRight {
float: right;
}
.floatLeft {
float: left;
}
.hide {
display: none;
}
.imgLegend {
clear: left !important;
float: left !important;
position: relative !important;
margin-bottom: -3px !important;
margin-right: 5px !important;
}
.inline {
display: inline;
}
.italic {
font-style: italic;
}
.noPad {
padding: 0;
}
.show {
display: inline !important;
}
.txtLg {
font-size: 125%;
}
.txtSmall {
font-size: 75%;
}
.txtCenter {
text-align: center;
}
.txtRight {
text-align: right;
}
div.xtend {
clear: both !important;
line-height: 0;
height: 0;
}
Property changes:
Added: svn:executable
+*
\ No newline at end of property