Ignore:
Timestamp:
2011/07/31 15:25:24 (13 years ago)
Author:
Seasoft
Message:

#1294 (ソースを読みやすくする)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/html/user_data/packages/sphone/css/detail.css

    r20916 r21081  
    11/*商品情報(テキストなど)*/ 
    22#detailrightblock table td { 
    3 text-align: left; 
    4 vertical-align: middle; 
     3    text-align: left; 
     4    vertical-align: middle; 
    55} 
    66 
     
    88----------------------------------------------- */ 
    99#detailphotoblock { 
    10 margin-top: -1em; 
    11 margin-left: -3.4%; 
    12 width: 106.8%; 
    13 overflow: hidden; 
    14 background-color: #ffffff; 
    15 text-align:center; 
    16 border-bottom: 1px solid #ffffff; 
     10    margin-top: -1em; 
     11    margin-left: -3.4%; 
     12    width: 106.8%; 
     13    overflow: hidden; 
     14    background-color: #ffffff; 
     15    text-align:center; 
     16    border-bottom: 1px solid #ffffff; 
    1717} 
    1818#detailphotoblock img:first-of-type { 
     
    4242/*商品情報(テーブル部分)*/ 
    4343#detailrightblock table span.nomal-price { 
    44     font-size: 100%; 
     44    font-size: 100%; 
    4545} 
    4646#detailrightblock table span.sale-price { 
    47     font-weight: bold; 
    48     color: #CC0000; 
     47    font-weight: bold; 
     48    color: #CC0000; 
    4949} 
    5050#detailrightblock table span.member-point { 
    51     font-weight: bold; 
    52     color: #CC0000; 
     51    font-weight: bold; 
     52    color: #CC0000; 
    5353} 
    5454 
     
    7878----------------------------------------------- */ 
    7979#btn_form { 
    80 width: 70%; 
    81 margin-left: auto; 
    82 margin-right: auto; 
     80    width: 70%; 
     81    margin-left: auto; 
     82    margin-right: auto; 
    8383} 
    8484 
     
    8686----------------------------------------------- */ 
    8787input[type="submit"]#cart { 
    88 display:block; 
    89 width: 100%; 
    90 height: 1.8em; 
    91 margin-top: 20px; 
    92 margin-bottom: 10px; 
    93 font: bold 100% Helvetica, "Lucida Grande", sans-serif; 
    94 //font-size: 100% bold; 
    95 //font-family: Helvetica, "Lucida Grande", sans-serif; 
    96 color:#4D576B; 
    97 background-color: #c9c9c9; 
    98 background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#848484), color-stop(0.6, #a1a1a1)); 
    99 vertical-align: middle; 
    100 text-align: center; 
    101 text-decoration: none; 
    102 text-shadow: 1px 1px 0px #cccccc; 
    103 -webkit-border-radius: 4px; 
    104 -webkit-box-shadow: 0 0 3px #000000; 
     88    display:block; 
     89    width: 100%; 
     90    height: 1.8em; 
     91    margin-top: 20px; 
     92    margin-bottom: 10px; 
     93    font: bold 100% Helvetica, "Lucida Grande", sans-serif; 
     94    //font-size: 100% bold; 
     95    //font-family: Helvetica, "Lucida Grande", sans-serif; 
     96    color:#4D576B; 
     97    background-color: #c9c9c9; 
     98    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#848484), color-stop(0.6, #a1a1a1)); 
     99    vertical-align: middle; 
     100    text-align: center; 
     101    text-decoration: none; 
     102    text-shadow: 1px 1px 0px #cccccc; 
     103    -webkit-border-radius: 4px; 
     104    -webkit-box-shadow: 0 0 3px #000000; 
    105105} 
    106106 
     
    108108----------------------------------------------- */ 
    109109#detailrightblock table{ 
    110 margin: 15px 0px; 
    111 width: 100%; 
    112 background-color: #ffffff; 
    113 -webkit-border-radius: 8px; 
    114 -webkit-box-shadow: 0 0 4px #000000; 
     110    margin: 15px 0px; 
     111    width: 100%; 
     112    background-color: #ffffff; 
     113    -webkit-border-radius: 8px; 
     114    -webkit-box-shadow: 0 0 4px #000000; 
    115115} 
    116116 
    117117 
    118118#detailrightblock table tr td, #detailrightblock table tr th { 
    119 border-bottom: solid 1px #cccccc; 
    120 padding: 3px 3px; 
     119    border-bottom: solid 1px #cccccc; 
     120    padding: 3px 3px; 
    121121} 
    122122#detailrightblock table tr:last-child td, #detailrightblock table tr:last-child th { 
    123 border-bottom: none; 
     123    border-bottom: none; 
    124124} 
    125125 
    126126#btn-cago > a { 
    127 background-color: #E19200; 
     127    background-color: #E19200; 
    128128} 
    129129 
     
    131131----------------------------------------------- */ 
    132132#btn-recommend { 
    133 text-align:center; 
    134 margin-top:15px; 
     133    text-align:center; 
     134    margin-top:15px; 
    135135} 
    136136 
    137137div#recomendarea { 
    138 margin-bottom:20px; 
     138    margin-bottom:20px; 
    139139} 
    140140 
     
    153153----------------------------------------------- */ 
    154154span.footB { 
    155 font-size:70%; 
    156 color:#ccc; 
    157 font-weight:normal; 
     155    font-size:70%; 
     156    color:#ccc; 
     157    font-weight:normal; 
    158158} 
    159159 
     
    166166    margin: 0; 
    167167    padding: 5px 0 3px 0; 
    168     color:#4D576B; 
     168    color:#4D576B; 
    169169} 
    170170 
     
    174174    margin: 0; 
    175175    padding: 5px 0 3px 0; 
    176     color:#4D576B; 
    177     background-image: none !important; 
     176    color:#4D576B; 
     177    background-image: none !important; 
    178178} 
    179179 
     
    183183    margin: 0; 
    184184    padding: 5px 0 3px 0; 
    185     color:#4D576B; 
    186     background-image: none !important; 
     185    color:#4D576B; 
     186    background-image: none !important; 
    187187} 
    188188 
    189189div.subtext { 
    190 font-size:80%; 
     190    font-size:80%; 
    191191} 
    192192 
    193193div.subarea { 
    194 margin-top:30px; 
     194    margin-top:30px; 
    195195} 
    196196 
    197197div#whoboughtarea { 
    198 margin-top:30px; 
     198    margin-top:30px; 
    199199} 
    200200 
    201201div.subphotoimg { 
    202 margin-top:10px; 
     202    margin-top:10px; 
    203203} 
    204204 
    205205div#mynavarea, div#mynavi_area { 
    206 margin-bottom:20px; 
     206    margin-bottom:20px; 
    207207} 
    208208 
    209209div.slistarea { 
    210 border-top:1px solid #ccc; 
    211 margin:10px 0; 
    212 } 
     210    border-top:1px solid #ccc; 
     211    margin:10px 0; 
     212} 
Note: See TracChangeset for help on using the changeset viewer.