source: branches/feature-module-update/html/css/layout/mypage/history.css @ 15079

Revision 15079, 2.5 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1/*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 */
6/***************MY?????????????***************/
7
8@charset "<!--{$smarty.const.CHAR_CODE}-->";
9
10
11
12/***??????***/
13#container #right #maintitle{
14border: 0;
15margin: 0;
16padding: 0;
17width: 570px;
18}
19
20#container #right #comment{
21border: 0;
22margin: 0 0 15px 0;
23padding: 0;
24width: 480px;
25}
26
27/***MY?????***/
28
29#container #right #navi{
30border: 0;
31margin: 0;
32padding: 0;
33border-width: 0 0 1px 0;
34border-style: solid ;
35border-color: #c9ddf1;
36width: 570px;
37}
38
39/*??????*/
40#container #right #subtitle{
41border-width: 0 0 1px 0;
42border-style: dashed;
43border-color: #b3aa82;
44margin: 25px 0 15px 0;
45padding: 10px;
46text-align: left;
47width: 550px;
48background: #eeece3;
49voice-family: "\"}\"";
50voice-family: inherit;
51width: 570px;
52}
53
54html>body #container #right #subtitle{
55width:550px;
56}
57
58/*???*/
59#container #right #button{
60border: 0;
61margin: 30px 0 15px 0;
62padding: 0;
63text-align: center;
64}
65
66
67/*????*/
68/* ????????????
69----------------------------------------------- */
70#frame {
71    width: 570px;
72    margin: 15px 0 0 0;
73    padding: 0;
74    border: 0;
75    background: #ccc;
76    font-size: 75%; line-height: 150%;
77}
78
79#frame th {
80    background: #eef7ff;
81    font-weight: normal;
82    text-align: center;
83}
84
85#frame td {
86    background: #fff;
87}
88
89.code {
90    width: 100px;
91    text-align: left;
92}
93
94.name {
95    width: 204px;
96    text-align: left;
97}
98
99.price01 {
100    width: 80px;
101    text-align: right;
102}
103
104.number {
105    width: 50px;
106    text-align: center;
107}
108
109.price02 {
110    width: 80px;
111    text-align: right;
112}
113
114#frame .under {
115    background: #eef7ff;
116    line-height: 118%;
117    text-align: right;
118}
119
120.price03 {
121    width: 80px;
122    line-height: 118%;
123    text-align: right;
124}
125
126
127/* ????????????
128----------------------------------------------- */
129#frame02 {
130    width: 570px;
131    margin: 25px 0 20px 0;
132    padding: 0;
133    border: 0;
134    background: #ccc;
135    font-size: 75%; line-height: 150%;
136}
137
138#frame02 th {
139    width: 410px;
140    background: #eef7ff;
141    font-weight: normal;
142    text-align: right;
143}
144
145#frame02 td {
146    width: 157px;
147    background: #fff;
148}
149
150#frame03 {
151    width: 570px;
152    margin: 25px 0 0 0;
153    background: #ccc;
154    font-size: 75%; line-height: 150%;
155    text-align: left;
156}
157
158#frame03 th {
159    width: 157px;
160    background: #eef7ff;
161    font-weight: normal;
162}
163
164#frame03 td {
165    width: 410px;
166    background: #fff;
167}
168
169caption {
170    width: 548px;
171    padding: 5px 10px;
172    border-width: 1px 1px 0 1px;
173    border-style: solid ;
174    border-color: #ccc;
175    background: #eef7ff;
176    text-align: left;
177}
Note: See TracBrowser for help on using the repository browser.