-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
48 lines (48 loc) · 861 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.hidden{
visibility:hidden;
}
.visible{
visibility: visible;
}
.right{
float:right;
}
.button{
cursor:pointer;
background:white;
border-bottom:1px solid #b3b3b3;
border-right:1px solid #b3b3b3;
color:#00b5ff;
padding:0.25em 1em 0.25em 1em;
border-radius:4px;
font-weight:bold;
display:inline-block;
}
.dialogue > div{
width:20em;
margin: 3em auto;
}
.dialogue input[name=password]{
width:20em;
}
#password{
box-sizing: content-box;
height:1.5em;
line-height:1.5em;
padding:0.5em;
color: red;
border:1px solid red;
}
#passwordEye{
cursor:pointer;
line-height:0.5em;
font-size: 100%;
width:2em;
float:right;
position:relative;
top:-1.5em;
color: rgba(10%, 10%, 10%, 0.5);
text-align: right;
font-weight:10;
/*text-shadow:0 0 0 red;*/
}