-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainstyles.css
More file actions
110 lines (110 loc) · 1.95 KB
/
Copy pathmainstyles.css
File metadata and controls
110 lines (110 loc) · 1.95 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
html, body, div, a:link, a:visited, a:active, a:hover, p, form, input {
padding: 0px;
margin: 0px;
border-width: 0px;
font-family: Arial;
font-size: 0.96em;
text-decoration: none;
color: #444;
}
body {
height: 100%
}
div {
display: block;
}
#container {
min-height: 100%;
position: relative;
min-width: 980px;
}
a:hover {
text-decoration: underline;
}
#header {
text-align: right;
padding-top: 15px;
position: relative;
padding-right: 30px;
vertical-align: middle;
height: 30px;
display: block;
}
#header a {
display: inline-block;
vertical-align: middle;
margin-left: 11px
}
#share {
padding: 0px 13px;
text-decoration: none;
background-color: #F6F6F6;
height: 30px;
vertical-align: middle;
line-height: 30px;
border-radius: 2px;
}
#share:hover {
background-color: #E9E9E9;
}
#content {
margin: auto;
width: 385px;
padding-top: 62px;
padding-bottom: 65px;
position: relative;
display: block;
}
#searchbox {
margin-left: -94px;
margin-top: 23px;
width: 572px;
height: 30px;
font-size: 1.3em;
padding-left: 8px;
border: 1px solid #D6D6D6;
}
#searchbutton, #luckybutton {
background-color: #F7F7F7;
height: 29px;
border: 1px solid #D6D6D6;
border-radius: 2px;
margin-top: 16px;
padding: 0px 7px 1px 8px;
font-weight: bold;
font-size: 0.85em;
}
#searchbutton {
margin-left: 73px;
}
#luckybutton{
margin-left: 12px;
}
#footer {
width: 100%;
height: 40px;
background-color: #F2F2F2;
position: absolute;
bottom: 0px;
border-top: 1px solid #E4E4E4;
}
#leftfooter {
float: left;
display: inline-block;
line-height: 39px;
margin-left: 3px;
}
#rightfooter {
float: right;
padding-right: 30px;
line-height: 39px;
display:inline-block;
}
#footer a {
padding-left: 27px;
display:inline-block;
color: #666;
}
.redtext {
color: #BC4455;
}