uipe_skin.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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: #444444 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: #444444 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: #444444 1px solid;
  56. }
  57. .uipeHeader
  58. {
  59. background-image: none;
  60. background-image: none, -moz-linear-gradient(top, #444444 0%, #000000 100%);
  61. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#000000));
  62. background-image: none, -webkit-linear-gradient(top, #444444 0%, #000000 100%);
  63. background-image: none, -o-linear-gradient(top, #444444 0%, #000000 100%);
  64. background-image: none, -ms-linear-gradient(top, #444444 0%, #000000 100%);
  65. background-image: none, linear-gradient(to bottom, #444444 0%, #000000 100%);
  66. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 );
  67. zoom: 1;
  68. background-repeat: repeat-x;
  69. background-position: left top;
  70. background-color: #444444;
  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: #008abf;
  88. clear: left;
  89. display: block;
  90. height: 4px;
  91. overflow: hidden;
  92. }
  93. .uipeNavBar
  94. {
  95. background-color: #999999;
  96. background-image: none, -moz-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  97. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d8d8d), color-stop(100%,#444444));
  98. background-image: none, -webkit-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  99. background-image: none, -o-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  100. background-image: none, -ms-linear-gradient(top, #8d8d8d 0%, #444444 100%);
  101. background-image: none, linear-gradient(to bottom, #8d8d8d 0%, #444444 100%);
  102. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#444444',GradientType=0 );
  103. zoom: 1;
  104. color: #ffffff;
  105. font-size: 12px;
  106. font-weight: bold;
  107. }
  108. .clsTreeNode_selected
  109. {
  110. cursor: default;
  111. padding: 2px 5px 2px 5px !important;
  112. background-color: #008abf;
  113. border: 1px solid #9c93b8;
  114. color: #ffffff;
  115. }
  116. .clsTreeNode_hover
  117. {
  118. cursor: default;
  119. padding: 2px 5px 2px 5px !important;
  120. background-color: #95daf2;
  121. border: 1px solid #95daf2;
  122. color: #292929;
  123. }