source: branches/version-2_12-multilang/html/user_data/packages/default_en-US/css/popup.css @ 22350

Revision 22350, 3.0 KB checked in by h_yoshimoto, 11 years ago (diff)

#2058 デザイン崩れを調整

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-color: #fef3d8;
22    font-size: 170%;
23    border-bottom: 1px solid #ccc;
24    box-shadow: 0 0 1px 1px #fff inset;
25background: #fef3d8; /* Old browsers */
26background: -moz-linear-gradient(top,  #fef3d8 0%, #f7df7f 100%); /* FF3.6+ */
27background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef3d8), color-stop(100%,#f7df7f)); /* Chrome,Safari4+ */
28background: -webkit-linear-gradient(top,  #fef3d8 0%,#f7df7f 100%); /* Chrome10+,Safari5.1+ */
29background: -o-linear-gradient(top,  #fef3d8 0%,#f7df7f 100%); /* Opera 11.10+ */
30background: -ms-linear-gradient(top,  #fef3d8 0%,#f7df7f 100%); /* IE10+ */
31background: linear-gradient(to bottom,  #fef3d8 0%,#f7df7f 100%); /* W3C */
32filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef3d8', endColorstr='#f7df7f',GradientType=0 ); /* IE6-9 */
33}
34
35div#window_area {
36    margin: 15px auto 0 auto;
37    padding-bottom: 20px;
38    width: 540px;
39    min-height: 300px;
40    height: auto !important;
41}
42
43div#window_area p.information {
44    margin-bottom: 20px;
45}
46
47div#window_area .message {
48    margin-bottom: 20px;
49    color: #f60;
50    line-height: 150%;
51    font-weight: bold;
52    font-size: 140%;
53}
54div#window_area table {
55    width: 540px;
56}
57
58/* お客様の声の書き込み、新しいお届け先の追加・変更
59----------------------------------------------- */
60div#window_area #forgot {
61    margin: 0 auto 20px;
62    padding: 20px;
63    width: 440px;
64    border: 1px solid #ccc;
65    text-align: left;
66}
67div#window_area #forgot .mailaddres {
68    margin-bottom: 10px;
69}
70
71div#window_area #forgot p {
72    text-align: center;
73}
74
75div#window_area #completebox {
76    margin-bottom: 30px;
77}
78div#window_area .btn_area .bt04 {
79    padding: 6px 50px;
80}
81
82
83
84/* 商品詳細拡大写真、カート拡大写真
85----------------------------------------------- */
86div#bigimage,
87div#cartimage {
88    margin-top: 15px;
89    background-color: #fff;
90    text-align: center;
91}
92
93div#bigimage img,
94div#cartimage img {
95    padding: 10px;
96    background-color: #fff;
97}
98
99/* 郵便番号検索
100----------------------------------------------- */
101div#zipsearchcolumn {
102    margin: 15px auto 0 auto;
103    border-top: 5px solid #ffa85c;
104    border-bottom: 5px solid #ffa85c;
105    width: 460px;
106    background-color: #fff;
107}
108
109div#zipsearchcolumn h2 {
110    margin: 0 0 15px 0;
111    width: 460px;
112}
113
114div#zipsearch_area {
115    margin: 15px auto 0 auto;
116    width: 460px;
117}
118
119div#zipsearchcolumn .btn {
120    margin: 15px 0 30px 0;
121    text-align: center;
122}
123
124div#zipsearch_area #completebox p {
125    padding: 60px 5px;
126    text-align: center;
127}
128
Note: See TracBrowser for help on using the repository browser.