css-bootstrap/secure-pass.css
[roojs1] / css-bootstrap / secure-pass.css
1 .password-meter-grey {
2     background: lightgrey; /* For browsers that do not support gradients */
3     height: 10px;
4 }
5
6 .password-meter {
7     background: red; /* For browsers that do not support gradients */
8     background: -webkit-linear-gradient(-90deg, green, red); /* For Safari 5.1 to 6.0 */
9     background: -o-linear-gradient(-90deg, green, red); /* For Opera 11.1 to 12.0 */
10     background: -moz-linear-gradient(-90deg, green, red); /* For Firefox 3.6 to 15 */
11     background: linear-gradient(-90deg, green, red); 
12
13     font-size: 12px;     
14 }
15
16 .password-meter-tooweek {
17     background: lightgrey;  
18     height: 10px;        
19 }
20
21 .password-meter-weak {
22     background: red;
23     height: 10px;         
24 }
25
26 .password-meter-medium {
27     background: yellow;
28     height: 10px;          
29 }
30
31 .password-meter-strong {
32     background: green;
33     height: 10px;          
34 }
35
36 .password-meter-text { 
37     padding-bottom:5px;
38     margin-bottom:5px;    
39     font-size: 12px;
40     height: 10px;     
41 }