Changeset 5756
- Timestamp:
- 05/22/08 15:26:37 (6 months ago)
- Files:
-
- rubricks_core/trunk/themes/asteriksorange/stylesheets/asteriksorange.css (modified) (3 diffs)
- rubricks_core/trunk/themes/asteriksorange/stylesheets/icons.css (modified) (5 diffs)
- rubricks_core/trunk/themes/asteriksorange/stylesheets/layouts.css (modified) (1 diff)
- rubricks_core/trunk/themes/asteriksorange/stylesheets/print.css (modified) (1 diff)
- rubricks_core/trunk/themes/rubrickswhite/stylesheets/icons.css (modified) (5 diffs)
- rubricks_core/trunk/themes/rubrickswhite/stylesheets/layouts.css (modified) (1 diff)
- rubricks_core/trunk/themes/rubrickswhite/stylesheets/print.css (modified) (1 diff)
- rubricks_core/trunk/themes/rubrickswhite/stylesheets/rubrickswhite.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
rubricks_core/trunk/themes/asteriksorange/stylesheets/asteriksorange.css
r5702 r5756 581 581 background-image: none; 582 582 } 583 .background_user_select_title { 584 background: url(../../../images/themes/asteriksorange/layout/block_01_back.gif) repeat-x; 585 } 583 586 .background_white { 584 587 background-color: #ffffff; … … 587 590 .dot_line { 588 591 border-bottom: 1px dotted #999999; 592 } 593 .icon_selected_border { 594 border: 2px solid #ff6666; 595 margin: 2px; 596 padding: 1px; 589 597 } 590 598 .rubricks_general_impact { … … 729 737 border: 1px solid #b2b2b2; 730 738 } 739 .rubricks_general_filter_border { 740 border-color: #b2b2b2; 741 } 731 742 div.rubricks_general_filter_switch { 732 743 margin: 5px; 733 744 float: left; 745 } 746 747 /*--[Settings for General Sort]----*/ 748 .rubricks_general_sort { 749 padding: 3px 20px; 750 text-align: right; 734 751 } 735 752 rubricks_core/trunk/themes/asteriksorange/stylesheets/icons.css
r5748 r5756 245 245 background: url(../../../images/themes/asteriksorange/icons/icon_forum.gif) no-repeat center left; 246 246 } 247 .icon_gourmet_select { 248 background: url(../../../images/themes/asteriksorange/icons/icon_gourmet_select.gif) no-repeat center left; 249 } 247 250 .icon_group { 248 251 background: url(../../../images/themes/asteriksorange/icons/icon_group.gif) no-repeat center left; … … 398 401 background: url(../../../images/themes/asteriksorange/icons/icon_search_plus.gif) no-repeat center left; 399 402 } 403 .icon_simple_arrow { 404 background: url(../../../images/themes/asteriksorange/icons/icon_simple_arrow.gif) no-repeat center left; 405 } 406 .icon_simple_check { 407 background: url(../../../images/themes/asteriksorange/icons/icon_simple_check.gif) no-repeat center left; 408 } 400 409 .icon_single { 401 410 background: url(../../../images/themes/asteriksorange/icons/icon_single.gif) no-repeat center left; … … 475 484 .icon_user_unlock { 476 485 background: url(../../../images/themes/asteriksorange/icons/icon_user_unlock.gif) no-repeat center left; 486 } 487 .icon_user_vote { 488 background: url(../../../images/themes/asteriksorange/icons/icon_user_vote.gif) no-repeat center left; 477 489 } 478 490 .icon_users_select { … … 589 601 background: url(../../../images/themes/asteriksorange/icons/darkicon_arrow_left.gif) no-repeat center left; 590 602 } 603 .darkicon_arrow_move { 604 background: url(../../../images/themes/asteriksorange/icons/darkicon_arrow_move.gif) no-repeat center left; 605 } 591 606 .darkicon_arrow_redo { 592 607 background: url(../../../images/themes/asteriksorange/icons/darkicon_arrow_redo.gif) no-repeat center left; … … 634 649 background: url(../../../images/themes/asteriksorange/icons/darkicon_export.gif) no-repeat center left; 635 650 } 651 .darkicon_feed { 652 background: url(../../../images/themes/asteriksorange/icons/darkicon_feed.gif) no-repeat center left; 653 } 636 654 .darkicon_file_clock { 637 655 background: url(../../../images/themes/asteriksorange/icons/darkicon_file_clock.gif) no-repeat center left; rubricks_core/trunk/themes/asteriksorange/stylesheets/layouts.css
r5702 r5756 402 402 } 403 403 404 /*--[Settings for Messages]----*/ 404 /*--[Settings for Block]--------------*/ 405 div.block_to_component { 406 margin: 3px 3px 3px 0; 407 text-align: right; 408 } 409 410 /*--[Settings for Messages]-----------*/ 405 411 .export_window_message { 406 412 padding: 10px 20px 20px 20px; rubricks_core/trunk/themes/asteriksorange/stylesheets/print.css
r5702 r5756 321 321 padding: 0 5px; 322 322 } 323 /*--[Settings for Pagebreak]--------------*/ 324 @media screen { 325 hr.rubricks_general_pagebreak { 326 height: 2px; 327 border: 1px solid #ffcc00; 328 page-break-after: always; 329 } 330 } 331 @media print { 332 hr.rubricks_general_pagebreak { 333 visibility: hidden; 334 page-break-after: always; 335 } 336 } rubricks_core/trunk/themes/rubrickswhite/stylesheets/icons.css
r5748 r5756 245 245 background: url(../../../images/themes/rubrickswhite/icons/icon_forum.gif) no-repeat center left; 246 246 } 247 .icon_gourmet_select { 248 background: url(../../../images/themes/rubrickswhite/icons/icon_gourmet_select.gif) no-repeat center left; 249 } 247 250 .icon_group { 248 251 background: url(../../../images/themes/rubrickswhite/icons/icon_group.gif) no-repeat center left; … … 398 401 background: url(../../../images/themes/rubrickswhite/icons/icon_search_plus.gif) no-repeat center left; 399 402 } 403 .icon_simple_arrow { 404 background: url(../../../images/themes/rubrickswhite/icons/icon_simple_arrow.gif) no-repeat center left; 405 } 406 .icon_simple_check { 407 background: url(../../../images/themes/rubrickswhite/icons/icon_simple_check.gif) no-repeat center left; 408 } 400 409 .icon_single { 401 410 background: url(../../../images/themes/rubrickswhite/icons/icon_single.gif) no-repeat center left; … … 475 484 .icon_user_unlock { 476 485 background: url(../../../images/themes/rubrickswhite/icons/icon_user_unlock.gif) no-repeat center left; 486 } 487 .icon_user_vote { 488 background: url(../../../images/themes/rubrickswhite/icons/icon_user_vote.gif) no-repeat center left; 477 489 } 478 490 .icon_users_select { … … 589 601 background: url(../../../images/themes/rubrickswhite/icons/darkicon_arrow_left.gif) no-repeat center left; 590 602 } 603 .darkicon_arrow_move { 604 background: url(../../../images/themes/rubrickswhite/icons/darkicon_arrow_move.gif) no-repeat center left; 605 } 591 606 .darkicon_arrow_redo { 592 607 background: url(../../../images/themes/rubrickswhite/icons/darkicon_arrow_redo.gif) no-repeat center left; … … 634 649 background: url(../../../images/themes/rubrickswhite/icons/darkicon_export.gif) no-repeat center left; 635 650 } 651 .darkicon_feed { 652 background: url(../../../images/themes/rubrickswhite/icons/darkicon_feed.gif) no-repeat center left; 653 } 636 654 .darkicon_file_clock { 637 655 background: url(../../../images/themes/rubrickswhite/icons/darkicon_file_clock.gif) no-repeat center left; rubricks_core/trunk/themes/rubrickswhite/stylesheets/layouts.css
r5702 r5756 404 404 } 405 405 406 /*--[Settings for Messages]----*/ 406 /*--[Settings for Block]--------------*/ 407 div.block_to_component { 408 margin: 3px 3px 3px 0; 409 text-align: right; 410 } 411 412 /*--[Settings for Messages]-----------*/ 407 413 .export_window_message { 408 414 padding: 10px 20px 20px 20px; rubricks_core/trunk/themes/rubrickswhite/stylesheets/print.css
r5702 r5756 321 321 padding: 0 5px; 322 322 } 323 /*--[Settings for Pagebreak]--------------*/ 324 @media screen { 325 hr.rubricks_general_pagebreak { 326 height: 2px; 327 border: 1px solid #ffcc00; 328 page-break-after: always; 329 } 330 } 331 @media print { 332 hr.rubricks_general_pagebreak { 333 visibility: hidden; 334 page-break-after: always; 335 } 336 } rubricks_core/trunk/themes/rubrickswhite/stylesheets/rubrickswhite.css
r5702 r5756 567 567 background-image: none; 568 568 } 569 .background_user_select_title { 570 background: url(../../../images/themes/rubrickswhite/layout/block_01_back.gif) repeat-x; 571 } 569 572 .background_white { 570 573 background-color: #ffffff; … … 573 576 .dot_line { 574 577 border-bottom: 1px dotted #999999; 578 } 579 .icon_selected_border { 580 border: 2px solid #ff6666; 581 margin: 2px; 582 padding: 1px; 575 583 } 576 584 .rubricks_general_impact { … … 716 724 border: 1px solid #b2b2b2; 717 725 } 726 .rubricks_general_filter_border { 727 border-color: #b2b2b2; 728 } 718 729 div.rubricks_general_filter_switch { 719 730 margin: 5px; 720 731 float: left; 732 } 733 734 /*--[Settings for General Sort]----*/ 735 .rubricks_general_sort { 736 padding: 3px 20px; 737 text-align: right; 721 738 } 722 739
