CRN.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. /****************************************************************
  2. ** Licensed Materials - Property of IBM
  3. **
  4. ** BI and PM: qs
  5. **
  6. ** (C) Copyright IBM Corp. 2001, 2017
  7. **
  8. ** US Government Users Restricted Rights - Use, duplication or
  9. ** disclosure restricted by GSA ADP Schedule Contract with
  10. ** IBM Corp.
  11. *****************************************************************/
  12. /*
  13. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  14. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  15. */
  16. /*General styles*/
  17. .mainHeader3
  18. {
  19. background-color: #ffffff;
  20. }
  21. .outsideMenuFrame
  22. {
  23. width:100%;
  24. height:100%;
  25. }
  26. /*menu bar styles*/
  27. .menuBar
  28. {
  29. padding: 1px;
  30. background-color: #336699;
  31. border-bottom: 1px solid #000066;
  32. }
  33. .clsMenu
  34. {
  35. display: inline;
  36. background-color: white;
  37. border: 2px outset threedhighlight;
  38. -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
  39. -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
  40. position:absolute;
  41. padding: 2px 2px 2px 2px;
  42. overflow: visible;
  43. cursor: default;
  44. left: 0px;
  45. top:0px;
  46. margin:0px;
  47. }
  48. .menuTitle_normal
  49. {
  50. background-color: #336699;
  51. color:#ffffff;
  52. font-weight: bold;
  53. }
  54. .menuTitle_hover
  55. {
  56. background-color: #e8ecf4;
  57. color:#000066;
  58. font-weight: bold;
  59. }
  60. .menuTitle_pressed
  61. {
  62. background-color: #e8ecf4;
  63. color:#000066;
  64. font-weight: bold;
  65. }
  66. .menuItem_normal
  67. {
  68. font-size: 70%;
  69. border-right: #ffffff 1px solid;
  70. padding-right: 1px;
  71. border-top: #ffffff 1px solid;
  72. padding-left: 1px;
  73. padding-bottom: 1px;
  74. border-left: #ffffff 1px solid;
  75. color:blue;
  76. padding-top: 1px;
  77. border-bottom: #ffffff 1px solid;
  78. font-family: Tahoma;
  79. background-color: #ffffff;
  80. text-decoration: underline;
  81. cursor: pointer;
  82. cursor: hand;
  83. }
  84. .menuItem_hover
  85. {
  86. font-size: 70%;
  87. border-right: #99aacc 1px solid;
  88. padding-right: 1px;
  89. border-top: #99aacc 1px solid;
  90. padding-left: 1px;
  91. padding-bottom: 1px;
  92. border-left: #99aacc 1px solid;
  93. color: blue;
  94. padding-top: 1px;
  95. border-bottom: #99aacc 1px solid;
  96. font-family: Tahoma;
  97. background-color: #e3e9f3;
  98. text-decoration: underline;
  99. cursor: pointer;
  100. cursor: hand;
  101. }
  102. .menuItem_pressed
  103. {
  104. font-size: 70%;
  105. border-right: #ffffff 1px solid;
  106. padding-right: 1px;
  107. border-top: #ffffff 1px solid;
  108. padding-left: 1px;
  109. padding-bottom: 1px;
  110. border-left: #ffffff 1px solid;
  111. color: blue;
  112. padding-top: 1px;
  113. border-bottom: #ffffff 1px solid;
  114. font-family: Tahoma;
  115. background-color: #e3e9f3;
  116. text-decoration: underline;
  117. cursor: pointer;
  118. cursor: hand;
  119. }
  120. .menuItem_disabled
  121. {
  122. font-size: 70%;
  123. background-color: white;
  124. border: 1px solid white;
  125. color:lightgrey;
  126. text-decoration: underline;
  127. }
  128. .menuContainer
  129. {
  130. background-color: #ffffff;
  131. border: 1px solid #336699;
  132. }
  133. /*toolbar styles*/
  134. .toolbar
  135. {
  136. width: 25px;
  137. height: 25px;
  138. padding: 2px;
  139. background-color: #e0e0e0;
  140. border-bottom: 1px solid #cccccc;
  141. }
  142. /* Drop down arrow */
  143. .dropDownArrow
  144. {
  145. height: 22px;
  146. width: 13px;
  147. border: 1px solid #ffffff;
  148. background-color: #FFFFFF;
  149. }
  150. .dropDownArrowOver
  151. {
  152. height: 22px;
  153. width: 13px;
  154. border: 1px solid #666699;
  155. background-color: #c3d1df;
  156. cursor: pointer;
  157. cursor: hand;
  158. }
  159. /* Seperators */
  160. .menuHorizontalSeperator
  161. {
  162. color:black;
  163. }
  164. .toolbarVerticalSeperator
  165. {
  166. color:black;
  167. }
  168. /* QS header */
  169. .headerButton
  170. {
  171. border: #336699 1px solid;
  172. background-color: #336699;
  173. cursor:pointer;
  174. width: 22px;
  175. }
  176. .headerButtonRollover
  177. {
  178. border: 1px solid #e3e9f3;
  179. background-color: #336699;
  180. cursor:pointer;
  181. width: 22px;
  182. }
  183. .headerButtonLogon
  184. {
  185. border: #336699 1px solid;
  186. background-color: #336699;
  187. cursor:pointer;
  188. color: #ffffff;
  189. font-size: 70%;
  190. padding-top: 1px;
  191. text-decoration: underline;
  192. }
  193. .headerButtonDropDown
  194. {
  195. border: #336699 1px solid;
  196. background-color: #336699;
  197. cursor: pointer;
  198. width: 3px;
  199. }
  200. .headerButtonDropDownRollover
  201. {
  202. border: #ffffff 1px solid;
  203. background-color: #336699;
  204. cursor: pointer;
  205. width: 3px;
  206. }
  207. .headerButtonOver
  208. {
  209. border: #ffffff 1px solid;
  210. background-color: #336699;
  211. cursor:pointer;
  212. }
  213. .headerLogoImageContainer
  214. {
  215. padding-left: 5px;
  216. padding-right: 5px;
  217. padding-top: 0px;
  218. padding-bottom: 0px;
  219. }
  220. .qsOptions
  221. {
  222. color: #ffffff;
  223. cursor: pointer;
  224. font-size: 70%;
  225. text-decoration: none;
  226. }
  227. .qsToolbarSeperator
  228. {
  229. background-image: url(../../../qs/images/tool_sep.gif);
  230. background-position: top left;
  231. background-repeat: no-repeat;
  232. font-size: 0px;
  233. width: 3px;
  234. height:20px;
  235. margin-right: 2px;
  236. }