source: branches/version-2_5-dev/html/user_data/packages/default/css/mypage.css @ 20116

Revision 20116, 2.3 KB checked in by nanasess, 13 years ago (diff)
  • svn properties を再設定
  • 再設定用のスクリプト追加
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
Line 
1@charset "utf-8";
2
3
4/* MYPAGE共通指定
5----------------------------------------------- */
6div#mypagecolumn {
7    width: 700px;
8    margin: 15px auto 0 auto;
9}
10
11div#mypagecolumn h3 {
12    margin: 0 0 10px 0;
13    border-style: solid;
14    border-width: 0 0 2px 0;
15    border-color: #bbbba4;
16    padding: 5px 0 5px 12px;
17    font-size: 140%;
18    color: #333;
19    background-color: #f1f1ec;
20    letter-spacing: 0.15em;
21}
22
23div#mypagecolumn h4 {
24    margin: 10px auto;
25    font-size: 120%;
26    border-bottom: 1px solid #999;
27    text-align: left;
28}
29
30div#mypagecolumn table {
31    width: 510px;
32}
33
34div#mycontentsarea {
35    width: 510px;
36    float: right;
37}
38
39div#mycontentsarea table th.resulttd {
40    text-align: right;
41}
42
43div#mycontentsarea table.delivname th {
44    text-align: left;
45    width: 140px;
46}
47
48div#mycontentsarea table caption {
49    border-top: 1px solid #ccc;
50    border-right: 1px solid #ccc;
51    border-left: 1px solid #ccc;
52    padding: 8px;
53    background-color: #f0f0f0;
54    text-align: left;
55    font-weight: bold;
56    color: #000;
57}
58
59div#mynavarea {
60    float: left;
61    width: 185px;
62}
63
64div#mynavarea ul.button_like {
65    width: 170px;
66}
67
68
69/* 購入履歴一覧/詳細
70----------------------------------------------- */
71div#mycontentsarea table th {
72    text-align: center;
73}
74
75div#mycontentsarea p.myconditionarea {
76    clear: both;
77    width: 500px;
78    margin: 0 auto;
79    padding: 5px;
80    border: solid 1px #333;
81}
82
83div#mycontentsarea p.delivempty {
84    clear: both;
85    width: 500px;
86    margin: 30px auto;
87    padding: 10px 0;
88    border: solid 5px #CCC;
89    text-align: center;
90}
91
92
93/* 会員登録内容変更/退会
94----------------------------------------------- */
95div#mycontentsarea .box120 {
96    width: 120px;
97    padding: 2px;
98    border: 1px solid #ccc;
99}
100
101div#mycontentsarea .box60 {
102    width: 60px;
103    padding: 2px;
104    border: 1px solid #ccc;
105}
106
107div#mycontentsarea .box300 {
108    width: 300px;
109    margin: 5px 0 0 0;
110    padding: 2px;
111    border: 1px solid #ccc;
112}
113
114div#mycontentsarea .box260 {
115    width: 260px;
116    margin: 5px 0 0 0;
117    padding: 2px;
118    border: 1px solid #ccc;
119}
120
121div#mycontentsarea .zipimg img {
122    margin: 5px 0 0 0;
123}
124
125div#mycontentsarea #completetext {
126    width: 470px;
127    margin: 15px auto 0 auto;
128    padding: 15px;
129    border: 5px solid #ccc;
130}
131
132div#completetext p.changetext {
133    padding: 40px 0;
134    text-align: center;
135}
Note: See TracBrowser for help on using the repository browser.