Ignore:
Timestamp:
2011/02/25 18:49:29 (13 years ago)
Author:
uemoto
Message:

#1032(フロントデザインリニューアル)

  • CSSクラス名等調整
  • ヘッダ用ブロック追加

#932(商品をお気に入りに入れたかどうかの判別が動いていない)

  • 取り急ぎ判別のみ実装
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/user_data/packages/default/css/common.css

    r20340 r20408  
    33/************************************************ 
    44 共通設定 
    5 /************************************************/ 
     5************************************************ */ 
    66body { 
    77    font-family: Verdana,Arial,Helvetica,sans-serif; 
     
    9393 
    9494/* 下層コンテンツ */ 
    95 div#undercolumn { width: 100%; margin: 0 0 30px 0;} 
     95#undercolumn { width: 100%; margin: 0 0 30px 0;} 
    9696 
    9797 
     
    127127a[href]:hover {  
    128128    color: #f60; 
     129    text-decoration: underline; 
    129130} 
    130131 
     
    135136.price { color: #f00; } 
    136137.sale_price { color: #f00; } 
     138.normal_price { color: #f00; font-size: 90%; } 
    137139.point { color: #f00; font-weight: bold; } 
    138140.user_name { font-weight: bold; } 
    139 .normal_price { color: #f00; font-size: 90%; } 
    140141.recommend_level { color: #ecbd00; } 
    141142 
     
    148149/* 行揃え 
    149150----------------------------------------------- */ 
    150 .phototd { width: 75px; text-align: center; } 
    151151.alignC { text-align: center; } 
    152152.alignR { text-align: right; } 
     
    164164} 
    165165 
    166 .box40 {width: 40px; } 
    167 .box60 {width: 60px; } 
    168 .box100 {width: 100px; } 
    169 .box120 {width: 120px; } 
    170 .box140 {width: 140px; } 
    171 .box145 {width: 145px; } 
    172 .box150 {width: 150px; } 
    173 .box240 {width: 240px; } 
    174 .box300 {width: 300px; } 
    175 .box320 {width: 320px; } 
    176 .box350 {width: 350px; } 
    177 .box380 {width: 380px; } 
     166.box40 { width: 40px; } 
     167.box60 { width: 60px; } 
     168.box100 { width: 100px; } 
     169.box120 { width: 120px; } 
     170.box140 { width: 140px; } 
     171.box145 { width: 145px; } 
     172.box150 { width: 150px; } 
     173.box240 { width: 240px; } 
     174.box300 { width: 300px; } 
     175.box320 { width: 320px; } 
     176.box350 { width: 350px; } 
     177.box380 { width: 380px; } 
    178178 
    179179/* フォームが縦に重なり合う場合に併用する余白 */ 
     
    219219/* レイアウト 
    220220----------------------------------------------- */ 
    221 #errorHeader { 
    222     color: #F00; 
    223     font-weight: bold; 
    224     font-size: 12px; 
    225     background-color: #FEB; 
    226     text-align: center; 
    227     padding: 5px; 
    228 } 
    229  
    230221#header_wrap { 
    231222    border-top: solid 3px #f90; 
     
    259250    height: 33px; 
    260251} 
    261 #logo_area h1 span{ 
     252#logo_area h1 span { 
    262253    display: none;/* テキストロゴ非表示 */ 
    263254} 
     
    291282} 
    292283#footer { 
     284    margin: auto; 
    293285    padding-top: 10px; 
    294286    border-top: solid 1px #ccc; 
    295287    width: 950px; 
    296     margin: auto; 
    297288} 
    298289#pagetop { 
Note: See TracChangeset for help on using the changeset viewer.