source: branches/comu-ver2/html/user_data/packages/default/css/index.css @ 18623

Revision 18623, 1.1 KB checked in by Seasoft, 14 years ago (diff)

#612(画面幅の調整を容易にする) 現状を一旦コミット。

  • クラス「frame_outer」のCSS定義を変更でサイト全体の画面幅を調整できるようにする試み。
Line 
1@charset "utf-8";
2
3
4/* FLASH
5----------------------------------------------- */
6#flasharea {
7    text-align: center;
8}
9
10
11/* 新着情報
12----------------------------------------------- */
13#newsarea {
14}
15
16#newsarea dl {
17    padding: 10px 0;
18    background: url("../img/common/line_400.gif") no-repeat bottom;
19}
20
21#newsarea dl.end {
22    padding: 10px 0;
23    background: url("") no-repeat bottom;
24}
25
26#newsarea dl dt {
27    padding: 0 0 0 20px;
28    background: url("../img/top/news_icon.gif") no-repeat;
29}
30
31
32/* おすすめ商品
33----------------------------------------------- */
34#recomendarea {
35}
36
37.recomendblock {
38    clear: both;
39    width: 100%;
40    padding: 10px 0;
41    overflow: auto;
42    background: url("../img/common/line_402.gif") no-repeat bottom;
43}
44
45.recomendleft,
46.recomendright {
47    width: 47.5%;
48}
49
50.recomendleft {
51    float: left;
52}
53
54.recomendright {
55    float: right;
56    position: relative;
57}
58
59.recomendleft p,
60.recomendright p {
61    margin: 0 0 5px 0;
62}
63
64.recomendleft img,
65.recomendright img {
66    display: block;
67    float: left;
68    margin: 0 5px 0 0;
69}
70
71.recomendleft h3,
72.recomendright h3 {
73    font-size: 100%;
74}
Note: See TracBrowser for help on using the repository browser.