-
Notifications
You must be signed in to change notification settings - Fork 0
/
files4u.css
111 lines (111 loc) · 1.8 KB
/
files4u.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
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
.main{
height: 700px;
width: 900px;
background-color: #F0F8FF;
margin-left: 200px;
font-family: Arial;
}
.head{
height: 100px;
width : 900px;
background-color: lightblue;
}
.login{
height: 50px;
width: 250px;
position: relative;
top:40px;
left:-20px;
float: right;
background-color: lightblue;
}
.bodyleft{
height: 300px;
width: 400px;
margin-left: 60px;
margin-top: 40px;
background-color: #F0F8FF;
float :left;
}
.bodyright{
height: 300px;
width: 330px;
background-color: #F0F8FF;
float: left;
margin-left: 50px;
margin-top: 40px;
}
#log{
margin-left: 10px;
background-color: #F0F8FF;
}
#search{
margin-top: 20px;
margin-left: 30px;
width: 300px;
height:25px;
float: left;
}
#searchtext{
margin-left: 30px;
}
#searchimage{
width: 40px;
height: 40px;
margin-top: 17px;
float: left;
}
#searchbutton{
height: 30px;
width:30px;
}
#subbutton1{
background-color: #F0F8FF;
border-style: none;
margin-left: 30px;
color: black;
}
#subbutton{
background-color: #F0F8FF;
border-style: none;
color: black;
}
#upload{
height: 100px;
width: 350px;
margin-left: 30px;
margin-top: 10px;
font-size: 40px;
}
#socialsite{
margin-left: 10px;
background-color: lightblue;
}
#upload{
text-shadow: 5px 5px 5px #FFEFD5;
background-color: lightblue;
}
#sign{
margin-left: 10px;
margin-top: 10px;
width: 305px;
}
#fillfield{
margin-left: 10px;
}
#sign-up{
font-size: 30px;
float: right;
margin-right: 10px;
margin-top: 10px;
background-color: lightblue;
}
.bottom{
height: 230px;
width: 900px;
background-color: lightblue;
margin-top: 400px;
}
#join{
margin-left: 10px;
}