-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
103 lines (86 loc) · 1.31 KB
/
main.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
body {
font-family:arial,sans-serif;
background:#fff;
}
#navbar {
display:inline-block;
width:100%;
height:60px;
/*padding:0 30px 0 30px;*/
min-width:346px;
}
nav {
float:right;
padding:0 30px;
}
nav a {
text-decoration:none;
color:#404040;
font-size:13px;
padding-right:15px;
}
#main {
padding-top:50px;
width:570px;
margin-left:auto;
margin-right:auto;
}
#main_search {
width: 568px;
height:29px;
border:1px solid #d9d9d9;
border-top-color:#c0c0c0;
}
#logo {
display:block;
margin-left:auto;
margin-right:auto;
padding-bottom:30px;
}
#buttons {
text-align:center;
}
#buttons input{
display:inline-block;
margin: 0 auto;
border:1px solid rgba(0,0,0,0.1);
border-radius:2px;
min-width:54px;
background-color:#f5f5f5;
color:#666;
font-family: arial,sans-serif;
font-size:11px;
font-weight:bold;
height:29px;
line-height:27px;
margin:11px 6px;
padding:0 8px;
}
li {
display:inline-block;
}
footer {
font-size:small;
background:#f2f2f2;
border-top:1px solid #e4e4e4;
line-height:40px;
min-width:600px; /*should be 980px*/
bottom:0;
height:35px;
position:absolute;
width:100%;
}
footer a{
display:inline-block;
color:#666;
padding:0 0 0 27px;
margin:0;
text-decoration:none;
font-family:arial,sans-serif;
}
#footer_right {
float:right;
}
#footer_left {
float:left;
}