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

Revision 15079, 1.0 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 30px 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: 50px 0 15px 0;
26padding: 0;
27width: 700px;
28}
29
30/**テーブル**/
31/*枠*/
32#containerfull #frame{
33border: 0;
34margin: 0;
35padding: 0;
36width: 700px;
37background: #ccc;
38}
39
40#containerfull #ichi{
41border: solid 1px #ccc;
42margin: 0 48px;
43padding: 0;
44width: 600px;
45}
46
47#containerfull #ichi #comp{
48border: 0;
49margin: 0 18px;
50padding: 0;
51width: 560px;
52}
53
54#containerfull #right{
55background: #fff;
56width: 507px;
57}
58
59/*ボタン*/
60#containerfull #button{
61border: 0;
62margin: 30px 0 15px 0;
63padding: 0;
64text-align: center;
65}
66
67/*ベリサイン*/
68#containerfull #verisign{
69border: 0;
70margin: 35px 65px;
71padding: 0;
72width: 570px;
73}
Note: See TracBrowser for help on using the repository browser.