source: branches/version-2/html/user_data/packages/default/css/products.css @ 18007

Revision 18007, 6.7 KB checked in by kajiwara, 16 years ago (diff)

2.4.0 正式版のコミット。コミット内容の詳細はこちら(http://svn.ec-cube.net/open_trac/query?status=closed&milestone=EC-CUBE2.4.0

Line 
1@charset "utf-8";
2
3
4/* 検索結果
5----------------------------------------------- */
6p.conditionarea {
7    clear: both;
8    width: 566px;
9    margin: 0 auto;
10    padding: 5px;
11    border: solid 1px #333;
12}
13
14
15/* ページ送り
16----------------------------------------------- */
17.pagenumberarea, .pagecondarea {
18    clear: both;
19    width: 560px;
20    margin: 20px 0;
21    padding: 10px;
22    background-color: #f3f3f3;
23}
24
25ul.pagenumberarea {
26    height: 2.5ex;
27}
28
29ul.pagecondarea {
30    border: 1px solid #CCCCCC;
31}
32
33ul.pagenumberarea li {
34    float: left;
35    width: 32.9%;
36}
37
38ul.pagenumberarea li.left {
39    text-align: left;
40    white-space: nowrap;
41}
42
43ul.pagenumberarea li.center {
44    text-align: center;
45    white-space: pre;
46}
47
48ul.pagenumberarea li.right {
49    text-align: right;
50    white-space: nowrap;
51}
52
53.pagenumberarea .pagenumber{
54    color: #ff0000;
55    font-weight: bold;
56}
57
58p.pagenumberarea .number{
59    font-weight: bold;
60}
61
62/* 商品一覧 */
63
64/* タイトル
65----------------------------------------------- */
66div#listtitle {
67    width: 580px;
68    margin: 0 0 10px 0;
69    border-top: 2px solid #ff0000;
70    border-left: 1px solid #ccc;
71    border-right: 1px solid #ccc;
72    border-bottom: 2px solid #999;
73    background: url("../img/products/title_icon.gif") no-repeat left center;
74    background-color: #ffebca;
75}
76
77div#listtitle h2 {
78    padding: 10px 0 10px 30px;
79    font-size: 140%;
80}
81
82
83/* 商品
84----------------------------------------------- */
85div.listarea {
86    clear: both;
87    width: 580px;
88    padding: 20px 0 30px 0;
89    overflow: auto;
90    background: url("../img/common/line_580.gif") no-repeat bottom;
91}
92
93div.listphoto {
94    float: left;
95    width: 130px;
96}
97
98div.listrightblock {
99    float: right;
100    width: 440px;
101}
102
103div.listrightblock li {
104    display: inline;
105    padding: 0 0 10px 0;
106}
107
108div.listrightblock h3 {
109    width: 420px;
110    margin: 5px 0;
111    padding: 5px 10px;
112    border-bottom: 2px solid #ebebd6;
113    background-color: #f9f9ec;
114    font-size: 120%;
115}
116
117div.listrightblock h3 a {
118    font-size: 100%;
119    font-weight: bold;
120}
121
122div.listrightblock .listcomment {
123    margin: 0 0 10px 0;
124}
125
126div.listrightblock .pricebox {
127    float: left;
128}
129
130div.listrightblock .soldout {
131    clear: both;
132}
133
134div.listrightblock .in_cart {
135    margin: 20px auto 5px 130px;
136    padding: 10px;
137    width: 285px;
138    clear: both;
139    background-color: #ecf5ff;
140    border: 1px solid #CCCCCC;
141}
142
143div.listrightblock .quantity {
144    width: 150px;
145}
146
147div.listrightblock .btnbox {
148    margin: 0 0 10px 0;
149    padding: 1px;
150    float: right;
151}
152
153div.listrightblock dt {
154    width: 75px;
155    float: left;
156    text-align: right;
157    padding: 3px;
158    font-weight: bold;
159}
160
161div.listrightblock dd {
162    padding: 3px;
163}
164
165div.listrightblock .cartbtn {
166    clear: both;
167    text-align: center;
168}
169
170div.listrightblock .cartbtn img {
171    display: block;
172    width: 115px;
173    margin: 5px auto 0 auto;
174}
175
176div.listrightblock .box54 {
177    width: 54px;
178    border: solid 1px #ccc;
179}
180
181/* 商品詳細 */
182
183/* タイトル
184----------------------------------------------- */
185div#detailtitle {
186    width: 580px;
187    margin: 0 0 10px 0;
188    border-top: 2px solid #ff0000;
189    border-left: 1px solid #ccc;
190    border-right: 1px solid #ccc;
191    border-bottom: 2px solid #999;
192    background: url("../img/products/title_icon.gif") no-repeat left center;
193    background-color: #ffebca;
194}
195
196div#detailtitle h2 {
197    padding: 10px 0 10px 30px;
198    font-size: 140%;
199}
200
201
202/* 商品
203----------------------------------------------- */
204div#detailarea {
205    width: 580px;
206    margin: 15px 0 0 0;
207}
208
209div#detailphotoblock {
210    float: left;
211    width: 292px;
212}
213
214div#detailphotoblock p {
215    margin: 5px 0 0 0;
216}
217
218div#detailrightblock {
219    float: right;
220    width: 280px;
221}
222
223div#detailrightblock li {
224    display: inline;
225}
226
227div#detailrightblock h2 {
228    margin: 5px 0;
229    padding: 0;
230    color: #ff6600;
231    font-size: 140%;
232    font-weight: bold;
233}
234
235div#detailrightblock dl {
236    padding: 15px 0 0 0;
237}
238
239div#detailrightblock dt {
240    font-weight: bold;
241    padding: 0 0 0 15px;
242    background: url("../img/common/arrow_gray.gif") no-repeat left center;
243}
244
245div#detailrightblock dd {
246    margin: 0 15px 0 0;
247}
248
249div#detailrightblock .box54 {
250    width: 54px;
251    border: solid 1px #ccc;
252}
253
254div#detailrightblock .btn {
255    clear: both;
256    margin: 15px 0 0 0;
257    padding: 15px 0 0 0;
258    text-align: center;
259    vertical-align: top;
260    background: url("../img/common/line_280.gif") no-repeat;
261}
262
263/* サブタイトル
264----------------------------------------------- */
265div.subarea {
266    clear: both;
267    width: 580px;
268    padding: 30px 0 0 0;
269}
270
271div.subarea h3 {
272    width: 560px;
273    font-size: 120%;
274    margin: 0 0 10px 0;
275    padding: 5px 10px;
276    background-color: #e4e4e4;
277}
278
279div.subtext {
280    float: left;
281    width: 365px;
282}
283
284div.subphotoimg {
285    float: right;
286    width: 202px;
287}
288
289div.subphotoimg p {
290    margin: 5px 0 0 0;
291    text-align:right;
292}
293
294
295/* お客様の声
296----------------------------------------------- */
297div#customervoicearea {
298    clear: both;
299    width: 580px;
300    padding: 35px 0 0 0;
301}
302
303div#customervoicearea h2 {
304    padding: 0 0 10px 0;
305}
306
307div#customervoicearea .voicedate{
308    font-weight: bold;
309    margin: 10px 0 0 0;
310}
311
312div#customervoicearea .voicetitle{
313    padding: 5px 0;
314    font-size: 120%;
315    font-weight: bold;
316}
317
318div#customervoicearea li {
319    padding: 0 0 10px 0;
320    background: url("../img/common/line_580.gif") no-repeat bottom;
321}
322
323/* トラックバック
324----------------------------------------------- */
325div#trackbackarea {
326    clear: both;
327    width: 580px;
328    padding: 35px 0 0 0;
329}
330
331div#trackbackarea h2 {
332    padding: 0 0 10px 0;
333}
334
335div#trackbackarea h3 {
336    font-size: 100%;
337    font-weight: bold;
338    padding: 0 0 10px 0;
339}
340
341div#trackbackarea .box500 {
342    width: 500px;
343    border: solid 1px #ccc;
344}
345
346/* この商品を買った人はこんな商品も買っています
347----------------------------------------------- */
348div#whoboughtarea {
349    clear: both;
350    width: 580px;
351    padding: 35px 0 0 0;
352}
353
354div.whoboughtblock {
355    clear: both;
356    width: 580px;
357    padding: 10px 0;
358    overflow: auto;
359}
360
361div.whoboughtleft {
362    float: left;
363    width: 280px;
364    padding: 10px 0;
365    position: relative;
366    background: url("../img/common/line_578.gif") no-repeat bottom;
367}
368
369div.whoboughtleft img {
370    display: block;
371    float: left;
372    margin: 0 5px 0 0;
373}
374
375div.whoboughtleft p {
376    margin: 0 0 5px 0;
377}
378
379div.whoboughtright {
380    float: right;
381    width: 280px;
382    padding: 10px 0;
383    position: relative;
384    background: url("../img/common/line_578.gif") no-repeat bottom;
385}
386
387div.whoboughtright img {
388    display: block;
389    float: left;
390    margin: 0 5px 0 0;
391}
392
393div.whoboughtright p {
394    margin: 0 0 5px 0;
395}
396
397div.whoboughtleft h3 {
398    font-size: 100%;
399}
400
401div.whoboughtright h3 {
402    font-size: 100%;
403}
Note: See TracBrowser for help on using the repository browser.