source: branches/feature-module-update/html/css/layout/shopping/confirm.css @ 15079

Revision 15079, 2.4 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1/*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 */
6@charset "<!--{$smarty.const.CHAR_CODE}-->";
7
8/***コンテンツ***/
9#containerfull #maintitle{
10border: 0;
11margin: 0 0 15px 0;
12padding: 0;
13width: 700px;
14}
15
16#containerfull #subtitle01{
17border: 0;
18margin: 0 0 15px 0;
19padding: 0;
20width: 700px;
21}
22
23#containerfull #subtitle02{
24border: 0;
25margin: 30px 0 15px 0;
26padding: 0;
27width: 700px;
28}
29
30#containerfull #subtitle03{
31border: 0;
32margin: 30px 0 15px 0;
33padding: 0;
34width: 700px;
35}
36
37/*コメント*/
38#containerfull #comment01{
39border: 0;
40margin: 0 0 20px 0;
41padding: 0;
42width: 700px;
43}
44
45/**テーブル**/
46/*枠*/
47#containerfull #frame{
48border: 0;
49margin: 0;
50padding: 0;
51width: 700px;
52background: #ccc;
53}
54
55/*ご注文内容タイトル行*/
56#containerfull #frame #picture{
57width: 80px;
58background: #ecf5ff;
59text-align: center;
60}
61
62#containerfull #frame #name{
63width: 280px;
64background: #ecf5ff;
65text-align: center;
66}
67
68#containerfull #frame #productsnumber{
69width: 80px;
70background: #ecf5ff;
71text-align: center;
72}
73
74#containerfull #frame #number{
75width: 49px;
76background: #ecf5ff;
77text-align: center;
78}
79
80#containerfull #frame #price{
81width: 140px;
82background: #ecf5ff;
83text-align: center;
84}
85
86/*ご注文内容コンテンツ行*/
87#containerfull #frame #picture_c{
88width: 80px;
89background: #fff;
90text-align: center;
91}
92
93#containerfull #frame #name_c{
94width: 280px;
95background: #fff;
96}
97
98#containerfull #frame #productsnumber_c{
99width: 80px;
100background: #fff;
101text-align: right;
102}
103
104#containerfull #frame #number_c{
105width: 49px;
106background: #fff;
107text-align: center;
108}
109
110#containerfull #frame #price_c{
111width: 140px;
112background: #fff;
113text-align: right;
114}
115
116/*ご注文内容下行*/
117#containerfull #frame #under{
118background: #ecf5ff;
119text-align: right;
120}
121
122#containerfull #frame #total01{
123background: #ffecec;
124text-align: right;
125}
126
127#containerfull #frame #total02{
128width: 140px;
129background: #ffecec;
130text-align: right;
131}
132
133/*以下のコンテンツ行*/
134#containerfull #left{
135background: #ecf5ff;
136width: 170px;
137}
138
139#containerfull #right{
140background: #fff;
141width: 507px;
142}
143
144/*ボタン*/
145#containerfull #button{
146border: 0;
147margin: 30px 0 15px 0;
148padding: 0;
149text-align: center;
150}
151
152/*ベリサイン*/
153#containerfull #verisign{
154border: 0;
155margin: 35px 65px;
156padding: 0;
157width: 570px;
158}
Note: See TracBrowser for help on using the repository browser.