Ignore:
Timestamp:
2008/06/16 12:13:09 (16 years ago)
Author:
pineray
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/admin/css/contents.tpl

    r16582 r17351  
    1 <!--{* 
     1<!--{* 
    22/* 
    33 * This file is part of EC-CUBE 
    44 * 
    5  * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     5 * Copyright(c) 2000-2008 LOCKON CO.,LTD. All Rights Reserved. 
    66 * 
    77 * http://www.lockon.co.jp/ 
     
    2222 */ 
    2323*}--> 
    24  
    2524<style type="text/css"> 
    26 @charset "<!--{$smarty.const.CHAR_CODE}-->"; 
    27  
    28 body { 
    29     background: #fff url(<!--{$TPL_DIR}-->img/common/bg.jpg); 
    30     background-repeat: repeat-x; 
    31     font-family:"MS Pゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif; 
    32 } 
    33  
    34  
    3525.mainbg { 
    36     background: #fff url(<!--{$TPL_DIR}-->img/contents/main_bg.jpg); 
    37     background-repeat: repeat-x; 
     26  background: #fff url(<!--{$TPL_DIR}-->img/contents/main_bg.jpg); 
     27  background-repeat: repeat-x; 
    3828} 
    3929 
    4030.infobg { 
    41     background: #fff url(<!--{$TPL_DIR}-->img/contents/home_bg.jpg); 
    42     background-repeat: no-repeat; 
    43     background-color: #e3e3e3; 
     31  background: #fff url(<!--{$TPL_DIR}-->img/contents/home_bg.jpg); 
     32  background-repeat: no-repeat; 
     33  background-color: #e3e3e3; 
    4434} 
    4535 
    46  
    4736.navi a{ 
    48     background: url(<!--{$TPL_DIR}-->img/contents/navi_bar.gif); 
    49     background-repeat: repeat-y; 
    50     background-color: #636469; 
    51     width:140px; 
    52     padding: 10px 5px 10px 12px; 
    53     color:#ffffff; 
    54     text-decoration:none; 
    55     display:block ; 
     37  background: url(<!--{$TPL_DIR}-->img/contents/navi_bar.gif); 
     38  background-repeat: repeat-y; 
     39  background-color: #636469; 
     40  width:140px; 
     41  padding: 10px 5px 10px 12px; 
     42  color:#ffffff; 
     43  text-decoration:none; 
     44  display:block ; 
    5645} 
    5746 
    5847.navi-on a{ 
    59     background: url(<!--{$TPL_DIR}-->img/contents/navi_bar.gif); 
    60     background-repeat: repeat-y; 
    61     background-color: #a5a5a5; 
    62     width:140px; 
    63     padding: 10px 5px 10px 12px; 
    64     color:#000000; 
    65     text-decoration:none; 
    66     display:block; 
     48  background: url(<!--{$TPL_DIR}-->img/contents/navi_bar.gif); 
     49  background-repeat: repeat-y; 
     50  background-color: #a5a5a5; 
     51  width:140px; 
     52  padding: 10px 5px 10px 12px; 
     53  color:#000000; 
     54  text-decoration:none; 
     55  display:block; 
    6756} 
    6857 
    69 /*icon*/ 
    7058.icon_edit{ 
    71     background: url(<!--{$TPL_DIR}-->img/contents/icon_edit.jpg); 
    72     background-repeat: no-repeat; 
    73     padding: 0 0 0 15px; 
     59  background: url(<!--{$TPL_DIR}-->img/contents/icon_edit.jpg); 
     60  background-repeat: no-repeat; 
     61  padding: 0 0 0 15px; 
    7462} 
    7563 
    7664.icon_mail { 
    77     background: url(<!--{$TPL_DIR}-->img/contents/icon_mail.jpg); 
    78     background-repeat: no-repeat; 
    79     padding: 0 0 0 15px; 
     65  background: url(<!--{$TPL_DIR}-->img/contents/icon_mail.jpg); 
     66  background-repeat: no-repeat; 
     67  padding: 0 0 0 15px; 
    8068} 
    8169 
    8270.icon_delete { 
    83     background: url(<!--{$TPL_DIR}-->img/contents/icon_delete.jpg); 
    84     background-repeat: no-repeat; 
    85     padding: 0 0 0 15px; 
     71  background: url(<!--{$TPL_DIR}-->img/contents/icon_delete.jpg); 
     72  background-repeat: no-repeat; 
     73  padding: 0 0 0 15px; 
    8674} 
    8775 
    8876.icon_copy { 
    89     background: url(<!--{$TPL_DIR}-->img/contents/icon_copy.jpg); 
    90     background-repeat: no-repeat; 
    91     padding: 0 0 0 15px; 
     77  background: url(<!--{$TPL_DIR}-->img/contents/icon_copy.jpg); 
     78  background-repeat: no-repeat; 
     79  padding: 0 0 0 15px; 
    9280} 
    9381 
    9482.icon_class { 
    95     background: url(<!--{$TPL_DIR}-->img/contents/icon_class.jpg); 
    96     background-repeat: no-repeat; 
    97     padding: 0 0 0 15px; 
     83  background: url(<!--{$TPL_DIR}-->img/contents/icon_class.jpg); 
     84  background-repeat: no-repeat; 
     85  padding: 0 0 0 15px; 
    9886} 
    9987 
    10088.icon_confirm { 
    101     background: url(<!--{$TPL_DIR}-->img/contents/icon_confirm.jpg); 
    102     background-repeat: no-repeat; 
    103     padding: 0 0 0 15px; 
     89  background: url(<!--{$TPL_DIR}-->img/contents/icon_confirm.jpg); 
     90  background-repeat: no-repeat; 
     91  padding: 0 0 0 15px; 
    10492} 
    10593 
    106  
    107 /*send-page*/ 
    108  
    10994.number a{ 
    110     background: url(<!--{$TPL_DIR}-->img/contents/number_bg.jpg); 
    111     background-repeat: repeat-x; 
    112     background-color: #505468; 
    113     padding-top: 3px; 
    114     padding-bottom: 5px; 
    115     padding-left: 8px; 
    116     padding-right: 8px; 
    117     color:#ffffff; 
    118     font-size: 65%; 
    119     line-height: 160%; 
    120     font-weight: bold; 
    121     text-decoration:none; 
     95  background: url(<!--{$TPL_DIR}-->img/contents/number_bg.jpg); 
     96  background-repeat: repeat-x; 
     97  background-color: #505468; 
     98  padding-top: 3px; 
     99  padding-bottom: 5px; 
     100  padding-left: 8px; 
     101  padding-right: 8px; 
     102  color:#ffffff; 
     103  font-size: 65%; 
     104  line-height: 160%; 
     105  font-weight: bold; 
     106  text-decoration:none; 
    122107} 
    123108 
    124109.number a:hover{ 
    125     background: url(<!--{$TPL_DIR}-->img/contents/number_bg_on.jpg); 
    126     background-repeat: repeat-x; 
    127     background-color: #f7c600; 
    128     padding-top: 3px; 
    129     padding-bottom: 5px; 
    130     padding-left: 8px; 
    131     padding-right: 8px; 
    132     color:#ffffff; 
    133     font-size: 65%; 
    134     line-height: 160%; 
    135     font-weight: bold; 
    136     text-decoration:none; 
     110  background: url(<!--{$TPL_DIR}-->img/contents/number_bg_on.jpg); 
     111  background-repeat: repeat-x; 
     112  background-color: #f7c600; 
     113  padding-top: 3px; 
     114  padding-bottom: 5px; 
     115  padding-left: 8px; 
     116  padding-right: 8px; 
     117  color:#ffffff; 
     118  font-size: 65%; 
     119  line-height: 160%; 
     120  font-weight: bold; 
     121  text-decoration:none; 
    137122} 
    138123 
    139124.number-on a{ 
    140     padding-top: 3px; 
    141     padding-bottom: 5px; 
    142     padding-left: 8px; 
    143     padding-right: 8px; 
    144     background: url(<!--{$TPL_DIR}-->img/contents/number_bg_on.jpg); 
    145     background-repeat: repeat-x; 
    146     background-color: #f7c600; 
    147     color:#ffffff; 
    148     font-size: 65%; 
    149     line-height: 160%; 
    150     font-weight: bold; 
    151     text-decoration:none; 
    152      
     125  padding-top: 3px; 
     126  padding-bottom: 5px; 
     127  padding-left: 8px; 
     128  padding-right: 8px; 
     129  background: url(<!--{$TPL_DIR}-->img/contents/number_bg_on.jpg); 
     130  background-repeat: repeat-x; 
     131  background-color: #f7c600; 
     132  color:#ffffff; 
     133  font-size: 65%; 
     134  line-height: 160%; 
     135  font-weight: bold; 
     136  text-decoration:none; 
     137   
    153138} 
    154139 
    155140.number-on a:hover{ 
    156     background: url(<!--{$TPL_DIR}-->img/contents/number_bg_on.jpg); 
    157     background-repeat: repeat-x; 
    158     background-color: #f7c600; 
    159     padding-top: 3px; 
    160     padding-bottom: 5px; 
    161     padding-left: 8px; 
    162     padding-right: 8px; 
    163     color:#ffffff; 
    164     font-size: 65%; 
    165     line-height: 160%; 
    166     font-weight: bold; 
    167     text-decoration:none; 
     141  background: url(<!--{$TPL_DIR}-->img/contents/number_bg_on.jpg); 
     142  background-repeat: repeat-x; 
     143  background-color: #f7c600; 
     144  padding-top: 3px; 
     145  padding-bottom: 5px; 
     146  padding-left: 8px; 
     147  padding-right: 8px; 
     148  color:#ffffff; 
     149  font-size: 65%; 
     150  line-height: 160%; 
     151  font-weight: bold; 
     152  text-decoration:none; 
    168153} 
    169  
    170154</style> 
Note: See TracChangeset for help on using the changeset viewer.