Ignore:
Timestamp:
2008/02/25 18:51:06 (16 years ago)
Author:
Yammy
Message:

カレンダーブロックを追加(PEAR::Calendarクラス使用仕様)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/user_data/packages/default/css/index.css

    r16708 r17073  
    1 @charset "utf-8"; 
     1@charset "utf-8"; 
    22 
    33 
     
    1010 
    1111 
    12 /* ニュース 
     12/* 繝九Η繝シ繧ケ 
    1313----------------------------------------------- */ 
    1414div#newsarea { 
     
    3434 
    3535 
    36 /* おすすめ 
     36/* 縺翫☆縺吶a 
    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;} 
Note: See TracChangeset for help on using the changeset viewer.