source: branches/version-2_13-dev/html/user_data/packages/default/css/popup.css @ 21618

Revision 21618, 2.2 KB checked in by Seasoft, 14 years ago (diff)

#1613 (typo修正・ソース整形・ソースコメントの改善)

Line 
1@charset "utf-8";
2
3/************************************************
4 ポップアップウィンドウ
5************************************************ */
6/* 共通
7----------------------------------------------- */
8div#windowcolumn {
9    border-top: solid 3px #f90;
10    width: 560px;
11    height: 100%;
12    margin: 15px 15px 0 15px;
13    background: #fff;
14}
15
16div#windowcolumn h2 {
17    margin-bottom: 10px;
18    padding: 8px;
19    border-top: solid 1px #ebeced;
20    color: #f60;
21    background: url("../img/background/bg_tit_sub_01.jpg") repeat-x left bottom;
22    background-color: #fef3d8;
23    font-size: 170%;
24}
25
26div#window_area {
27    margin: 15px auto 0 auto;
28    padding-bottom: 20px;
29    width: 540px;
30    min-height: 300px;
31    height: auto !important;
32}
33
34div#window_area p.information {
35    margin-bottom: 20px;
36}
37
38div#window_area .message {
39    margin-bottom: 20px;
40    color: #f60;
41    line-height: 150%;
42    font-weight: bold;
43    font-size: 140%;
44}
45div#window_area table {
46    width: 540px;
47}
48
49/* お客様の声の書き込み、新しいお届け先の追加・変更
50----------------------------------------------- */
51div#window_area #forgot {
52    margin: 0 auto;
53    padding: 20px;
54    width: 440px;
55    border: 1px solid #ccc;
56    text-align: left;
57}
58div#window_area #forgot .mailaddres {
59    margin-bottom: 10px;
60}
61
62div#window_area #forgot p {
63    text-align: center;
64}
65
66
67/* 商品詳細拡大写真、カート拡大写真
68----------------------------------------------- */
69div#bigimage,
70div#cartimage {
71    margin-top: 15px;
72    background-color: #fff;
73    text-align: center;
74}
75
76div#bigimage img,
77div#cartimage img {
78    padding: 10px;
79    background-color: #fff;
80}
81
82/* 郵便番号検索
83----------------------------------------------- */
84div#zipsearchcolumn {
85    margin: 15px auto 0 auto;
86    border-top: 5px solid #ffa85c;
87    border-bottom: 5px solid #ffa85c;
88    width: 460px;
89    background-color: #fff;
90}
91
92div#zipsearchcolumn h2 {
93    margin: 0 0 15px 0;
94    width: 460px;
95}
96
97div#zipsearch_area {
98    margin: 15px auto 0 auto;
99    width: 460px;
100}
101
102div#zipsearchcolumn .btn {
103    margin: 15px 0 30px 0;
104    text-align: center;
105}
106
107div#zipsearch_area #completebox p {
108    padding: 60px 5px;
109    text-align: center;
110}
111
Note: See TracBrowser for help on using the repository browser.