source: branches/comu-ver2/html/user_data/packages/default/css/products.css @ 18205

Revision 18205, 6.1 KB checked in by miningbrownie, 15 years ago (diff)

http://svn.ec-cube.net/open_trac/attachment/wiki/SandBox/r18181%E3%83%AC%E3%83%B3%E3%83%80%E3%83%AA%E3%83%B3%E3%82%B0%E3%82%A8%E3%83%A9%E3%83%BC.pngとhttp://svn.ec-cube.net/open_trac/attachment/wiki/SandBox/不明な余白.pngに対するcssの調整

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