Ignore:
Timestamp:
2011/03/05 03:53:30 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)
#624(軽微な表示乱れを修正)

  • タグの閉じ忘れ修正
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/css/contents.tpl

    r20116 r20511  
    1414 * This program is distributed in the hope that it will be useful, 
    1515 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.    See the 
    1717 * GNU General Public License for more details. 
    1818 * 
    1919 * You should have received a copy of the GNU General Public License 
    2020 * along with this program; if not, write to the Free Software 
    21  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA    02111-1307, USA. 
    2222 */ 
    2323*}--> 
    2424<style type="text/css"> 
    2525.mainbg { 
    26   background: #fff url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/main_bg.jpg); 
    27   background-repeat: repeat-x; 
     26    background: #fff url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/main_bg.jpg); 
     27    background-repeat: repeat-x; 
    2828} 
    2929 
    3030.infobg { 
    31   background: #fff url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/home_bg.jpg); 
    32   background-repeat: no-repeat; 
    33   background-color: #e3e3e3; 
     31    background: #fff url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/home_bg.jpg); 
     32    background-repeat: no-repeat; 
     33    background-color: #e3e3e3; 
    3434} 
    3535 
    3636.navi a{ 
    37   background: url(<!--{$TPL_URLPATH_DEFAULT}-->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 ; 
     37    background: url(<!--{$TPL_URLPATH_DEFAULT}-->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 ; 
    4545} 
    4646 
    4747.navi-on a{ 
    48   background: url(<!--{$TPL_URLPATH_DEFAULT}-->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; 
     48    background: url(<!--{$TPL_URLPATH_DEFAULT}-->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; 
    5656} 
    5757 
    5858.icon_edit{ 
    59   background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_edit.jpg); 
    60   background-repeat: no-repeat; 
    61   padding: 0 0 0 15px; 
     59    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_edit.jpg); 
     60    background-repeat: no-repeat; 
     61    padding: 0 0 0 15px; 
    6262} 
    6363 
    6464.icon_mail { 
    65   background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_mail.jpg); 
    66   background-repeat: no-repeat; 
    67   padding: 0 0 0 15px; 
     65    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_mail.jpg); 
     66    background-repeat: no-repeat; 
     67    padding: 0 0 0 15px; 
    6868} 
    6969 
    7070.icon_delete { 
    71   background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_delete.jpg); 
    72   background-repeat: no-repeat; 
    73   padding: 0 0 0 15px; 
     71    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_delete.jpg); 
     72    background-repeat: no-repeat; 
     73    padding: 0 0 0 15px; 
    7474} 
    7575 
    7676.icon_copy { 
    77   background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_copy.jpg); 
    78   background-repeat: no-repeat; 
    79   padding: 0 0 0 15px; 
     77    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_copy.jpg); 
     78    background-repeat: no-repeat; 
     79    padding: 0 0 0 15px; 
    8080} 
    8181 
    8282.icon_class { 
    83   background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_class.jpg); 
    84   background-repeat: no-repeat; 
    85   padding: 0 0 0 15px; 
     83    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_class.jpg); 
     84    background-repeat: no-repeat; 
     85    padding: 0 0 0 15px; 
    8686} 
    8787 
    8888.icon_confirm { 
    89   background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_confirm.jpg); 
    90   background-repeat: no-repeat; 
    91   padding: 0 0 0 15px; 
     89    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_confirm.jpg); 
     90    background-repeat: no-repeat; 
     91    padding: 0 0 0 15px; 
    9292} 
    9393 
    9494.number a{ 
    95   background: url(<!--{$TPL_URLPATH_DEFAULT}-->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; 
     95    background: url(<!--{$TPL_URLPATH_DEFAULT}-->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; 
    107107} 
    108108 
    109109.number a:hover{ 
    110   background: url(<!--{$TPL_URLPATH_DEFAULT}-->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; 
     110    background: url(<!--{$TPL_URLPATH_DEFAULT}-->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; 
    122122} 
    123123 
    124124.number-on a{ 
    125   padding-top: 3px; 
    126   padding-bottom: 5px; 
    127   padding-left: 8px; 
    128   padding-right: 8px; 
    129   background: url(<!--{$TPL_URLPATH_DEFAULT}-->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    
     125    padding-top: 3px; 
     126    padding-bottom: 5px; 
     127    padding-left: 8px; 
     128    padding-right: 8px; 
     129    background: url(<!--{$TPL_URLPATH_DEFAULT}-->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     
    138138} 
    139139 
    140140.number-on a:hover{ 
    141   background: url(<!--{$TPL_URLPATH_DEFAULT}-->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; 
     141    background: url(<!--{$TPL_URLPATH_DEFAULT}-->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; 
    153153} 
    154154</style> 
Note: See TracChangeset for help on using the changeset viewer.