| 1 | | |
| 2 | | /** |
| 3 | | Oreon is developped with GPL Licence 2.0 : |
| 4 | | http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt |
| 5 | | Developped by : Julien Mathis - Romain Le Merlus |
| 6 | | |
| 7 | | Adapted to Pear library by Merethis company, under direction of Cedrick Facon, Romain Le Merlus, Julien Mathis |
| 8 | | |
| 9 | | The Software is provided to you AS IS and WITH ALL FAULTS. |
| 10 | | OREON makes no representation and gives no warranty whatsoever, |
| 11 | | whether express or implied, and without limitation, with regard to the quality, |
| 12 | | safety, contents, performance, merchantability, non-infringement or suitability for |
| 13 | | any particular or intended purpose of the Software found on the OREON web site. |
| 14 | | In no event will OREON be liable for any direct, indirect, punitive, special, |
| 15 | | incidental or consequential damages however they may arise and even if OREON has |
| 16 | | been previously advised of the possibility of such damages. |
| 17 | | |
| 18 | | For information : contact@centreon.com |
| 19 | | */ |
| 20 | | |
| 21 | | body { |
| 22 | | background-color:#FFFFFF; |
| 23 | | } |
| | 1 | /* |
| | 2 | * Centreon is developped with GPL Licence 2.0 : |
| | 3 | * http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt |
| | 4 | * Developped by : Julien Mathis - Romain Le Merlus |
| | 5 | * |
| | 6 | * The Software is provided to you AS IS and WITH ALL FAULTS. |
| | 7 | * Centreon makes no representation and gives no warranty whatsoever, |
| | 8 | * whether express or implied, and without limitation, with regard to the quality, |
| | 9 | * any particular or intended purpose of the Software found on the Centreon web site. |
| | 10 | * In no event will Centreon be liable for any direct, indirect, punitive, special, |
| | 11 | * incidental or consequential damages however they may arise and even if Centreon has |
| | 12 | * been previously advised of the possibility of such damages. |
| | 13 | * |
| | 14 | * For information : contact@centreon.com |
| | 15 | */ |
| | 16 | |
| | 17 | body {background-color:#FFFFFF;} |
| | 505 | |
| | 506 | * {margin:0; padding:0} |
| | 507 | |
| | 508 | |
| | 509 | #topright {float: right;} |
| | 510 | #bottomright {float: right;} |
| | 511 | #bottommiddle {float: right; background-color: Blue;} |
| | 512 | |
| | 513 | #topleft, #topright, #bottomleft, #bottomright { |
| | 514 | padding:0px; |
| | 515 | height: 12px; |
| | 516 | width: 15px; |
| | 517 | background-repeat: no-repeat; |
| | 518 | font-size:10px; /* correction d'un bug IE */} |
| | 519 | |
| | 520 | #bottomright {background-color: blue;} |
| | 521 | #bottomleft {background-color: green;} |
| | 522 | |
| | 523 | #contenu {background: #ffffff url(Images/line.gif) right repeat-y; padding-left: 2px;} |
| | 524 | #topline {background: #ffffff url(Images/line.gif) top right repeat-x;} |
| | 525 | #bottomline {background: #ffffff url(Images/line.gif) bottom right repeat-x;} |
| | 526 | |
| | 527 | #menu_3 {padding:0px;} |
| | 528 | #menu3_bgcolor {background : #FFFFFF;} |
| | 529 | |
| | 530 | .Tmenu3 {border-collapse: collapse; background-color: #ffffff;} |
| | 531 | .Tmenu3 td {padding: 0px;background-color: #ffffff; } |
| | 532 | .Tmenu3 td .left {padding: 0px;background-color: #ffffff; } |
| | 533 | .Tmenu3 .top .left, .Tmenu3 .top .right, .Tmenu3 .bottom .left, .Tmenu3 .bottom .right {height: 9px; width: 10px; } |
| | 534 | .Tmenu3 .top .left {width:10px;padding-left:10px;} |
| | 535 | .Tmenu3 .top .right {width:10px;padding-left:10px;} |
| | 536 | .Tmenu3 .right {width:10px;} |
| | 537 | .Tmenu3 .left {width:10px;} |
| | 538 | .Tmenu3 .center {width:100%;} |
| | 539 | .Tmenu3 .top .left {background: #ffffff url(Images/topleft2.gif);} |
| | 540 | .Tmenu3 .top .right {background: #ffffff url(Images/topright2.gif);} |
| | 541 | .Tmenu3 .bottom .left {background: #ffffff url(Images/bottomleft2.gif); } |
| | 542 | .Tmenu3 .bottom .right {background: #ffffff url(Images/bottomright2.gif); } |
| | 543 | .Tmenu3 .bottom .center {background: #ffffff url(Images/line.gif) bottom right repeat-x; } |
| | 544 | .Tmenu3 .top .center {background: #ffffff url(Images/line.gif) top right repeat-x; } |
| | 545 | .Tmenu3 .middle .left {background: #ffffff url(Images/line.gif) left repeat-y; } |
| | 546 | .Tmenu3 .middle .right {background: #ffffff url(Images/line.gif) right repeat-y; } |
| | 547 | .help {position:absolute;right:15px;top:15px;} |
| | 548 | |
| | 549 | #lang a:link {color:#666666;} |
| | 550 | #lang a:visited {color:#666666;} |
| | 551 | #lang a:hover {color:#E3A385;} |
| | 552 | #lang {color:#666666;} |
| | 553 | #lang h1 {font-family:Arial, Helvetica, Sans-Serif;font-size:14px; color:#666666; padding-bottom:15px} |
| | 554 | #lang dt {font-family:Arial, Helvetica, Sans-Serif;font-size:12px; color:#666666; text-decoration: underline} |
| | 555 | #lang dd {font-family:Arial, Helvetica, Sans-Serif;font-size:10px; color:#666666;} |
| | 556 | |
| | 557 | .FormHeader { font-size:12px;} |
| | 558 | .FormHeader .td { padding-left:2px;} |
| | 559 | .FormFooter { font-size:12px; font-weight:bold; padding-right:10px;} |
| | 560 | |
| | 561 | |
| | 562 | /* IE BUG ONLY */ |
| | 563 | * html #ListTable td, #ListTableMedium td, #ListTableSmall td,.ListTable td, .ListTableMedium td, .ListTableSmall td { |
| | 564 | padding:0px; |
| | 565 | margin:0px; |
| | 566 | padding-left:3px; |
| | 567 | padding-right:3px; |
| | 568 | } |
| | 569 | |
| | 570 | |
| | 571 | .ListTableSmall a,.ListTable a, .ListTableMedium a, .ListTableSmall a{color:#666666;} |
| | 572 | |
| | 573 | .ListTable {width:100%;z-index: 1;} |
| | 574 | .ListTableMedium{width:60%;z-index: 1;} |
| | 575 | .ListTableSmall {width:40%;z-index: 1;} |
| | 576 | .ListTableMultiTp{width:100%;z-index: 1;} |
| | 577 | |
| | 578 | .TableFooter {width:100%;z-index: 1;margin-top:8px;margin-bottom:4px;} |
| | 579 | |
| | 580 | .tab .ListTable, .tab .ListTableMedium, .tab .ListTableSmall {margin-top:21px;} |
| | 581 | |
| | 582 | .ListTable, .ListTableMedium, .ListTableSmall { |
| | 583 | border-collapse:separate; |
| | 584 | empty-cells: show; |
| | 585 | border-spacing:0px; |
| | 586 | border-width: 1px; |
| | 587 | border-style:solid; |
| | 588 | } |
| | 589 | |
| | 590 | .ListTableMultiTp { |
| | 591 | border-collapse:collapse; |
| | 592 | empty-cells: show; |
| | 593 | border-spacing:0px; |
| | 594 | border-width: 0px; |
| | 595 | border-style:solid; |
| | 596 | } |
| | 597 | |
| | 598 | .ListTable td, .ListTableMedium td, .ListTableSmall td {padding-top:2px; padding-bottom:2px;} |
| | 599 | .list_one td, .list_two td, .list_three td, .list_four td, .list_lvl_2 td, .list_lvl_1 td, .list_up td, .list_down td{ |
| | 600 | border-top-width: 0.5px; |
| | 601 | border-top-style:solid; |
| | 602 | border-left-width: 0.5px; |
| | 603 | border-left-style:solid; |
| | 604 | } |
| | 605 | |
| | 606 | .tab .list_one td, .tab .list_two td, .tab .list_three td, .tab .list_four td, .tab .list_up td, .tab .list_down td{ |
| | 607 | border-top-width: 0.5px; |
| | 608 | border-top-style:solid; |
| | 609 | border-left-width: 0.5px; |
| | 610 | border-left-style:solid; |
| | 611 | border-right-width: 0px; |
| | 612 | border-bottom-width: 0px; |
| | 613 | } |
| | 614 | .tab .list_lvl_2 td, .tab .list_lvl_1 td{ |
| | 615 | border-bottom-width: 0.5px; |
| | 616 | border-bottom-style:solid; |
| | 617 | border-right-width: 0px; |
| | 618 | border-right-style:solid; |
| | 619 | border-left-width: 0px; |
| | 620 | border-top-width: 0px; |
| | 621 | } |
| | 622 | |
| | 623 | .ListHeader td{ |
| | 624 | padding-top:5px; |
| | 625 | height:20px; |
| | 626 | font-weight: bold; |
| | 627 | border-top-width: 0.1px; |
| | 628 | border-top-style:solid; |
| | 629 | border-left-width: 0.1px; |
| | 630 | border-left-style:solid; |
| | 631 | } |
| | 632 | |
| | 633 | .tab table .ListHeader td{ |
| | 634 | border-top-width: 0px; |
| | 635 | } |
| | 636 | |
| | 637 | .ListColFooterRight, .ListColFooterLeft, .ListColFooterCenter{ |
| | 638 | border-top-width: 0.1px; |
| | 639 | border-top-style:solid; |
| | 640 | } |
| | 641 | |
| | 642 | .limitPage{text-align:left; |
| | 643 | border: 1px; |
| | 644 | border-style: solid; |
| | 645 | border-color:#eff1f6; |
| | 646 | background-color:#BFD0E2; |
| | 647 | color:#fff; |
| | 648 | font-weight:bold; |
| | 649 | padding-bottom: 3px; |
| | 650 | padding-top: 1px; |
| | 651 | padding-left: 4px; |
| | 652 | width:160px; |
| | 653 | } |
| | 654 | |
| | 655 | .pagination{text-align:center;} |
| | 656 | |
| | 657 | .pageNumber{ |
| | 658 | padding-top: 4px; |
| | 659 | padding-right: 3px; |
| | 660 | text-align:right; |
| | 661 | border: 1px; |
| | 662 | border-style: solid; |
| | 663 | border-color:#eff1f6; |
| | 664 | background-color:#BFD0E2; |
| | 665 | color:#fff; |
| | 666 | font-weight:bold; |
| | 667 | padding-bottom: 3px; |
| | 668 | width:80px; |
| | 669 | } |
| | 670 | |
| | 671 | .otherPageNumber{color:#5050FF;} |
| | 672 | .currentPageNumber{color:#ff0a0a;} |
| | 673 | |
| | 674 | /* OLD */ |
| | 675 | .ListColPicker { text-align:center;} |
| | 676 | .ListColHeader1 { width: 4%; text-align:center;} |
| | 677 | .ListColHeader2 { text-align:left; padding-left:40px;} |
| | 678 | .ListColHeader3 { text-align:left; padding-left:3px;} |
| | 679 | .ListColHeader4 { text-align:left; padding-left:3px; padding-right:2px;} |
| | 680 | .ListColHeader5 { text-align:right; padding-left:3px; padding-right:20px} |
| | 681 | |
| | 682 | /* New */ |
| | 683 | .ListColHeaderPicker {text-align:center;padding-left:3px;padding-right:3px;width:10px;} |
| | 684 | .ListColHeaderCenter {text-align:center; padding-left:3px;} |
| | 685 | .ListColHeaderLeft {text-align:left; padding-left:3px;} |
| | 686 | .ListColHeaderRight {text-align:right; padding-left:3px;padding-right:3px} |
| | 687 | .ListColHeaderWrap {text-align:left; padding-left:3px; white-space:normal;} |
| | 688 | |
| | 689 | .link a {font-family:'Bitstream Vera Sans',arial,Tahoma,'Sans serif';font-size:12px;} |
| | 690 | |
| | 691 | #ListColHeaderLeft div {padding-left:0px;} |
| | 692 | |
| | 693 | .ListColFooter1 {padding:3px;} |
| | 694 | .ListColFooter2 {} |
| | 695 | .ListColFooter3 {} |
| | 696 | .ListColFooter4 {} |
| | 697 | .ListColFooter5, .ListColFooter5 a { font-size:12px; font-weight:bold; padding-right:10px;} |
| | 698 | |
| | 699 | .ListColFooterCenter{text-align:center; font-size:12px; font-weight:bold; padding-right:10px;} |
| | 700 | .ListColFooterLeft{text-align: left; font-size:12px; font-weight:bold; padding-right:10px;} |
| | 701 | .ListColFooterRight{text-align:right; font-size:12px; font-weight:bold; padding-right:10px;} |
| | 702 | |
| | 703 | /* OLD start indent */ |
| | 704 | .ListCol1 {text-align:center;} |
| | 705 | .ListCol2 {padding-left:20px;} |
| | 706 | .ListCol3, .ListCol4{padding-left:10px;} |
| | 707 | .ListCol5 {padding-right:10px;} |
| | 708 | |
| | 709 | .ListColCenter{text-align:center; padding-left:3px;} |
| | 710 | .ListColLeft{text-align:left; padding-left:3px;} |
| | 711 | .ListColRight{text-align:right; padding-left:3px;padding-right:3px;} |
| | 712 | .ListColNoWrap{text-align:left; padding-left:3px;white-space:normal;} |
| | 713 | |
| | 714 | .FormRowField {padding-left:40px;white-space: normal;vertical-align: top;} |
| | 715 | .FormRowValue {padding-left:5px;} |
| | 716 | |
| | 717 | .ListColLvl2_name{padding-left:15px;} |
| | 718 | .ListColLvl1_name{padding-left:10px;} |
| | 719 | /* end indent */ |
| | 720 | |
| | 721 | .list_lvl_1 {font-size:12px; font-weight:bold; vertical-align: middle;} |
| | 722 | .list_lvl_2 {font-size:11px; font-weight:bold; vertical-align: middle;} |
| | 723 | .ListHeader {font-weight:bold; vertical-align: top;} |
| | 724 | .list_one {font-weight:normal; vertical-align: middle;} |
| | 725 | .list_two {font-weight:normal; vertical-align: middle;} |
| | 726 | .list_three {font-weight:normal; vertical-align: middle;} |
| | 727 | .list_four {font-weight:normal; vertical-align: middle;} |
| | 728 | |
| | 729 | .list_one a {font-weight:normal;} |
| | 730 | .list_two a {font-weight:normal;} |
| | 731 | |
| | 732 | .ContactSelectOption input { background-color: transparent;} |
| | 733 | |
| | 734 | form {padding-bottom:10px;} |
| | 735 | |
| | 736 | #page { padding:5px; text-align:center;} |
| | 737 | #page a{ text-align:center;} |
| | 738 | |
| | 739 | .quick_search1{ |
| | 740 | padding-top:4px; |
| | 741 | font-size:11px; |
| | 742 | font-weight:bold; |
| | 743 | padding-left: 5px; |
| | 744 | padding-right: 5px; |
| | 745 | padding-bottom: 5px; |
| | 746 | margin:0px; |
| | 747 | } |
| | 748 | .quick_search2{ |
| | 749 | padding-top:4px; |
| | 750 | font-size:11px; |
| | 751 | font-weight:bold; |
| | 752 | padding-left: 5px; |
| | 753 | padding-right: 5px; |
| | 754 | padding-bottom: 5px; |
| | 755 | margin:0px; |
| | 756 | } |
| | 757 | .mini_checkbox{ |
| | 758 | width:12px; |
| | 759 | height:12px; |
| | 760 | } |
| | 761 | |
| | 762 | #QuickSearch{ |
| | 763 | position:absolute; |
| | 764 | top:86px; |
| | 765 | right:10px; |
| | 766 | } |
| | 767 | |
| | 768 | .page_limit{ |
| | 769 | border: 1px; |
| | 770 | border-style: solid; |
| | 771 | border-color:#eff1f6; |
| | 772 | width:80px; |
| | 773 | background-color:#BFD0E2; |
| | 774 | color:#fff; |
| | 775 | font-weight:bold; |
| | 776 | padding-left: 25px; |
| | 777 | padding-bottom: 3px; |
| | 778 | } |
| | 779 | |
| | 780 | #mainnav{ |
| | 781 | position:absolute; |
| | 782 | } |
| | 783 | |
| | 784 | /*tab*/ |
| | 785 | #mainnav{ |
| | 786 | z-index: 2; |
| | 787 | list-style-type:none; |
| | 788 | } |
| | 789 | #mainnav li{ |
| | 790 | padding:3px; |
| | 791 | float:left; |
| | 792 | z-index: 2; |
| | 793 | } |
| | 794 | .tab{ |
| | 795 | z-index: 1; |
| | 796 | float:left; |
| | 797 | display:none; |
| | 798 | } |
| | 799 | #tab1{ |
| | 800 | z-index: 1; |
| | 801 | float:left; |
| | 802 | display:block; |
| | 803 | } |
| | 804 | .a a, .b a{ |
| | 805 | color:#636363; |
| | 806 | font-size:11px; |
| | 807 | font-weight:bold; |
| | 808 | text-align:left; |
| | 809 | } |
| | 810 | |
| | 811 | .a { |
| | 812 | margin-left:5px; |
| | 813 | margin-top:1px; |
| | 814 | border-width: 1px; |
| | 815 | border-style:solid; |
| | 816 | border-bottom:none; |
| | 817 | } |
| | 818 | .b{ |
| | 819 | margin-left:5px; |
| | 820 | margin-bottom:1px; |
| | 821 | border-width: 1px; |
| | 822 | border-style:solid; |
| | 823 | } |
| | 824 | .c{ |
| | 825 | float:right; |
| | 826 | margin-left:5px; |
| | 827 | margin-top:0px; |
| | 828 | border-width: 1px; |
| | 829 | border-style:solid; |
| | 830 | border-bottom:none; |
| | 831 | } |
| | 832 | |
| | 833 | #validForm input { |
| | 834 | font-size:11px; |
| | 835 | font-weight:normal; |
| | 836 | text-align:left; |
| | 837 | } |
| | 838 | #validForm{ |
| | 839 | width:98%; |
| | 840 | float:right; |
| | 841 | padding:10px; |
| | 842 | text-align:center; |
| | 843 | } |
| | 844 | #validForm input{ |
| | 845 | margin-top:5px; |
| | 846 | text-align:center; |
| | 847 | } |
| | 848 | #validForm label{ |
| | 849 | padding:2px; |
| | 850 | padding-left:4px; |
| | 851 | padding-right:4px; |
| | 852 | } |
| | 853 | #validFormTop{ |
| | 854 | position:absolute; |
| | 855 | right:6px; |
| | 856 | top:155px; |
| | 857 | z-index: 10; |
| | 858 | } |
| | 859 | |
| | 860 | /* |
| | 861 | input[type="submit"],input[type="button"],input[type="reset"]{ |
| | 862 | border-width : 1px; |
| | 863 | border-style: solid; |
| | 864 | } |
| | 865 | |
| | 866 | input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover{ |
| | 867 | border-width : 1px; |
| | 868 | border-style: solid; |
| | 869 | } |
| | 870 | */ |
| | 871 | .cachediv { display: none;} |
| | 872 | |
| | 873 | .consol_button{ |
| | 874 | float:left; |
| | 875 | margin-top:3px; |
| | 876 | } |
| | 877 | #JS_monitoring_toolbar{ |
| | 878 | float:right; |
| | 879 | width:100%; |
| | 880 | } |
| | 881 | |
| | 882 | .Toolbar_TableTop {width:100%;margin-bottom:5px;} |
| | 883 | .Toolbar_TR_Top {padding-left:10px;margin-left:10px;} |
| | 884 | .Toolbar_TDSelectAction_Top {} |
| | 885 | .Toolbar_TableBottom {margin-top:5px;width:100%;} |
| | 886 | .Toolbar_TDSelectAction_Bottom{} |
| | 887 | .Toolbar_pagelimit {text-align:right;} |
| | 888 | .Toolbar_pagination {} |
| | 889 | |
| | 890 | #advanced_options {padding:4px;background-color:#ABABFF;-moz-border-radius: 14px;} |
| | 891 | |
| | 892 | |