source: branches/comu-utf8/html/css/layout/cartin/index.css @ 15099

Revision 15099, 2.1 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

Line 
1/*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 */
6
7@charset "<!--{$smarty.const.CHAR_CODE}-->";
8
9/***買い物かごCSS***/
10
11/***コンテンツ***/
12#containerfull #maintitle{
13border: 0;
14margin: 0 0 15px 0;
15padding: 0;
16width: 700px;
17}
18
19/**テーブル**/
20/*枠*/
21#containerfull #frame{
22border: 0;
23margin: 0;
24padding: 0;
25width: 700px;
26background: #ccc;
27}
28
29/*タイトル行*/
30#containerfull #frame #delete{
31width: 50px;
32background: #ecf5ff;
33text-align: center;
34}
35
36#containerfull #frame #picture{
37width: 80px;
38background: #ecf5ff;
39text-align: center;
40}
41
42#containerfull #frame #products{
43width: 194px;
44background: #ecf5ff;
45text-align: center;
46}
47
48#containerfull #frame #productsnumber{
49width: 80px;
50background: #ecf5ff;
51text-align: center;
52}
53
54#containerfull #frame #number{
55width: 70px;
56background: #ecf5ff;
57text-align: center;
58}
59
60#containerfull #frame #price{
61width: 140px;
62background: #ecf5ff;
63text-align: center;
64}
65
66/*コンテンツ行*/
67#containerfull #frame #delete_c{
68width: 50px;
69background: #fff;
70text-align: center;
71}
72
73#containerfull #frame #picture_c{
74width: 80px;
75background: #fff;
76text-align: center;
77}
78
79#containerfull #frame #products_c{
80width: 194px;
81background: #fff;
82}
83
84#containerfull #frame #productsnumber_c{
85width: 80px;
86background: #fff;
87text-align: right;
88}
89
90#containerfull #frame #number_c{
91width: 70px;
92background: #fff;
93text-align: center;
94}
95
96#containerfull #frame #number_c #form{
97border: 0;
98margin-right: auto; margin-left: auto;
99padding: 0;
100text-align: center;
101}
102
103#containerfull #frame #price_c{
104width: 140px;
105background: #fff;
106text-align: right;
107}
108
109
110/*下行*/
111#containerfull #frame #under{
112background: #ecf5ff;
113text-align: right;
114}
115
116/*確認画像*/
117#containerfull #confirm{
118border: 0;
119margin: 20px 0 0 0;
120padding: 0;
121text-align: center;
122}
123
124/*ボタン*/
125#containerfull #button{
126border: 0;
127margin: 0 0 20px 0;
128padding: 0;
129text-align: center;
130}
131
132/*注意*/
133
134#containerfull #attention{
135border: 0;
136margin: 0;
137padding: 0;
138width: 700px;
139background: #f5f5f5;
140}
Note: See TracBrowser for help on using the repository browser.