Ignore:
Timestamp:
2008/08/28 10:33:23 (16 years ago)
Author:
Seasoft
Message:

merge 17227,17229,17234,17238,17250,17251,17254

File:
1 edited

Legend:

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

    r17519 r17569  
    360360} 
    361361 
     362/* カレンダー 
     363----------------------------------------------- */ 
     364#block-calendar { 
     365} 
     366 
     367#block-calendar table { 
     368    border-collapse: collapse; 
     369    margin: 0 auto 10px; 
     370    text-align:center; 
     371} 
     372 
     373#block-calendar th, #block-calendar td { 
     374    padding: 2px; 
     375    border: 1px solid #CCCCCC; 
     376} 
     377 
     378#block-calendar th { 
     379    background: #FF8144; 
     380    color: #FFFFFF; 
     381} 
     382 
     383#block-calendar .off { 
     384    background: #FFEECC; 
     385    color: #E04A00; 
     386} 
     387 
     388#block-calendar caption { 
     389    color: #DD4400; 
     390} 
     391 
    362392 
    363393/* バナー 
Note: See TracChangeset for help on using the changeset viewer.