-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
72 lines (63 loc) · 678 Bytes
/
style.css
File metadata and controls
72 lines (63 loc) · 678 Bytes
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
body
{
font: 21px sans-serif;
padding: 0;
margin: 0;
background: #555753
}
h1
{
text-align:center;
color:#FFF;
}
#wrapper
{
width:100%;
height:100%;
margin: 0;
}
#banner
{
width:100%;
height: 200px;
margin:0;
}
.box
{
width:15%;
height:150px;
padding:0;
margin:0;
float:left;
}
#searchbox
{
background:#CCC;
width:64%;
height: 160px;
padding:2%;
margin: 0;
float:left
}
input[type="text"]{
width:100%;
}
#search_param{
width=50%;
height=100px;
padding-left:25%;
padding-right:25%;
}
.search_filters{
width=60%;
height=50px;
font: 16px sans-serif;
padding-top: 3px;
padding-left:20%;
padding-right:20%;
}
#submit_button{
width=20%;
padding-left:40%;
padding-right:40%;
}