controller_search.css
3.03 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
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
#search-page {
position: relative; /* to the text appear on MSIE 6 */
}
.search-index {
text-align: center;
position: relative;
font-weight: bold;
}
.search-index a {
text-decoration: none;
font-weight: normal;
}
#search-results {
margin-top: 10px;
/* none by default, but... Who knows the future? :-) */
}
#search-whole-site {
text-align: right;
margin-top: -15px;
}
#search-results h3 {
margin: 20px 0px 0px 20px;
}
.search-results-box {
float: left;
width: 49%;
}
.msie .search-results-box {
width: 47% !important;
}
.only-one-result-box .search-results-box {
width: 100%;
}
.msie .only-one-result-box .search-results-box {
width: 95% !important;
}
.search-results-box.odd {
margin-left: 1%;
}
.search-results-innerbox {
border: 1px solid #2A5896;
padding: 10px 0px 10px 10px;
height: 205px;
overflow: auto;
}
.search-results-innerbox hr {
display: none;
}
.msie .search-results-innerbox hr {
display: inline;
clear: both;
margin: -10px 0px 0px 0px;
height: 0px;
visibility: hidden;
}
.search-results-innerbox.common-profile-list-block {
padding: 10px 0px 0px 10px;
height: 215px;
}
.msie .search-results-innerbox.common-profile-list-block.search-results-type-profile {
height: 205px;
}
.only-one-result-box .search-results-innerbox,
.only-one-result-box .search-results-innerbox.common-profile-list-block {
height: auto;
padding: 10px 4px 10px 10px;
}
#content .search-results-type-article ul,
#content .search-results-type-article li {
margin: 0px;
padding: 0px;
list-style: none;
}
#content .search-results-type-article li {
padding: 2px 0px 4px 0px;
}
.search-results-type-article .item_meta {
font-size: 10px;
color: #888;
}
#category-comments {
margin-left: 55%;
}
#content .search-results-comments ul,
#content .search-results-comments li,
#content #category-comments ul,
#content #category-comments li {
margin: 0px;
padding: 0px;
list-style: none;
color: #888;
}
.search-results-comments .comment-picture,
#category-comments .comment-picture {
width: 20px;
height: 20px;
margin: -2px 5px 0px 0px;
}
#content .search-results-type-product ul,
#content .search-results-type-product li {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
font-size: 10px;
}
#content .search-results-type-product li strong {
display: block;
margin-left: 55px;
font-size: 12px;
}
#content .search-results-type-product li {
padding-bottom: 10px;
}
#content .search-results-type-product li li {
padding-bottom: 0px;
}
.msie #content .search-results-type-product li li {
line-height: 12px;
}
.product-pic {
display: block;
float: left;
width: 50px;
height: 50px;
background-repeat: no-repeat;
background-position: 50% 50%;
position: relative;
top: 5px;
}
.product-pic {
height: 60px;
}
.product-pic span {
display: none;
}
#content .search-results-type-product ul ul {
margin-left: 55px;
}
.search-results-type-empty div {
text-align: center;
color: #DDD;
font-weight: bold;
font-size: 30px;
padding: 70px 10px 0px 0px;
}