Changeset 17250


Ignore:
Timestamp:
2008/04/10 20:24:58 (16 years ago)
Author:
satou
Message:

カレンダーブロックの補正(タイトル画像無し)

Location:
branches/version-2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/Smarty/templates/default/bloc/calendar.tpl

    r17143 r17250  
    2121 *}--> 
    2222<!--▼カレンダーここから--> 
    23 <div id="block-calendar" class="block-contents"> 
    24 <h2><img src="<!--{$TPL_DIR}-->img/top/calendar.jpg" width="400" height="29" alt="カレンダー" /></h2> 
    25  
    26  
     23<h2></h2> 
     24<div id="block-calendar"> 
    2725<!--{section name=num loop=$arrCalendar}--> 
    2826<!--{assign var=arrCal value=`$arrCalendar[num]`}--> 
    2927<!--{section name=cnt loop=$arrCal}--> 
    30  
    3128<!--{if $smarty.section.cnt.first}--> 
    3229<table> 
     
    3431<thead><tr><th>日</th><th>月</th><th>火</th><th>水</th><th>木</th><th>金</th><th>土</th></tr></thead> 
    3532<!--{/if}--> 
    36  
    3733<!--{if $arrCal[cnt].first}--> 
    3834<tr> 
    3935<!--{/if}--> 
    40  
    4136<!--{if !$arrCal[cnt].in_month}--> 
    4237<td></td> 
     
    4641<td><!--{$arrCal[cnt].day}--></td> 
    4742<!--{/if}--> 
    48  
    4943<!--{if $arrCal[cnt].last}--> 
    5044</tr> 
    5145<!--{/if}--> 
    52  
    5346<!--{/section}--> 
    5447<!--{if $smarty.section.cnt.last}--> 
     
    5649<!--{/if}--> 
    5750<!--{/section}--> 
    58  
    59  
    6051</div> 
    6152<!--▲カレンダーここまで--> 
  • branches/version-2/html/user_data/packages/default/css/index.css

    r17143 r17250  
    1010 
    1111 
    12 /* 繝九Η繝シ繧ケ 
     12/* ニュース 
    1313----------------------------------------------- */ 
    1414div#newsarea { 
     
    3434 
    3535 
    36 /* 縺翫☆縺吶a 
     36/* おすすめ 
    3737----------------------------------------------- */ 
    3838div#recomendarea { 
     
    8181    font-size: 100%; 
    8282} 
    83  
    84 /* ブロック - カレンダー 
    85 ----------------------------------------------- */ 
    86 #block-calendar {border: 1px solid #CCCCCC;padding: 0 0 10px;} 
    87 #block-calendar h2 { 
    88 /* 
    89     height: 29px; 
    90     text-indent: -9999em; 
    91     background: url(../images/tit-calendar.gif) 0 0 no-repeat; 
    92 */ 
    93 } 
    94 #block-calendar table { 
    95     border-collapse: collapse; 
    96     margin: 0 auto 10px; 
    97     text-align:center; 
    98 } 
    99 #block-calendar th, #block-calendar td { 
    100     padding: 2px; 
    101     border: 1px solid #CCCCCC; 
    102 } 
    103 #block-calendar th { 
    104     background: #FF8144; 
    105     color: #FFFFFF; 
    106 } 
    107 #block-calendar .off { 
    108     background: #FFEECC; 
    109     color: #E04A00; 
    110 } 
    111 #block-calendar caption {color: #DD4400;} 
  • branches/version-2/html/user_data/packages/default/css/main.css

    r17146 r17250  
    315315    width: 142px; 
    316316    border: solid 1px #ccc; 
     317} 
     318 
     319/* カレンダー 
     320----------------------------------------------- */ 
     321#block-calendar { 
     322} 
     323 
     324#block-calendar table { 
     325    border-collapse: collapse; 
     326    margin: 0 auto 10px; 
     327    text-align:center; 
     328} 
     329 
     330#block-calendar th, #block-calendar td { 
     331    padding: 2px; 
     332    border: 1px solid #CCCCCC; 
     333} 
     334 
     335#block-calendar th { 
     336    background: #FF8144; 
     337    color: #FFFFFF; 
     338} 
     339 
     340#block-calendar .off { 
     341    background: #FFEECC; 
     342    color: #E04A00; 
     343} 
     344 
     345#block-calendar caption { 
     346    color: #DD4400; 
    317347} 
    318348 
Note: See TracChangeset for help on using the changeset viewer.