-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSignUp.css
More file actions
140 lines (132 loc) · 2.12 KB
/
SignUp.css
File metadata and controls
140 lines (132 loc) · 2.12 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
@charset "utf-8";
/* CSS Document */
#container
{
border-color:#FFF;
color:#FFF;
}
#logo
{
height:10%;
width:100%;
//border:1px solid #FFF;
}
#logoimg
{
margin-top:0.5%;
}
#marquee
{
width:10%;
//border:1px solid #FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#06C;
text-decoration:blink;
}
#texthead
{
//border:1px solid #FFF;
}
#signuptext
{
margin-top:1%;
margin-bottom:0%;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:28px;
}
#signinlink
{
margin-top:1%;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}
a
{
text-decoration:none;
color:#3FF;
}
#signupform
{
height:420px;
width:80%;
//border:1px solid #FFF;
}
#forms1
{
margin:1%;
margin-left:5%;
margin-right:0%;
height:80%;
width:45%;
//border:1px solid #FFF;
float:left;
}
#forms2
{
margin:1%;
margin-left:0%;
height:80%;
width:45%;
//border:1px solid #FFF;
border-left:1px solid #FFF;
float:left;
}
#signuptextboxes
{
margin-top:2%;
border-radius:6px;
background-color:#FFF;
color:#081116;
height:30px;
width:80%;
font-size:18px;
padding:5px;
border:none;
box-shadow: 0 12px 16px 12px rgba(2,2,2,2), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.signuptextboxes
{
margin-top:5%;
border-radius:6px;
background-color:#FFF;
color:#081116;
height:30px;
width:80%;
font-size:18px;
padding:5px;
border:none;
box-shadow: 0 12px 16px 12px rgba(2,2,2,2), 0 17px 50px 0 rgba(0,0,0,0.19);
}
#signupbutton
{
margin-top:8%;
margin-bottom:2%;
border-radius:6px;
background-color:#FFF;
color:#081116;
font-size:24px;
padding:5px;
border:none;
box-shadow: 0 2px 6px 2px rgba(2,2,2,2), 0 7px 0px 0 rgba(0,0,0,0.19);
}
#signupbutton:hover
{
cursor:pointer;
background-color:#FFF;
color:#081116;
font-weight:bold;
box-shadow: 0 12px 16px 12px rgba(2,2,2,2), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.tc
{
font-size:9px;
}
#footer
{
}
#copyright
{
}