CRN.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  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. font-weight: bold;
  84. }
  85. .menuItem_hover
  86. {
  87. font-size: 70%;
  88. border-right: #99aacc 1px solid;
  89. padding-right: 1px;
  90. border-top: #99aacc 1px solid;
  91. padding-left: 1px;
  92. padding-bottom: 1px;
  93. border-left: #99aacc 1px solid;
  94. color: blue;
  95. padding-top: 1px;
  96. border-bottom: #99aacc 1px solid;
  97. font-family: Tahoma;
  98. background-color: #e3e9f3;
  99. text-decoration: underline;
  100. cursor: pointer;
  101. cursor: hand;
  102. font-weight: bold;
  103. }
  104. .menuItem_pressed
  105. {
  106. font-size: 70%;
  107. border-right: #ffffff 1px solid;
  108. padding-right: 1px;
  109. border-top: #ffffff 1px solid;
  110. padding-left: 1px;
  111. padding-bottom: 1px;
  112. border-left: #ffffff 1px solid;
  113. color: blue;
  114. padding-top: 1px;
  115. border-bottom: #ffffff 1px solid;
  116. font-family: Tahoma;
  117. background-color: #e3e9f3;
  118. text-decoration: underline;
  119. cursor: pointer;
  120. cursor: hand;
  121. font-weight: bold;
  122. }
  123. .menuItem_disabled
  124. {
  125. font-size: 70%;
  126. background-color: white;
  127. border: 1px solid white;
  128. color:lightgrey;
  129. text-decoration: underline;
  130. font-weight: bold;
  131. }
  132. .menuContainer
  133. {
  134. background-color: #ffffff;
  135. border: 1px solid #336699;
  136. }
  137. /*toolbar styles*/
  138. .toolbar
  139. {
  140. width: 25px;
  141. height: 25px;
  142. padding: 2px;
  143. background-color: #e0e0e0;
  144. border-bottom: 1px solid #cccccc;
  145. }
  146. /* Drop down arrow */
  147. .dropDownArrow
  148. {
  149. height: 22px;
  150. width: 13px;
  151. border: 1px solid #ffffff;
  152. background-color: #FFFFFF;
  153. }
  154. .dropDownArrowOver
  155. {
  156. height: 22px;
  157. width: 13px;
  158. border: 1px solid #666699;
  159. background-color: #cccce3;
  160. cursor: pointer;
  161. cursor: hand;
  162. }
  163. /* Seperators */
  164. .menuHorizontalSeperator
  165. {
  166. color:black;
  167. }
  168. .toolbarVerticalSeperator
  169. {
  170. color:black;
  171. }
  172. /* QS header */
  173. .headerButton
  174. {
  175. border: #336699 1px solid;
  176. background-color: #336699;
  177. cursor:pointer;
  178. width: 22px;
  179. }
  180. .headerButtonRollover
  181. {
  182. border: 1px solid #ffffff;
  183. background-color: #336699;
  184. cursor:pointer;
  185. width: 22px;
  186. }
  187. .headerButtonLogon
  188. {
  189. border: #336699 1px solid;
  190. background-color: #336699;
  191. cursor:pointer;
  192. color: #ffffff;
  193. font-size: 70%;
  194. padding-top: 1px;
  195. text-decoration: underline;
  196. font-weight: bold;
  197. }
  198. .headerButtonDropDown
  199. {
  200. border: #336699 1px solid;
  201. background-color: #336699 ;
  202. cursor: pointer;
  203. width: 3px;
  204. }
  205. .headerButtonDropDownRollover
  206. {
  207. border: #ffffff 1px solid;
  208. background-color: #336699;
  209. cursor: pointer;
  210. width: 3px;
  211. }
  212. .headerButtonOver
  213. {
  214. border: #ffffff 1px solid;
  215. background-color: #336699;
  216. cursor:pointer;
  217. }
  218. .headerLogoImageContainer
  219. {
  220. padding-left: 5px;
  221. padding-right: 5px;
  222. padding-top: 0px;
  223. padding-bottom: 0px;
  224. }
  225. .qsOptions
  226. {
  227. color: #000000;
  228. cursor: pointer;
  229. font-size: 70%;
  230. text-decoration: none;
  231. }
  232. .qsToolbarSeperator
  233. {
  234. background-image: url(../../../qs/images/tool_sep.gif);
  235. background-position: top left;
  236. background-repeat: no-repeat;
  237. font-size: 0px;
  238. width: 3px;
  239. height:20px;
  240. margin-right: 2px;
  241. }