- Timestamp:
- 2011/05/07 23:44:04 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/html/user_data/packages/default/css/contents.css
r20773 r20916 173 173 div#undercolumn_error .message_area { 174 174 width:80%; 175 margin: 30px auto;175 margin: 30px auto; 176 176 padding: 30px; 177 177 border: 1px solid #ccc; … … 357 357 float: left; 358 358 } 359 #one_maincolumn div#detailrightbloc {359 #one_maincolumn #detailrightbloc { 360 360 width: 63%; 361 361 float: right; … … 381 381 width: 37%; 382 382 } 383 #two_maincolumn_left div#detailrightbloc ,384 #two_maincolumn_right div#detailrightbloc {383 #two_maincolumn_left #detailrightbloc , 384 #two_maincolumn_right #detailrightbloc { 385 385 float: right; 386 386 width: 63%; … … 408 408 width: 49%; 409 409 } 410 #three_maincolumn div#detailrightbloc {410 #three_maincolumn #detailrightbloc { 411 411 float: right; 412 412 width: 50%; … … 428 428 /* 商品情報 各種設定 429 429 ----------------------------------------------- */ 430 div#detailrightbloc h2 {430 #detailrightbloc h2 { 431 431 margin: 0 0 10px 0; 432 432 padding: 0 0 15px 0; … … 436 436 font-size: 160%; 437 437 } 438 div#detailrightbloc .point,439 div#detailrightbloc .relative_cat {438 #detailrightbloc .point, 439 #detailrightbloc .relative_cat { 440 440 margin: 0 0 10px 0; 441 441 padding: 0 0 10px 0; 442 442 background: url("../img/background/line_dot_01.gif") repeat-x bottom ; 443 443 } 444 div#detailrightbloc .main_comment { 445 margin-bottom: 20px; 446 } 447 div.cart_area { 444 #detailrightbloc .main_comment { 445 margin-bottom: 20px; 446 } 447 448 /* 商品コード */ 449 #detailrightbloc .product_code dt, 450 #detailrightbloc .product_code dd { 451 display: inline; 452 } 453 454 /* 商品ステータス */ 455 #detailrightbloc ul.status_icon { 456 margin-bottom: 10px; 457 width: 100%; 458 } 459 #detailrightbloc ul.status_icon li { 460 margin-right: 5px; 461 margin-bottom: 3px; 462 float: left; 463 } 464 465 /* 通常価格 */ 466 #detailrightbloc .normal_price dt, 467 #detailrightbloc .normal_price dd { 468 display: inline; 469 } 470 471 /* 販売価格 */ 472 #detailrightbloc .sale_price dt, 473 #detailrightbloc .sale_price dd { 474 display: inline; 475 } 476 477 /* ポイント */ 478 #detailrightbloc .point dt, 479 #detailrightbloc .point dd { 480 display: inline; 481 } 482 483 /* 規格 */ 484 #detailrightbloc div.classlist { 485 margin-bottom: 10px; 486 padding-bottom: 10px; 487 width: 100%; 488 background: url("../img/background/line_dot_02.gif") repeat-x bottom ; 489 } 490 #detailrightbloc .classlist { 491 margin-bottom: 5px; 492 } 493 #detailrightbloc ul { 494 margin-bottom: 10px; 495 width: 100%; 496 } 497 #detailrightbloc ul li { 498 vertical-align: top; 499 float: left; 500 } 501 502 /* メーカー */ 503 #detailrightbloc .maker dt, 504 #detailrightbloc .maker dd { 505 display: inline; 506 } 507 508 /* メーカーURL */ 509 #detailrightbloc .comment1 dt, 510 #detailrightbloc .comment1 dd { 511 display: inline; 512 } 513 514 /* 関連カテゴリ */ 515 #detailrightbloc .relative_cat dd { 516 margin-left: 1em; 517 } 518 519 /* 買い物かご */ 520 #detailrightbloc .cart_area { 448 521 padding: 10px; 449 522 background-color: #ecf5ff; 450 523 border: 1px solid #cef0f4; 451 524 } 452 453 /* 商品ステータス */ 454 div#detailrightbloc ul.status_icon { 455 margin-bottom: 10px; 456 width: 100%; 457 } 458 div#detailrightbloc ul.status_icon li { 459 margin-right: 5px; 460 margin-bottom: 3px; 461 float: left; 462 } 463 464 /* 規格 */ 465 div#detailrightbloc div.classlist { 466 margin-bottom: 10px; 467 padding-bottom: 10px; 468 width: 100%; 469 background: url("../img/background/line_dot_02.gif") repeat-x bottom ; 470 } 471 div#detailrightbloc .classlist { 472 margin-bottom: 5px; 473 } 474 div#detailrightbloc ul { 475 margin-bottom: 10px; 476 width: 100%; 477 } 478 div#detailrightbloc ul li { 479 vertical-align: top; 480 float: left; 481 } 482 483 /* 買い物かご */ 484 div#detailrightbloc .cartin { 525 #detailrightbloc .quantity dt, 526 #detailrightbloc .quantity dd { 527 display: inline; 528 } 529 #detailrightbloc .cartin { 485 530 text-align: center; 486 531 } 487 div#detailrightbloc .cartin_btn {532 #detailrightbloc .cartin_btn { 488 533 text-align: center; 489 534 } 490 div#detailrightbloc .favorite_btn {535 #detailrightbloc .favorite_btn { 491 536 text-align: center; 492 537 margin-top: 10px;
Note: See TracChangeset
for help on using the changeset viewer.
