Revision 16094,
2.2 KB
checked in by adachi, 18 years ago
(diff) |
set property
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Id
-
Property svn:mime-type set to
text/css; 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{ |
---|
10 | border: 0; |
---|
11 | margin: 0 0 15px 0; |
---|
12 | padding: 0; |
---|
13 | width: 700px; |
---|
14 | } |
---|
15 | |
---|
16 | #containerfull #subtitle01{ |
---|
17 | border: 0; |
---|
18 | margin: 0 0 15px 0; |
---|
19 | padding: 0; |
---|
20 | width: 700px; |
---|
21 | } |
---|
22 | |
---|
23 | #containerfull #subtitle02{ |
---|
24 | border: 0; |
---|
25 | margin: 50px 0 15px 0; |
---|
26 | padding: 0; |
---|
27 | width: 700px; |
---|
28 | } |
---|
29 | |
---|
30 | /**テーブル**/ |
---|
31 | /*枠*/ |
---|
32 | #containerfull #frame{ |
---|
33 | border: 0; |
---|
34 | margin: 0; |
---|
35 | padding: 0; |
---|
36 | width: 700px; |
---|
37 | background: #ccc; |
---|
38 | } |
---|
39 | |
---|
40 | /*コメント*/ |
---|
41 | #containerfull #comment01{ |
---|
42 | border: 0; |
---|
43 | margin: 0 0 20px 0; |
---|
44 | padding: 0; |
---|
45 | width: 700px; |
---|
46 | } |
---|
47 | |
---|
48 | #containerfull #comment02{ |
---|
49 | border: 0; |
---|
50 | margin: 20px 0; |
---|
51 | padding: 0; |
---|
52 | width: 700px; |
---|
53 | } |
---|
54 | |
---|
55 | /*登録されているお届け先一覧タイトル行*/ |
---|
56 | #containerfull #frame #number{ |
---|
57 | width: 90px; |
---|
58 | background: #ecf5ff; |
---|
59 | text-align: center; |
---|
60 | } |
---|
61 | |
---|
62 | #containerfull #frame #name{ |
---|
63 | width: 110px; |
---|
64 | background: #ecf5ff; |
---|
65 | text-align: center; |
---|
66 | } |
---|
67 | |
---|
68 | #containerfull #frame #address{ |
---|
69 | width: 195px; |
---|
70 | background: #ecf5ff; |
---|
71 | text-align: center; |
---|
72 | } |
---|
73 | |
---|
74 | #containerfull #frame #fixed{ |
---|
75 | width: 100px; |
---|
76 | background: #ecf5ff; |
---|
77 | text-align: center; |
---|
78 | } |
---|
79 | |
---|
80 | #containerfull #frame #change{ |
---|
81 | width: 50px; |
---|
82 | background: #ecf5ff; |
---|
83 | text-align: center; |
---|
84 | } |
---|
85 | |
---|
86 | #containerfull #frame #delete{ |
---|
87 | width: 50px; |
---|
88 | background: #ecf5ff; |
---|
89 | text-align: center; |
---|
90 | } |
---|
91 | |
---|
92 | /*登録されているお届け先一覧コンテンツ行*/ |
---|
93 | #containerfull #frame #number_c{ |
---|
94 | width: 90px; |
---|
95 | background: #fff; |
---|
96 | } |
---|
97 | |
---|
98 | #containerfull #frame #name_c{ |
---|
99 | width: 110px; |
---|
100 | background: #fff; |
---|
101 | } |
---|
102 | |
---|
103 | #containerfull #frame #address_c{ |
---|
104 | width: 195px; |
---|
105 | background: #fff; |
---|
106 | } |
---|
107 | |
---|
108 | #containerfull #frame #fixed_c{ |
---|
109 | width: 100px; |
---|
110 | background: #fff; |
---|
111 | text-align: center; |
---|
112 | } |
---|
113 | |
---|
114 | #containerfull #frame #change_c{ |
---|
115 | width: 50px; |
---|
116 | background: #fff; |
---|
117 | text-align: center; |
---|
118 | } |
---|
119 | |
---|
120 | #containerfull #frame #delete_c{ |
---|
121 | width: 50px; |
---|
122 | background: #fff; |
---|
123 | text-align: center; |
---|
124 | } |
---|
125 | |
---|
126 | /*別のお届け先を指定コンテンツ行*/ |
---|
127 | #containerfull #left{ |
---|
128 | background: #ecf5ff; |
---|
129 | width: 170px; |
---|
130 | } |
---|
131 | |
---|
132 | #containerfull #right{ |
---|
133 | background: #fff; |
---|
134 | width: 507px; |
---|
135 | } |
---|
136 | |
---|
137 | /*ボタン*/ |
---|
138 | #containerfull #button{ |
---|
139 | border: 0; |
---|
140 | margin: 30px 0 15px 0; |
---|
141 | padding: 0; |
---|
142 | text-align: center; |
---|
143 | } |
---|
144 | |
---|
145 | /*ベリサイン*/ |
---|
146 | #containerfull #verisign{ |
---|
147 | border: 0; |
---|
148 | margin: 35px 65px; |
---|
149 | padding: 0; |
---|
150 | width: 570px; |
---|
151 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.