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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.