-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
151 lines (130 loc) · 2.33 KB
/
stylesheet.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
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
141
142
143
144
145
146
147
148
149
150
151
#top {
height: 1.875em;
margin: 0.9375em 2.0625em 0em 1em;
}
#top a {
font-family: Arial, sans-serif;
font-size: 13px;
margin-right: 15px;
text-decoration: none;
color: #272727;
vertical-align: middle;
display: inline-block;
}
#top a:hover {
text-decoration: underline;
}
#top-links-left{
text-align: left;
float: left;
}
#top-links-right, #top-buttons{
text-align: right;
float: right;
}
#top-buttons{
margin-left: 1.25em;
display: inline;
}
#top-buttons button{
margin-left: 1.25em;
margin-bottom: auto;
outline: none;
height: 30px;
background: linear-gradient(#4387fc, #4683eb);
color: white;
border: none;
padding-right: 13px;
padding-left: 13px;
font-weight: bold;
border-radius: 3px;
}
#search{
padding-top: 40px;
width: 900px;
display: block;
margin: 0 auto;
}
#logo {
display: block;
margin: auto;
padding-top: 112px;
margin-bottom: 30px;
}
#search-box {
display: block;
margin: 10px auto 0 auto;
width: 575px;
padding: 12px 12px;
border: 1px solid #e8e8e8;
border-radius: 2px;
box-shadow: 0 1px 3px #dcdcdc;
}
#search-box:hover {
box-shadow: 0 3px 6px #dcdcdc;
}
#search-box:focus {
box-shadow: 0 3px 6px #dcdcdc;
font-family: arial, sans-serif;
font-size: 14px;
}
#search-button {
display: inline-block;
text-align: center;
margin: 2.5% auto;
width: 100%;
}
#search-button button{
display: inline-block;
font-weight: bold;
background-color: #f2f2f2;
color: #777777;
margin: 7px 2px;
padding: 9px 15px;
outline:none;
border: 1px solid #f2f2f2;
border-radius: 2px;
font-size: 13px;
font-family: Arial, sans-serif;
}
#search-button button:hover{
border: 1px solid #b5b5b5;
color: black;
}
#bottom{
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: .60%;
background-color: #f2f2f2;
vertical-align: middle;
}
#bottom a {
font-family: Arial, sans-serif;
font-size: 13px;
margin-right: 15px;
margin-left: 15px;
text-decoration: none;
color: #666;
vertical-align: middle;
display: inline-block;
}
#bottom a:hover {
text-decoration: underline;
}
#bottom-links-left{
text-align: left;
float: left;
}
/*#bottom-links-left a {
padding-right: 1.25em;
}
*/
#bottom-links-right{
text-align: right;
float: right;
}
/*#bottom-links-right a {
padding-left: 1.25em;
}