-
Notifications
You must be signed in to change notification settings - Fork 0
/
bobo.css
136 lines (118 loc) · 2.9 KB
/
bobo.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
header {
position: absolute;
top:12px;
right:30px;
}
header a:link, a:visited, a:active {
color: #2a2a2a;
font-family: arial, sans-serif;
font-size:12px;
text-decoration:none;
margin-right:5px;
margin-left:5px;
position:relative;
top:-10px;
}
header a:hover {
text-decoration:underline;
}
#products {
margin-right:8px;
margin-left:8px;
}
#bell {
margin-right:10px;
margin-left:8px;
}
#share {
margin-right:10px;
margin-left:10px;
}
#yolo {
border-radius:50%;
}
div {
display:block;
margin: auto;
text-align:center;
padding-top: 14%;
}
div img {
width: 270px;
height: 95px;
margin:5px;
}
.search {
width: 570px;
height: 28px;
border-top: 1px solid #bdbdbd;
border-bottom: 1px solid #d3d3d3;
border-right: 1px solid #d3d3d3;
border-left: 1px solid #d3d3d3;
padding-right: 30px;
font: 16px arial, sans-serif;
text-indent:5px;
background: url('data:image/gif;base64,R0lGODlhHAAmAKIHAKqqqsvLy0hISObm5vf394uLiwAAAP///yH5BAEAAAcALAAAAAAcACYAAAO9eLpMIMYIQJi9DcYtKv6KtnHgB4yoAZSXKAyDy1rjoAzjzOQLrx8+4OanCAZnxiExGSEKmz3lj2lwUq3SZ3WZPbKuXGgxu9t4tLYDTkpIRQILF0x2G4lWipM7gj/oJQUkcXsCDCIFATULBCIcZ2tvB3QLDxETFnR/BgU/gRt9jX0gnpYMkJZpFzEoqQqJKAIBaQOVKHAXr3t7txgBjboSvB8EpLoFZywOAo3LFE5lYs/QW9LT1TRk1V7S2xYJADs');
background-repeat:no-repeat;
background-position:548px 4px;
background-size:14px 19px;
}
.button {
border: 1px solid #d3d3d3;
background: #f3f3f3;
color:#696969;
margin-left:4px;
margin-right:4px;
margin-top: 15px;
font-family: arial, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 7px;
border-radius:2px;
}
.button:hover {
color: #2a2a2a;
border: 1px solid #bdbdbd;
}
.search:hover {
border:1px solid #aaaaaa;
}
footer {
position: absolute;
bottom:0px;
left:0px;
right:0px;
background:#f3f3f3;
padding-top:22px;
border-top: 1px solid #e9e9e9;
}
footer a:link, a:visited, a:active {
color: #696969;
font-family: arial, sans-serif;
font-size:12px;
text-decoration:none;
}
footer a:hover {
text-decoration:underline;
}
.leftlinks {
position: relative;
bottom:12px;
left:18px;
padding-right:15px;
padding-left:15px;
}
.rightlinks {
position: relative;
bottom:9px;
float:right;
right:18px;
padding-right:15px;
padding-left:15px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
input[type=text]::-ms-clear { display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal { display: none; width : 0; height: 0; }