uipe_skin.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. /********************************************************************************************************************************
  2. * Licensed Materials - Property of IBM *
  3. * *
  4. * IBM Cognos Products: UIPE *
  5. * *
  6. * (C) Copyright IBM Corp. 2014 *
  7. * *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. *
  9. *********************************************************************************************************************************/
  10. HTML,
  11. BODY
  12. {
  13. height: 100%;
  14. overflow: auto;
  15. }
  16. .uipeContent
  17. {
  18. width: 100%;
  19. padding:15px;
  20. }
  21. .navTreeContainer
  22. {
  23. border: #8b81ac 1px solid;
  24. width: 300px;
  25. height: 560px;
  26. overflow: auto;
  27. }
  28. .uipeRightPane
  29. {
  30. width: 100%;
  31. padding-left: 16px;
  32. }
  33. .uipeNavBarTable
  34. {
  35. width: 100%;
  36. }
  37. .uipeTabBorder
  38. {
  39. border-bottom: #8b81ac 1px solid;
  40. padding: 0 1px;
  41. }
  42. .uipeHighlight,
  43. TD.uipeDefaultSettingsHighlight,
  44. TD INPUT.uipeDefaultSettingsHighlight
  45. {
  46. font-weight: bolder;
  47. color: #0080b2;
  48. }
  49. .uipeDeckMain
  50. {
  51. height:360px;
  52. width:300px;
  53. margin-right: 16px;
  54. overflow: auto;
  55. border: #8b81ac 1px solid;
  56. }
  57. .uipeHeader
  58. {
  59. background-image: none;
  60. background-image: none, -moz-linear-gradient(top, #8b81ac 0%, #51486d 100%);
  61. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b81ac), color-stop(100%,#51486d));
  62. background-image: none, -webkit-linear-gradient(top, #8b81ac 0%, #51486d 100%);
  63. background-image: none, -o-linear-gradient(top, #8b81ac 0%, #51486d 100%);
  64. background-image: none, -ms-linear-gradient(top, #8b81ac 0%, #51486d 100%);
  65. background-image: none, linear-gradient(to bottom, #8b81ac 0%, #51486d 100%);
  66. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b81ac', endColorstr='#51486d',GradientType=0 );
  67. zoom: 1;
  68. background-repeat: repeat-x;
  69. background-position: left top;
  70. background-color: #51486d;
  71. height: 35px;
  72. }
  73. .uipeHeaderTitle
  74. {
  75. color: #ffffff;
  76. font-weight: normal;
  77. font-size: 1em;
  78. font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
  79. text-align: left;
  80. white-space: nowrap;
  81. padding-left: 16px;
  82. width: 100%;
  83. vertical-align: middle;
  84. }
  85. .uipeHeaderLip
  86. {
  87. background-color: #fdc339;
  88. clear: left;
  89. display: block;
  90. height: 4px;
  91. overflow:hidden;
  92. }
  93. .uipeNavBar
  94. {
  95. background-color: #8b81ac;
  96. background-image: -moz-linear-gradient(top, #8b81ac 0%, #787095 100%);
  97. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b81ac), color-stop(100%,#787095));
  98. background-image: -webkit-linear-gradient(top, #8b81ac 0%, #787095 100%);
  99. background-image: -o-linear-gradient(top, #8b81ac 0%, #787095 100%);
  100. background-image: -ms-linear-gradient(top, #8b81ac 0%, #787095 100%);
  101. background-image: linear-gradient(to bottom, #8b81ac 0%, #787095 100%);
  102. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b81ac', endColorstr='#787095',GradientType=0 );
  103. zoom: 1;
  104. border-color: #8b81ac;
  105. color: #ffffff;
  106. font-size: 12px;
  107. font-weight: bold;
  108. }
  109. .clsTreeNode_selected
  110. {
  111. cursor: default;
  112. padding: 2px 5px 2px 5px !important;
  113. background-color: #8b81ac;
  114. border: 1px solid #9c93b8;
  115. color: #ffffff;
  116. }
  117. .clsTreeNode_hover
  118. {
  119. cursor: default;
  120. padding: 2px 5px 2px 5px !important;
  121. background-color: #c6c6d7;
  122. border: 1px solid #c6c6d7;
  123. color: #292929;
  124. }