source: branches/version-2_11-dev/html/user_data/packages/sphone/css/mypage.css @ 21133

Revision 21133, 5.2 KB checked in by nanasess, 13 years ago (diff)

#1413 購入履歴のレイアウト調整

  • Property svn:mime-type set to text/plain
Line 
1@charset "utf-8";
2/* ===================================================================
3CSS information
4file name  :mypage.css
5style info :マイページ
6=================================================================== */
7/* -----------------------------------------------
8MYページ汎用
9----------------------------------------------- */
10#mypagecolumn{
11width:100%;
12padding-bottom:35px;
13}
14#mypagecolumn h2.title{
15font-size:18px;
16border-bottom:#CCC solid 1px;
17-webkit-box-shadow:none;
18-moz-box-shadow:none;
19margin-bottom:0!important;
20}
21h3.title_mypage{
22font-size:18px;
23line-height:1.2;
24margin-bottom:10px;
25padding:10px 10px 10px 25px;
26background:url(../img/common/bg_tit_bar.png) 10px 12px no-repeat;
27-webkit-box-shadow: 1px 5px 5px #E2E2E2;
28-moz-box-shadow: 1px 5px 5px #E2E2E2;
29}
30/**イントロダクション*/
31#mypagecolumn .information{
32font-size:12px;
33padding:10px 10px 0 10px;
34border-bottom:0;
35font-weight:normal;
36}
37#mypagecolumn .information p:first-child{
38font-size:14px;
39font-weight:bold;
40margin-bottom:0;
41}
42/*-----------------------------------------------
43MYページナビ
44----------------------------------------------- */
45#mypage_nav{
46width:100%;
47background:#DAE0E5;
48background: -moz-linear-gradient(center top, #FDFDFD 0%,#DAE0E5 90%,#DAE0E5 0%);
49background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(0.9, #DAE0E5),color-stop(0, #DAE0E5));
50margin-bottom:15px;
51-webkit-box-shadow: 1px 5px 5px #C0C0C0;
52-moz-box-shadow: 1px 5px 5px #C0C0C0;
53}
54#mypage_nav ul{
55width:auto;
56clear:both;
57margin:0 auto;
58}
59#mypage_nav ul li{
60float:left;
61text-align:center;
62border-left:#FFF solid 1px;
63border-right:#CCC solid 1px;
64border-bottom:#CCC solid 1px;
65white-space:nowrap;
66}
67#mypage_nav ul li a{
68color:#000;
69padding:9px 0 8px 0;
70display:block;
71text-shadow: 0px -1px 1px rgba(255,255,255,0.7);
72background-color:#DAE0E5;
73background: -moz-linear-gradient(center top, #EEF0F3 0%,#DAE0E5 90%,#DAE0E5 100%);
74background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEF0F3),color-stop(0.9, #DAE0E5),color-stop(1, #DAE0E5));
75}
76#mypage_nav ul li a:hover{
77color:#FFF;
78text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
79background:#5393c5;
80background: -moz-linear-gradient(center top, #5393c5 10%,#80b6e2 100%);
81background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5393c5),color-stop(1, #80b6e2));
82}
83#mypage_nav ul li.nav_delivadd,#mypage_nav ul li.nav_change{
84width:49.7%;
85}
86#mypage_nav ul li.nav_history,#mypage_nav ul li.nav_favorite,#mypage_nav ul li.nav_refusal{
87width:33%;
88}
89#mypage_nav li:first-child{
90border-left:none;
91}
92#mypage_nav li:nth-child(3){
93border-top:#FFF solid 1px;
94border-left:none;
95}
96#mypage_nav li:nth-child(4),#mypage_nav li:nth-child(5){
97border-top:#FFF solid 1px;
98}
99
100#mypage_nav li:last-child,#mypage_nav li:nth-child(2){
101border-right:none;
102}
103
104/* -----------------------------------------------
105購入履歴詳細
106----------------------------------------------- */
107#mypagecolumn .cartitemBox{
108padding:10px 0;
109}
110
111#historyBox{
112padding:10px 10px 5px;
113background:#F7F5F0;
114border:#A9ABAD solid 1px;
115border-radius:7px;
116-moz-border-radius:7px;
117-webkit-border-radius:7px;
118margin-bottom:10px;
119}
120#historyBox p{
121font-size:12px;
122width:70%;
123display:inline;
124float:left;
125}
126#historyBox .btn_reorder{
127width:5em;
128float:right;
129padding:15px;
130display:inline;
131margin:0;
132}
133#mypagecolumn .cartinContents div{
134min-height:65px;
135}
136#mypagecolumn .cartinContents p#downloadable {
137    margin-top: 0.8em;
138}
139#mypagecolumn .cartinContents ul li.result{
140padding-top:0!important;
141padding-left:1em;
142}
143/*メール履歴詳細*/
144#news_area li{
145padding:10px;
146display:block;
147clear:both;
148line-height:1.3;
149background-color:#FEFEFE;
150background: -moz-linear-gradient(center top, #FEFEFE 0%,#eeeeee 100%);
151background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE),color-stop(1, #eeeeee));
152border-top:#FFF solid 1px;
153border-bottom:#CCC solid 1px;
154}
155/* -----------------------------------------------
156お気に入り
157----------------------------------------------- */
158.favoriteBox{
159padding:10px;
160border-bottom:#CCC solid 1px;
161clear:both;
162position:relative;
163}
164.favoriteBox:last-child{
165border-bottom:none;
166}
167.favoriteBox .photoL{
168width:80px;
169}
170.favoriteContents{
171width:70%;
172float:right;
173display:block;
174position:relative;
175}
176.favoriteContents .btn_delete{
177padding:1px;
178right:10px;
179float:right;
180position:absolute;
181top:0;
182}
183
184/* -----------------------------------------------
185会員登録内容変更
186----------------------------------------------- */
187#mypagecolumn .thankstext{
188padding:15px 10px 10px 10px;
189}
190/* -----------------------------------------------
191お届け先追加・変更
192----------------------------------------------- */
193#mypagecolumn .btn_area_top{
194margin-top:10px;
195}
196.delivBox{
197padding:10px 10px 5px 10px;
198border-bottom:#CCC solid 1px;
199clear:both;
200position:relative;
201}
202
203.delivBox:last-child{
204border-bottom:none;
205}
206
207/* -----------------------------------------------
208退会手続き
209----------------------------------------------- */
210.refusetxt{
211padding:15px 10px 10px 10px;
212}
213.refusetxt p:first-child{
214margin-bottom:10px;
215}
216.btn_refuse{
217padding:0;
218margin:20px auto 0 auto;
219}
220.btn_refuse li{
221display:inline-block;
222vertical-align:middle;
223}
224.btn_refuse a.btn,.btn_refuse input[type="submit"].btn{
225font-size:13px!important;
226display:inline;
227}
228.btn_refuse li:first-child{
229margin-right:1em;
230}
Note: See TracBrowser for help on using the repository browser.