-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.css
executable file
·82 lines (72 loc) · 1.22 KB
/
signup.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
p
{
color: green;
text-indent: 80px;
font-weight: 150;
font-size: 19px
}
h1
{
color: olivedrab;
font-family:Arial;
text-indent: 20px;
padding-bottom: 1px;
border-bottom-width: 5px;
border-bottom-color: seagreen;
border-left-width: 40px;
border-left-color: seagreen;
border-bottom-style: solid;
border-left-style: solid
}
label
{
text-indent: 100px;
font-family: lucidaconsole;
width: 14em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}
input focus,textarea:focus
{
background-color: #ffffaa;
height: 40
}
.submit input
{
background: #222 url(b4.jpg) repeat-x;
display: inline-block;
padding: 5px 5px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}
.tb5 input{
background: url(b3.jpg) no-repeat top left;
height: 22px;
width: 230px;
}
.tb5a {
border: 10px;
width:220px;
margin-top:3px;
}
.trouble{
position:relative;
bottom:590px;
right:280px;
}
.radio{
position:relative;
left:60px;
}