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

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

Location:
branches/comu-ver2/html/user_data/packages/default/css
Files:
2 edited

Legend:

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

    r17479 r17569  
    7878    font-size: 100%; 
    7979} 
    80  
    81 /* ブロック - カレンダー 
    82 ----------------------------------------------- */ 
    83 #block-calendar {border: 1px solid #CCCCCC;padding: 0 0 10px;} 
    84 #block-calendar h2 { 
    85 /* 
    86     height: 29px; 
    87     text-indent: -9999em; 
    88     background: url(../images/tit-calendar.gif) 0 0 no-repeat; 
    89 */ 
    90 } 
    91 #block-calendar table { 
    92     border-collapse: collapse; 
    93     margin: 0 auto 10px; 
    94     text-align:center; 
    95 } 
    96 #block-calendar th, #block-calendar td { 
    97     padding: 2px; 
    98     border: 1px solid #CCCCCC; 
    99 } 
    100 #block-calendar th { 
    101     background: #FF8144; 
    102     color: #FFFFFF; 
    103 } 
    104 #block-calendar .off { 
    105     background: #FFEECC; 
    106     color: #E04A00; 
    107 } 
    108 #block-calendar caption {color: #DD4400;} 
  • 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.