source: branches/comu-ver2/html/user_data/packages/default/css/mypage.css @ 17519

Revision 17519, 2.2 KB checked in by Seasoft, 16 years ago (diff)

MYページ画像の一部をテキストに。カスタマイズを容易にする試み。

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 table {
24    width: 510px;
25}
26
27div#mycontentsarea {
28    width: 510px;
29    float: right;
30}
31
32div#mycontentsarea table th.resulttd {
33    text-align: right;
34}
35
36div#mycontentsarea table.delivname th {
37    text-align: left;
38    width: 140px;
39}
40
41div#mycontentsarea table caption {
42    border-top: 1px solid #ccc;
43    border-right: 1px solid #ccc;
44    border-left: 1px solid #ccc;
45    padding: 8px;
46    background-color: #f0f0f0;
47    text-align: left;
48    font-weight: bold;
49    color: #000;
50}
51
52div#mynavarea {
53    float: left;
54    width: 185px;
55}
56
57div#mynavarea ul.button_like {
58    width: 170px;
59}
60
61
62/* 購入履歴一覧/詳細
63----------------------------------------------- */
64div#mycontentsarea table th {
65    text-align: center;
66}
67
68div#mycontentsarea p.myconditionarea {
69    clear: both;
70    width: 500px;
71    margin: 0 auto;
72    padding: 5px;
73    border: solid 1px #333;
74}
75
76div#mycontentsarea p.delivempty {
77    clear: both;
78    width: 500px;
79    margin: 30px auto;
80    padding: 10px 0;
81    border: solid 5px #CCC;
82    text-align: center;
83}
84
85
86/* 会員登録内容変更/退会
87----------------------------------------------- */
88div#mycontentsarea .box120 {
89    width: 120px;
90    padding: 2px;
91    border: 1px solid #ccc;
92}
93
94div#mycontentsarea .box60 {
95    width: 60px;
96    padding: 2px;
97    border: 1px solid #ccc;
98}
99
100div#mycontentsarea .box300 {
101    width: 300px;
102    margin: 5px 0 0 0;
103    padding: 2px;
104    border: 1px solid #ccc;
105}
106
107div#mycontentsarea .box260 {
108    width: 260px;
109    margin: 5px 0 0 0;
110    padding: 2px;
111    border: 1px solid #ccc;
112}
113
114div#mycontentsarea .zipimg img {
115    margin: 5px 0 0 0;
116}
117
118div#mycontentsarea #completetext {
119    width: 470px;
120    margin: 15px auto 0 auto;
121    padding: 15px;
122    border: 5px solid #ccc;
123}
124
125div#completetext p.changetext {
126    padding: 40px 0;
127    text-align: center;
128}
Note: See TracBrowser for help on using the repository browser.