Changeset 17250 for branches/version-2/html/user_data
- Timestamp:
- 2008/04/10 20:24:58 (18 years ago)
- Location:
- branches/version-2/html/user_data/packages/default/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/html/user_data/packages/default/css/index.css
r17143 r17250 10 10 11 11 12 /* 繝九Η繝シ繧ケ12 /* ニュース 13 13 ----------------------------------------------- */ 14 14 div#newsarea { … … 34 34 35 35 36 /* 縺翫☆縺吶a36 /* おすすめ 37 37 ----------------------------------------------- */ 38 38 div#recomendarea { … … 81 81 font-size: 100%; 82 82 } 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 315 315 width: 142px; 316 316 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; 317 347 } 318 348
Note: See TracChangeset
for help on using the changeset viewer.
