Ignore:
Timestamp:
2010/03/11 10:35:11 (16 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

Location:
tmp/version-2_5-test/html/user_data/packages/default/css
Files:
2 added
7 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/html/user_data/packages/default/css/index.css

    r18562 r18609  
    1010 
    1111 
    12 /* ニュース 
     12/* 新着情報 
    1313----------------------------------------------- */ 
    1414div#newsarea { 
     
    3434 
    3535 
    36 /* おすすめ 
     36/* おすすめ商品 
    3737----------------------------------------------- */ 
    3838div#recomendarea { 
    39     width: 400px; 
    40     margin: 0 auto; 
     39    margin: 0 10px; 
    4140} 
    4241 
    4342div.recomendblock { 
    4443    clear: both; 
    45     width: 400px; 
     44    width: 100%; 
    4645    padding: 10px 0; 
    4746    overflow: auto; 
     
    4948} 
    5049 
     50div.recomendleft, 
     51div.recomendright { 
     52    width: 47.5%; 
     53} 
     54 
    5155div.recomendleft { 
    5256    float: left; 
    53     width: 190px; 
    54     margin: 0 5px 0 0; 
    55 } 
    56  
    57 div.recomendleft p { 
    58     margin: 0 0 5px 0; 
    5957} 
    6058 
    6159div.recomendright { 
    6260    float: right; 
    63     width: 190px; 
    6461    position: relative; 
    6562} 
    6663 
    67 div.recomendleft img, div.recomendright img { 
     64div.recomendleft p, 
     65div.recomendright p { 
     66    margin: 0 0 5px 0; 
     67} 
     68 
     69div.recomendleft img, 
     70div.recomendright img { 
    6871    display: block; 
    6972    float: left; 
     
    7174} 
    7275 
    73 div.recomendright p { 
    74     margin: 0 0 5px 0; 
    75 } 
    76  
    77 div.recomendleft h3 { 
    78     font-size: 100%; 
    79 } 
    80  
     76div.recomendleft h3, 
    8177div.recomendright h3 { 
    8278    font-size: 100%; 
  • tmp/version-2_5-test/html/user_data/packages/default/css/main.css

    r18562 r18609  
    55} 
    66 
    7 table,img,p { 
     7table,img,p {  
    88    border: 0; 
    99} 
     
    4848    color: #3a75af; 
    4949} 
    50 a:hover { 
     50a:link:hover { 
     51    color: #ff6600; 
     52} 
     53a[href]:hover { /* 「a:link:hover」の Firefox 向けハック。上と Grouping 構文で統合すると、IE で動作しなくなる。 */ 
    5154    color: #ff6600; 
    5255} 
     
    5760    line-height: 150%; 
    5861} 
    59 .price { color: #ff0000; font-weight: bold; } 
     62.price { 
     63} 
     64/* FIXME ポイントがクラス「price」を利用しているようだが、専用のクラスを用意すべき。 */ 
     65.sale_price { 
     66    color: #ff0000; 
     67} 
     68.sale_price .price { 
     69    font-weight: bold; 
     70} 
     71.normal_price { 
     72} 
    6073.attention { color: #ff0000; } 
    6174.mini { font-size: 90%; } 
     
    6477    color: #ff0000; 
    6578} 
     79 
     80/* 見出し 
     81----------------------------------------------- */ 
     82h2 { 
     83    padding: 15px 0 0 0; 
     84} 
     85h2.title { 
     86    margin: 0 0 10px 0; 
     87    border-style: solid; 
     88    border-width: 2px 1px; 
     89    border-color: #999 #ccc; 
     90    background: url("../img/title/title_icon.gif") no-repeat 7px center; 
     91    padding: 7px 0 7px 30px; 
     92    font-size: 140%; 
     93    color: #000; 
     94} 
     95 
    6696/* テーブル共通指定 
    6797----------------------------------------------- */ 
     
    132162    width: 292px; 
    133163    height: 81px; 
    134     background: url("../img/header/logo.gif"); 
     164    background: url("../img/header/logo.gif") no-repeat; 
    135165} 
    136166div#header em { 
     
    173203} 
    174204 
    175 div#leftcolumn h2 { 
    176     padding: 15px 0 0 0; 
    177 } 
    178  
    179205div#rightcolumn { 
    180206    float: left; 
    181207    width: 166px; 
    182 } 
    183  
    184 div#rightcolumn h2 { 
    185     padding: 15px 0 0 0; 
    186208} 
    187209 
     
    195217} 
    196218 
    197 div#three_maincolumn h2 { 
    198     padding: 15px 0 0 0; 
    199 } 
    200  
    201219/* 2カラム設定 */ 
    202220div#two_maincolumn { 
     
    206224} 
    207225 
    208 div#two_maincolumn h2 { 
    209     padding: 15px 0 0 0; 
    210 } 
    211  
    212226/* 1カラム設定 */ 
    213227div#one_maincolumn { 
     
    215229} 
    216230 
     231/* 上下のブロックエリア 
     232----------------------------------------------- */ 
     233div#topcolumn{ 
     234    clear:both; 
     235    margin:0px;  
     236} 
     237div#bottomcolumn{ 
     238    clear: both; 
     239    margin:0px; 
     240} 
     241 
     242/* リストをボタンのような外観に 
     243----------------------------------------------- */ 
     244ul.button_like li { 
     245    margin: 0; 
     246    padding: 0; 
     247} 
     248ul.button_like li a { 
     249    display: block; 
     250    padding: 7px 0 7px 15px; 
     251    text-decoration: none; 
     252    border: 1px solid; 
     253    border-color: #ccc #999 #999 #ccc; 
     254    background: url("../img/common/button_like_bg.gif") 5px 7px no-repeat; 
     255    outline: none; 
     256    margin: 0; 
     257} 
     258ul.button_like li a:link, 
     259ul.button_like li a:visited { 
     260    color: #000; 
     261} 
     262ul.button_like li a:hover, 
     263ul.button_like li a.selected:link, 
     264ul.button_like li a.selected:visited { 
     265    color: #f60; 
     266} 
     267ul.button_like li a:active { 
     268    border-color: #999 #ccc #ccc #999; 
     269} 
     270 
    217271/* カゴの中 
    218272----------------------------------------------- */ 
     
    237291} 
    238292 
     293div#cartarea .price { 
     294    color: #FF0000; 
     295    font-weight: bold; 
     296} 
     297 
     298 
    239299/* カテゴリー 
    240300----------------------------------------------- */ 
     
    274334    color: #ff0000; 
    275335} 
     336 
     337 
    276338/* ガイドリンク 
    277339----------------------------------------------- */ 
    278 #guidearea { 
    279     padding: 15px 0 0 0; 
    280     line-height: 0; 
     340#guidearea ul.button_like { 
     341    margin-top: 1em; 
     342    font-size: 11px; 
    281343} 
    282344 
     
    306368    border: solid 1px #ccc; 
    307369} 
     370 
    308371 
    309372/* 検索 
     
    357420    color: #DD4400; 
    358421} 
     422 
    359423 
    360424/* バナー 
  • tmp/version-2_5-test/html/user_data/packages/default/css/mypage.css

    r18007 r18609  
    99} 
    1010 
    11 div#mypagecolumn h2.title{ 
    12     width: 700px; 
    13     margin: 0 0 15px 0; 
     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; 
    1421} 
    1522 
     
    2027div#mycontentsarea { 
    2128    width: 510px; 
     29    float: right; 
    2230} 
    2331 
     
    4250} 
    4351 
    44  
    45 /* 購入履歴一覧/詳細 
    46 ----------------------------------------------- */ 
    4752div#mynavarea { 
    4853    float: left; 
     
    5055} 
    5156 
    52 div#mynavarea li { 
    53     display: block; 
    54     height: 30px; 
     57div#mynavarea ul.button_like { 
     58    width: 170px; 
    5559} 
    5660 
    57 div#mycontentsarea { 
    58     float: right; 
    59 } 
    6061 
    61 div#mycontentsarea h3 { 
    62     margin: 0 0 10px 0; 
    63 } 
    64  
     62/* 購入履歴一覧/詳細 
     63----------------------------------------------- */ 
    6564div#mycontentsarea table th { 
    6665    text-align: center; 
  • tmp/version-2_5-test/html/user_data/packages/default/css/products.css

    r18007 r18609  
    1515/* ページ送り 
    1616----------------------------------------------- */ 
    17 .pagenumberarea, .pagecondarea { 
    18     clear: both; 
    19     width: 560px; 
     17.pagenumberarea, 
     18.pagecondarea { 
     19    clear: both; 
     20} 
     21 
     22/* 背景色(改行対策) */ 
     23.pagenumberarea, 
     24.pagenumberarea .navi, 
     25.pagenumberarea .change, 
     26.pagecondarea { 
     27    background-color: #f3f3f3; 
     28} 
     29 
     30.pagenumberarea { 
     31    margin: 1em 0; 
     32    padding: 1ex 1em; 
     33} 
     34 
     35.pagecondarea { 
    2036    margin: 20px 0; 
    2137    padding: 10px; 
    22     background-color: #f3f3f3; 
    23 } 
    24  
    25 ul.pagenumberarea { 
    26     height: 2.5ex; 
    27 } 
    28  
    29 ul.pagecondarea { 
    3038    border: 1px solid #CCCCCC; 
    3139} 
    3240 
    33 ul.pagenumberarea li { 
    34     float: left; 
    35     width: 32.9%; 
    36 } 
    37  
    38 ul.pagenumberarea li.left { 
    39     text-align: left; 
    40     white-space: nowrap; 
    41 } 
    42  
    43 ul.pagenumberarea li.center { 
     41.pagenumberarea .navi { 
     42    padding-right: 38%; 
    4443    text-align: center; 
    45     white-space: pre; 
    46 } 
    47  
    48 ul.pagenumberarea li.right { 
     44} 
     45 
     46.pagenumberarea .change { 
     47    float: right; 
    4948    text-align: right; 
    5049    white-space: nowrap; 
    5150} 
    5251 
    53 .pagenumberarea .pagenumber{ 
    54     color: #ff0000; 
    55     font-weight: bold; 
    56 } 
    57  
    58 p.pagenumberarea .number{ 
    59     font-weight: bold; 
    60 } 
    61  
    6252/* 商品一覧 */ 
    6353 
    6454/* タイトル 
    6555----------------------------------------------- */ 
    66 div#listtitle { 
    67     width: 580px; 
    68     margin: 0 0 10px 0; 
    69     border-top: 2px solid #ff0000; 
    70     border-left: 1px solid #ccc; 
    71     border-right: 1px solid #ccc; 
    72     border-bottom: 2px solid #999; 
     56.product h2.title { 
     57    border-color: #f00 #ccc; 
    7358    background: url("../img/products/title_icon.gif") no-repeat left center; 
    7459    background-color: #ffebca; 
    7560} 
    76  
    77 div#listtitle h2 { 
    78     padding: 10px 0 10px 30px; 
    79     font-size: 140%; 
    80 } 
    81  
    8261 
    8362/* 商品 
     
    11695 
    11796div.listrightblock h3 a { 
    118     font-size: 100%; 
    11997    font-weight: bold; 
    12098} 
     
    126104div.listrightblock .pricebox { 
    127105    float: left; 
    128 } 
    129  
    130 div.listrightblock .soldout { 
    131     clear: both; 
    132106} 
    133107 
     
    165139div.listrightblock .cartbtn { 
    166140    clear: both; 
    167     text-align: center; 
    168141} 
    169142 
    170143div.listrightblock .cartbtn img { 
    171     display: block; 
    172144    width: 115px; 
    173     margin: 5px auto 0 auto; 
     145    margin: 5px 0 0 0; 
    174146} 
    175147 
     
    179151} 
    180152 
     153.product_list .pagenumber{ 
     154    color: #ff0000; 
     155    font-weight: bold; 
     156} 
     157 
    181158/* 商品詳細 */ 
    182  
    183 /* タイトル 
    184 ----------------------------------------------- */ 
    185 div#detailtitle { 
    186     width: 580px; 
    187     margin: 0 0 10px 0; 
    188     border-top: 2px solid #ff0000; 
    189     border-left: 1px solid #ccc; 
    190     border-right: 1px solid #ccc; 
    191     border-bottom: 2px solid #999; 
    192     background: url("../img/products/title_icon.gif") no-repeat left center; 
    193     background-color: #ffebca; 
    194 } 
    195  
    196 div#detailtitle h2 { 
    197     padding: 10px 0 10px 30px; 
    198     font-size: 140%; 
    199 } 
    200  
    201159 
    202160/* 商品 
     
    234192 
    235193div#detailrightblock dl { 
    236     padding: 15px 0 0 0; 
     194    padding: 0; 
    237195} 
    238196 
    239197div#detailrightblock dt { 
    240198    font-weight: bold; 
     199    margin: 15px 0 0 0; 
    241200    padding: 0 0 0 15px; 
    242201    background: url("../img/common/arrow_gray.gif") no-repeat left center; 
     
    261220} 
    262221 
     222/* 商品共通 */ 
     223 
     224.cartbtn { 
     225    text-align: center; 
     226} 
     227 
    263228/* サブタイトル 
    264229----------------------------------------------- */ 
     
    270235 
    271236div.subarea h3 { 
    272     width: 560px; 
    273237    font-size: 120%; 
    274238    margin: 0 0 10px 0; 
    275239    padding: 5px 10px; 
    276240    background-color: #e4e4e4; 
     241    clear: both; 
    277242} 
    278243 
     
    321286} 
    322287 
     288.recommend_level { 
     289    color: #FF0000; 
     290} 
     291 
    323292/* トラックバック 
    324293----------------------------------------------- */ 
     
    344313} 
    345314 
    346 /* この商品を買った人はこんな商品も買っています 
     315/* 関連商品 
    347316----------------------------------------------- */ 
    348317div#whoboughtarea { 
  • tmp/version-2_5-test/html/user_data/packages/default/css/under.css

    r17104 r18609  
    77    width: 580px; 
    88    margin: 15px auto 0 auto; 
    9 } 
    10  
    11 div#undercolumn h2.title{ 
    12     width: 580px; 
    13     margin: 0 0 15px 0; 
    149} 
    1510 
  • tmp/version-2_5-test/html/user_data/packages/default/css/under02.css

    r17000 r18609  
    77    width: 700px; 
    88    margin: 15px auto 0 auto; 
    9 } 
    10  
    11 div#under02column h2.title{ 
    12     width: 700px; 
    13     margin: 0 0 15px 0; 
    149} 
    1510 
     
    10095 
    10196 
    102 /* お届け先指定 
     97/* お届け先指定 
    10398----------------------------------------------- */ 
    10499div#under02column_shopping table th { 
  • tmp/version-2_5-test/html/user_data/packages/default/css/window.css

    r16708 r18609  
    11@charset "utf-8"; 
    22 
    3  
    4 /* 商品詳細拡大写真 
     3/* ポップアップウィンドウ 
    54----------------------------------------------- */ 
    6 div#bigimage { 
    7     width: 520px; 
    8     margin: 15px auto 0 auto; 
    9     background-color: #ffffff; 
     5div#windowcolumn { 
     6    margin: 15px 15px 0 15px; 
     7    background-color: #fff; 
     8    border-top: 5px solid #ffa85c; 
     9    border-bottom: 5px solid #ffa85c; 
    1010} 
    1111 
    12 div#bigimage img { 
    13     padding: 10px; 
     12/* 商品詳細拡大写真、カート拡大写真 
     13----------------------------------------------- */ 
     14div#bigimage, 
     15div#cartimage { 
     16    margin-top: 15px; 
    1417    background-color: #ffffff; 
     18    text-align: center; 
    1519} 
    1620 
    17  
    18 /* カート拡大写真 
    19 ----------------------------------------------- */ 
    20 div#cartimage { 
    21     width: 280px; 
    22     margin: 15px auto 0 auto; 
    23     background-color: #ffffff; 
    24 } 
    25  
     21div#bigimage img, 
    2622div#cartimage img { 
    2723    padding: 10px; 
     
    2925} 
    3026 
    31  
    32 /* お客様の声の書き込み・新しいお届け先の追加・変更 
     27/* お客様の声の書き込み、新しいお届け先の追加・変更 
    3328----------------------------------------------- */ 
    34 div#windowcolumn { 
    35     width: 550px; 
    36     margin: 15px auto 0 auto; 
    37     background-color: #fff; 
    38     border-top: 5px solid #ffa85c; 
    39     border-bottom: 5px solid #ffa85c; 
    40 } 
    41  
    4229div#windowcolumn h2 { 
    43     width: 500px; 
    4430    margin: 0 0 15px 0; 
    4531} 
Note: See TracChangeset for help on using the changeset viewer.