Ignore:
Timestamp:
2013/01/10 20:18:37 (11 years ago)
Author:
h_yoshimoto
Message:

#1996 テキストボタン画像のCSS化を一旦コミット

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/html/user_data/packages/default_en/css/contents.css

    r22221 r22225  
    259259    float: left; 
    260260} 
     261div.listrightbloc ul.status_icon li span { 
     262    display: block; 
     263    padding: 2px 13px; 
     264    font-size: 10px; 
     265    color: #fff; 
     266    border-radius: 2px; 
     267} 
     268div.listrightbloc ul.status_icon li.status_1 span { background: #F5974A;} 
     269div.listrightbloc ul.status_icon li.status_2 span { background: #913982;} 
     270div.listrightbloc ul.status_icon li.status_3 span { background: #388DD1;} 
     271div.listrightbloc ul.status_icon li.status_4 span { background: #80AF20;} 
     272div.listrightbloc ul.status_icon li.status_5 span { background: #FF5983;} 
     273 
    261274 
    262275/* 商品名 */ 
     
    486499    float: left; 
    487500} 
     501#detailrightbloc ul.status_icon li span { 
     502    display: block; 
     503    padding: 2px 13px; 
     504    font-size: 10px; 
     505    color: #fff; 
     506    border-radius: 2px; 
     507} 
     508#detailrightbloc ul.status_icon li.status_1 span { background: #F5974A;} 
     509#detailrightbloc ul.status_icon li.status_2 span { background: #913982;} 
     510#detailrightbloc ul.status_icon li.status_3 span { background: #388DD1;} 
     511#detailrightbloc ul.status_icon li.status_4 span { background: #80AF20;} 
     512#detailrightbloc ul.status_icon li.status_5 span { background: #FF5983;} 
     513 
    488514 
    489515/* 通常価格 */ 
     
    593619    position: relative; 
    594620    top: 0; 
    595     margin-bottom: 6px; 
    596621} 
    597622div#customervoice_area h2 .title { 
     
    667692    position: relative; 
    668693    top: -2px; 
    669     margin-bottom: 6px; 
    670694} 
    671695div#whobought_area h2 .title { 
     
    718742 
    719743.flow_area { 
     744    border-top: 1px solid #f90; 
    720745    margin: 0 0 20px 0; 
     746    padding-top: 11px; 
     747} 
     748.flow_area ol { 
     749    width: 100%; 
     750    overflow: hidden; 
     751} 
     752.flow_area ol li { 
     753    font-size: 12px; 
     754    width: 23%; 
     755    padding: 1%; 
     756    float: left; 
     757    color: #666; 
     758    border: 1px solid #ccc; 
     759    background-color: #eee; 
     760    margin-right: 1%; 
     761-moz-box-sizing: border-box; 
     762-webkit-box-sizing: border-box; 
     763-o-box-sizing: border-box; 
     764-ms-box-sizing: border-box; 
     765} 
     766.flow_area ol li span { 
     767    font-weight: bold; 
     768} 
     769.flow_area ol li.large { 
     770    width: 28%; 
     771} 
     772.flow_area ol li.last { 
     773    margin-right: 0; 
     774} 
     775.flow_area ol li.active { 
     776    color: #f60; 
     777    border: 1px solid #FFCC62; 
     778    background-color: #FFFAF0; 
    721779} 
    722780 
Note: See TracChangeset for help on using the changeset viewer.