-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyleSheet.css
executable file
·119 lines (116 loc) · 2.31 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
body {
}
.category
{
width :830px;
margin-top:10px;
margin-left:10px;
}
#search_area
{
float:left ;
width :200px;
margin-left :5px;
margin-top :5px;
display :inline ;
background-image :url(images/searchbg.png);
background-repeat :no-repeat ;
background-position :top left ;
padding-top:20px;
padding-left :10px;
line-height :18px;
}
.publicity
{
background-image :url(images/publicitybg.png);
background-repeat :no-repeat ;
background-position :top left ;
padding-top:20px;
padding-left:14px;
margin-left :-8px;
margin-top :-8px;
}
.searchoutcome
{
float:right ;
width:605px;
margin-right:0px;
margin-top:5px;
font-size :80%;
display :inline ;
}
.searchoutcome a
{
color: #5a5a5a;
margin-left :10px;
}
.searchoutcome a:hover
{
background :#5a5a5a;
color:White ;
}
.minpic
{
width :121px;
height :7em;
margin:5px;
float :left ;
text-align :center ;
display :inline ;
}
.productview
{
width:280px;
border:2px solid #c9cfcf;
margin-top:10px;
margin-left:10px;
background-color :#f9fcfc;
}
.productinfo
{
width :130px;
height :7em;
margin:5px 5px 5px 0px;
float :right ;
display :inline ;
}
.productinfo ul
{
margin: 0px;
padding:0px;
list-style:none;
}
.productinfo li
{
margin:0px;
margin-bottom :5px;
}
.listviewstyle a
{
color: #112222;
text-decoration: none;
}
.listviewstyle a:hover
{
text-decoration: underline;
}
.advertising
{
background-image:url(images/advertisingbottom.png);
background-repeat:no-repeat;
background-position :bottom left ;
}
.advertisingbottom
{
background-image:url(images/advertisingbg.png);
background-repeat:no-repeat;
background-position :top left ;
}
..advertising a
{
text-decoration :none;
}
.publicity a
{
text-decoration :none;
}