Ignore:
Timestamp:
2012/03/08 11:04:43 (12 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

Location:
branches/version-2_12-dev/html/user_data/packages/sphone/css
Files:
9 edited

Legend:

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

    r21617 r21619  
    151151    moz-border-bottom-left-radius: 8px; 
    152152} 
    153 #recommend_area div.flickSlideBottom div.bottomLeft,#recommend_area div.flickSlideBottom div.bottomRight { 
     153#recommend_area div.flickSlideBottom div.bottomLeft, 
     154#recommend_area div.flickSlideBottom div.bottomRight { 
    154155    display: table-cell; 
    155156    -webkit-box-sizing: border-box; 
     
    256257    border-top: #CCC solid 1px; 
    257258} 
    258 #categorytree li:last-child,#categorytree li li:last-child { 
     259#categorytree li:last-child, 
     260#categorytree li li:last-child { 
    259261    border-bottom: none; 
    260262} 
    261 #categorytree ul li a, .categorytree > ul > li > ul > li a { 
     263#categorytree ul li a, 
     264.categorytree > ul > li > ul > li a { 
    262265    padding: 0.6em 0; 
    263266} 
     
    283286    text-align: right; 
    284287} 
    285 .category_header.plus, .category_header.minus { 
     288.category_header.plus, 
     289.category_header.minus { 
    286290    color: #FFF; 
    287291    margin: 0 6px 0 8px; 
     
    300304} 
    301305 
    302 .category_header.plus > a, .category_header.minus > a { 
     306.category_header.plus > a, 
     307.category_header.minus > a { 
    303308    width: 1.5em; 
    304309    color: #FFF; 
     
    347352 
    348353/*リンクカラー*/ 
    349 .category_body a:link, .category_body a:visited { 
     354.category_body a:link, 
     355.category_body a:visited { 
    350356    color: #000; 
    351357    text-decoration: none; 
    352358    cursor: pointer; 
    353359} 
    354 .category_header.plus a, .category_header.minus a { 
     360.category_header.plus a, 
     361.category_header.minus a { 
    355362    color: #FFF; 
    356363} 
  • branches/version-2_12-dev/html/user_data/packages/sphone/css/button.css

    r21617 r21619  
    1414    clear: both; 
    1515} 
    16 .btn_area li,ul.btn_btm li { 
     16.btn_area li, 
     17ul.btn_btm li { 
    1718    margin-bottom: 12px; 
    1819} 
     
    3233ボタン(進む系ボタン:グリーン) 
    3334----------------------------------------------- */ 
    34 a.btn,a.btn:link,a.btn:visited,a.btn:hover { 
     35a.btn, 
     36a.btn:link, 
     37a.btn:visited, 
     38a.btn:hover { 
    3539    color: #FFF; 
    3640    font-size: 16px; 
     
    7680ボタン(戻る系ボタン:グレー) 
    7781----------------------------------------------- */ 
    78 a.btn_back,a.btn_back:link,a.btn_back:visited,a.btn_back:hover { 
     82a.btn_back, 
     83a.btn_back:link, 
     84a.btn_back:visited, 
     85a.btn_back:hover { 
    7986    color: #FFF; 
    8087    font-size: 16px; 
     
    113120ボタン(サブ系ボタン:ライトグレー) 
    114121----------------------------------------------- */ 
    115 .btn_sub,a.btn_sub,a.btn_sub:link,a.btn_sub:visited,a.btn_sub:hover { 
     122.btn_sub, 
     123a.btn_sub, 
     124a.btn_sub:link, 
     125a.btn_sub:visited, 
     126a.btn_sub:hover { 
    116127    color: #000; 
    117128    font-size: 16px; 
     
    150161ボタン(追加系ボタン:ホワイト) 
    151162----------------------------------------------- */ 
    152 a.btn_more,a.btn_more:link,a.btn_more:visited,a.btn_more:hover { 
     163a.btn_more, 
     164a.btn_more:link, 
     165a.btn_more:visited, 
     166a.btn_more:hover { 
    153167    color: #000; 
    154168    font-size: 16px; 
     
    202216    cursor: pointer; 
    203217} 
    204 .btn_btm,a.btn_btm:link,a.btn_btm:hover,a.btn_btm:visited { 
     218.btn_btm, 
     219a.btn_btm:link, 
     220a.btn_btm:hover, 
     221a.btn_btm:visited { 
    205222    color: #FFF; 
    206223    text-decoration: none; 
     
    246263    margin-right: 0.8em; 
    247264} 
    248 a.b_edit:link,a.b_edit:visited,a.b_edit:hover { 
     265a.b_edit:link, 
     266a.b_edit:visited, 
     267a.b_edit:hover { 
    249268    color: #000; 
    250269    font-size: 11px; 
     
    262281    vertical-align: middle; 
    263282} 
    264 a.b_delete:link,a.b_delete:visited,a.b_delete:hover { 
     283a.b_delete:link, 
     284a.b_delete:visited, 
     285a.b_delete:hover { 
    265286    vertical-align: top; 
    266287    cursor: pointer; 
     
    313334ボタン(ログイン/ウィンドウ) 
    314335----------------------------------------------- */ 
    315 .btn_login, .btn_close { 
     336.btn_login, 
     337.btn_close { 
    316338    width: 70%; 
    317339    margin: 10px auto; 
  • branches/version-2_12-dev/html/user_data/packages/sphone/css/common.css

    r21618 r21619  
    5151    } 
    5252} 
    53 div,li,p { 
     53div, 
     54li, 
     55p { 
    5456-webkit-tap-highlight-color: rgba(0,0,0,0.50);} 
    5557/*----------------------------------------------- 
     
    122124    font-size: 20px; 
    123125} 
    124 h3,h4,h5 { 
     126h3, 
     127h4, 
     128h5 { 
    125129    font-size: 100%; 
    126130    font-weight: bold; 
     
    260264    position: relative; 
    261265} 
    262 .title_box_sub h2, .title_box_sub h3 { 
     266.title_box_sub h2, 
     267.title_box_sub h3 { 
    263268    font-size: 18px; 
    264269    text-shadow: 0px -1px 1px rgba(0,0,0,0.5); 
     
    302307    margin-right: -2px; 
    303308} 
    304 input[type="radio"],input[type="check"] { 
     309input[type="radio"], 
     310input[type="check"] { 
    305311    padding: 5px; 
    306312    line-height: 1.5; 
    307313    margin-right: 0.5em; 
    308314} 
    309 .text, .textarea, .dropdown { 
     315.text, 
     316.textarea, 
     317.dropdown { 
    310318    padding: 0.5em; 
    311319    margin: 0; 
     
    321329    margin: 0 0 10px 0; 
    322330} 
    323 .cartin_quantity, .box_point { 
     331.cartin_quantity, 
     332.box_point { 
    324333    width: 2.5em; 
    325334} 
     
    473482    margin-bottom: 0; 
    474483} 
    475 .popup_mypage a, .popup_cart a { 
     484.popup_mypage a, 
     485.popup_cart a { 
    476486    text-decoration: underline; 
    477487} 
    478488 
    479 .popup_mypage h2, .popup_cart h2 { 
     489.popup_mypage h2, 
     490.popup_cart h2 { 
    480491    font-size: 1.2em; 
    481492} 
    482 .quantity, .money { 
     493.quantity, 
     494.money { 
    483495    font-size: 14px; 
    484496    font-weight: bold; 
     
    531543    clear: both; 
    532544} 
    533 .top_menu ul li a:link, .top_menu ul li a:visited { 
     545.top_menu ul li a:link, 
     546.top_menu ul li a:visited { 
    534547    color: #FFF; 
    535548    text-shadow: 0px 1px 1px rgba(0,0,0,1); 
  • branches/version-2_12-dev/html/user_data/packages/sphone/css/contents.css

    r21618 r21619  
    6464} 
    6565/*合計(フォーム下)*/ 
    66 .total_area, .result_area { 
     66.total_area, 
     67.result_area { 
    6768    padding: 10px; 
    6869    text-align: right; 
     
    188189    width: 80%; 
    189190} 
    190 .bubbleBox a:link, .bubbleBox a:visited { 
     191.bubbleBox a:link, 
     192.bubbleBox a:visited { 
    191193    color: #333; 
    192194} 
     
    432434    display: block; 
    433435} 
    434 .result_area dt, .result_area dd { 
     436.result_area dt, 
     437.result_area dd { 
    435438    text-align: right; 
    436439} 
     
    549552} 
    550553 
    551 #completetext, .shopInformation { 
     554#completetext, 
     555.shopInformation { 
    552556    font-size: 14px; 
    553557    padding: 10px; 
    554558    clear: both; 
    555559} 
    556 #completetext p, .shopInformation p { 
     560#completetext p, 
     561.shopInformation p { 
    557562    margin-bottom: 0.5em; 
    558563    line-height: 1.3; 
  • branches/version-2_12-dev/html/user_data/packages/sphone/css/jqm.css

    r21618 r21619  
    1717    color: #fff; 
    1818    text-shadow: 0 1px 0 rgba(0,0,0,0.3); 
    19     background-image: -moz-linear-gradient(top, 
    20     #6D7481, 
    21     #494e57); 
    22     background-image: -webkit-gradient(linear,left top,left bottom, 
    23     color-stop(0,#6D7481), 
    24     color-stop(1,#494e57)); 
     19    background-image: -moz-linear-gradient(top, #6D7481, #494e57); 
     20    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6D7481), color-stop(1, #494e57)); 
    2521    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd', EndColorStr='#bbbbbb')"; 
    2622} 
     
    8379    text-decoration: none; 
    8480    background-image: -moz-linear-gradient(top, #ededed, #dadada); 
    85     background-image: -webkit-gradient(linear,left top,left bottom, 
    86         color-stop(0, #ededed), 
    87         color-stop(1, #dadada) 
    88     ); 
     81    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(1, #dadada)); 
    8982    -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', EndColorStr='#dadada')"; 
    9083} 
     
    9992    text-shadow: 0 1px 1px  #ffffff; 
    10093    background-image: -moz-linear-gradient(top, #eeeeee, #fdfdfd); 
    101     background-image: -webkit-gradient(linear,left top,left bottom, 
    102         color-stop(0, #eeeeee), 
    103         color-stop(1, #fdfdfd) 
    104     ); 
     94    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #fdfdfd)); 
    10595    -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#fdfdfd')"; 
    10696} 
     
    112102    text-shadow: none; 
    113103    background-image: -moz-linear-gradient(top, #cccccc, #eeeeee); 
    114     background-image: -webkit-gradient(linear,left top,left bottom, 
    115         color-stop(0, #cccccc), 
    116         color-stop(1, #eeeeee) 
    117     ); 
     104    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(1, #eeeeee)); 
    118105    -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#eeeeee')"; 
    119106} 
  • branches/version-2_12-dev/html/user_data/packages/sphone/css/mypage.css

    r21617 r21619  
    8181    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5393c5),color-stop(1, #80b6e2)); 
    8282} 
    83 #mypage_nav ul li.nav_delivadd,#mypage_nav ul li.nav_change { 
     83#mypage_nav ul li.nav_delivadd, 
     84#mypage_nav ul li.nav_change { 
    8485    width: 49.7%; 
    8586} 
    86 #mypage_nav ul li.nav_history,#mypage_nav ul li.nav_favorite,#mypage_nav ul li.nav_refusal { 
     87#mypage_nav ul li.nav_history, 
     88#mypage_nav ul li.nav_favorite, 
     89#mypage_nav ul li.nav_refusal { 
    8790    width: 33%; 
    8891} 
     
    9497    border-left: none; 
    9598} 
    96 #mypage_nav li:nth-child(4),#mypage_nav li:nth-child(5) { 
     99#mypage_nav li:nth-child(4), 
     100#mypage_nav li:nth-child(5) { 
    97101    border-top: #FFF solid 1px; 
    98102} 
    99103 
    100 #mypage_nav li:last-child,#mypage_nav li:nth-child(2) { 
     104#mypage_nav li:last-child, 
     105#mypage_nav li:nth-child(2) { 
    101106    border-right: none; 
    102107} 
     
    225230    vertical-align: middle; 
    226231} 
    227 .btn_refuse a.btn, .btn_refuse input[type="submit"].btn { 
     232.btn_refuse a.btn, 
     233.btn_refuse input[type="submit"].btn { 
    228234    font-size: 13px!important; 
    229235    display: inline; 
  • branches/version-2_12-dev/html/user_data/packages/sphone/css/popup.css

    r21617 r21619  
    1212    padding-bottom: 30px; 
    1313} 
    14 #windowcolumn h2.title,#slidewindow h2.title { 
     14#windowcolumn h2.title, 
     15#slidewindow h2.title { 
    1516} 
    16 #slidewindow .title_box,#windowcolumn .title_box { 
     17#slidewindow .title_box, 
     18#windowcolumn .title_box { 
    1719    margin: 0; 
    1820    padding: 0!important; 
     
    136138    border-bottom: none; 
    137139} 
    138 .navBox li a:link, .navBox li a:visited { 
     140.navBox li a:link, 
     141.navBox li a:visited { 
    139142    color: #000; 
    140143} 
  • branches/version-2_12-dev/html/user_data/packages/sphone/css/products.css

    r21617 r21619  
    4646    text-shadow: 0px 1px 1px rgba(0,0,0,0.5); 
    4747} 
    48 .pagenumberarea li a:link, .pagenumberarea li a:visited { 
     48.pagenumberarea li a:link, 
     49.pagenumberarea li a:visited { 
    4950    color: #000; 
    5051} 
     
    380381    width: 100%; 
    381382} 
    382 #detailphotoblock div.flickSlideBottom div.bottomLeft,#detailphotoblock div.flickSlideBottom div.bottomRight { 
     383#detailphotoblock div.flickSlideBottom div.bottomLeft, 
     384#detailphotoblock div.flickSlideBottom div.bottomRight { 
    383385    padding: 0 10px; 
    384386    display: table-cell; 
     
    537539    margin-top: 5px; 
    538540} 
    539 #whobought_area div.flickSlideBottom div.bottomLeft,#whobought_area div.flickSlideBottom div.bottomRight { 
     541#whobought_area div.flickSlideBottom div.bottomLeft, 
     542#whobought_area div.flickSlideBottom div.bottomRight { 
    540543    padding: 0 10px; 
    541544    display: table-cell; 
  • branches/version-2_12-dev/html/user_data/packages/sphone/css/set.css

    r21617 r21619  
    11@charset "utf-8"; 
    2 html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, 
    3 header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav { 
     2html, 
     3body, 
     4h1, 
     5h2, 
     6h3, 
     7h4, 
     8h5, 
     9h6, 
     10ul, 
     11ol, 
     12dl, 
     13li, 
     14dt, 
     15dd, 
     16p, 
     17header, 
     18hgroup, 
     19section, 
     20article, 
     21aside, 
     22hgroup, 
     23footer, 
     24figure, 
     25figcaption, 
     26nav { 
    427    margin: 0; 
    528    padding: 0; 
     
    1033    -webkit-text-size-adjust: none; 
    1134} 
    12 article,aside,canvas,details,figcaption,figure, 
    13 footer,header,hgroup,menu,nav,section,summary { 
     35article, 
     36aside, 
     37canvas, 
     38details, 
     39figcaption, 
     40figure, 
     41footer, 
     42header, 
     43hgroup, 
     44menu, 
     45nav, 
     46section, 
     47summary { 
    1448    display: block; 
    1549} 
    16 address,caption,cite,code,dfn,em,strong,th,var { 
     50address, 
     51caption, 
     52cite, 
     53code, 
     54dfn, 
     55em, 
     56strong, 
     57th, 
     58var { 
    1759    font-style: normal; 
    1860} 
     
    2567    text-decoration: none; 
    2668} 
    27 ul, ol { 
     69ul, 
     70ol { 
    2871    list-style: none; 
    2972} 
     
    3982    border-spacing: 0; 
    4083} 
    41 input, select { 
     84input, 
     85select { 
    4286    font-size: 100%; 
    4387} 
Note: See TracChangeset for help on using the changeset viewer.