CRN.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  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. .dimbarItem_normal
  49. {
  50. font-size: 70%;
  51. border-right: #ffffff 1px solid;
  52. padding-right: 1px;
  53. border-top: #ffffff 1px solid;
  54. padding-left: 1px;
  55. padding-bottom: 1px;
  56. border-left: #ffffff 1px solid;
  57. color:blue;
  58. padding-top: 1px;
  59. border-bottom: #ffffff 1px solid;
  60. font-family: Tahoma;
  61. background-color: white;
  62. border-color:white;
  63. cursor: pointer;
  64. cursor: hand;
  65. }
  66. .dimbarItem_hover
  67. {
  68. font-size: 70%;
  69. border-right: #99aacc 1px solid;
  70. padding-right: 1px;
  71. border-top: #99aacc 1px solid;
  72. padding-left: 1px;
  73. padding-bottom: 1px;
  74. border-left: #99aacc 1px solid;
  75. color: blue;
  76. padding-top: 1px;
  77. border-bottom: #99aacc 1px solid;
  78. font-family: Tahoma;
  79. background-color: white;
  80. text-decoration: underline;
  81. cursor: pointer;
  82. cursor: hand;
  83. }
  84. .dimbarItem_pressed
  85. {
  86. font-size: 70%;
  87. border-right: #ffffff 1px solid;
  88. padding-right: 1px;
  89. border-top: #ffffff 1px solid;
  90. padding-left: 1px;
  91. padding-bottom: 1px;
  92. border-left: #ffffff 1px solid;
  93. color: blue;
  94. padding-top: 1px;
  95. border-bottom: #ffffff 1px solid;
  96. font-family: Tahoma;
  97. background-color: white;
  98. text-decoration: underline;
  99. cursor: pointer;
  100. cursor: hand;
  101. }
  102. .dimbarItem_disabled
  103. {
  104. font-size: 70%;
  105. background-color: white;
  106. border: 1px solid white;
  107. color:lightgrey;
  108. text-decoration: underline;
  109. }
  110. .clsDimBar
  111. {
  112. display: inline;
  113. background-color: white;
  114. border: 1px outset threedhighlight;
  115. padding: 2px 2px 2px 2px;
  116. overflow: visible;
  117. cursor: default;
  118. left: 0px;
  119. top:0px;
  120. margin:0px;
  121. }
  122. .menuTitle_normal
  123. {
  124. background-color: #336699;
  125. color:#ffffff;
  126. font-weight: bold;
  127. }
  128. .menuTitle_hover
  129. {
  130. background-color: #e8ecf4;
  131. color:#000066;
  132. font-weight: bold;
  133. }
  134. .menuTitle_pressed
  135. {
  136. background-color: #e8ecf4;
  137. color:#000066;
  138. font-weight: bold;
  139. }
  140. .menuItem_normal
  141. {
  142. font-size: 70%;
  143. border-right: #ffffff 1px solid;
  144. padding-right: 1px;
  145. border-top: #ffffff 1px solid;
  146. padding-left: 1px;
  147. padding-bottom: 1px;
  148. border-left: #ffffff 1px solid;
  149. color:blue;
  150. padding-top: 1px;
  151. border-bottom: #ffffff 1px solid;
  152. font-family: Tahoma;
  153. background-color: #ffffff;
  154. text-decoration: underline;
  155. cursor: pointer;
  156. cursor: hand;
  157. }
  158. .menuItem_hover
  159. {
  160. font-size: 70%;
  161. border-right: #99aacc 1px solid;
  162. padding-right: 1px;
  163. border-top: #99aacc 1px solid;
  164. padding-left: 1px;
  165. padding-bottom: 1px;
  166. border-left: #99aacc 1px solid;
  167. color: blue;
  168. padding-top: 1px;
  169. border-bottom: #99aacc 1px solid;
  170. font-family: Tahoma;
  171. background-color: #e3e9f3;
  172. text-decoration: underline;
  173. cursor: pointer;
  174. cursor: hand;
  175. }
  176. .menuItem_pressed
  177. {
  178. font-size: 70%;
  179. border-right: #ffffff 1px solid;
  180. padding-right: 1px;
  181. border-top: #ffffff 1px solid;
  182. padding-left: 1px;
  183. padding-bottom: 1px;
  184. border-left: #ffffff 1px solid;
  185. color: blue;
  186. padding-top: 1px;
  187. border-bottom: #ffffff 1px solid;
  188. font-family: Tahoma;
  189. background-color: #e3e9f3;
  190. text-decoration: underline;
  191. cursor: pointer;
  192. cursor: hand;
  193. }
  194. .menuItem_disabled
  195. {
  196. font-size: 70%;
  197. background-color: white;
  198. border: 1px solid white;
  199. color:lightgrey;
  200. text-decoration: underline;
  201. }
  202. .menuContainer
  203. {
  204. background-color: #ffffff;
  205. border: 1px solid #336699;
  206. }
  207. /*toolbar styles*/
  208. .toolbar
  209. {
  210. width: 25px;
  211. height: 25px;
  212. padding: 2px;
  213. background-color: #e0e0e0;
  214. border-bottom: 1px solid #cccccc;
  215. }
  216. /* Drop down arrow */
  217. .dropDownArrow
  218. {
  219. height: 22px;
  220. width: 13px;
  221. border: 1px solid #ffffff;
  222. background-color: #FFFFFF;
  223. }
  224. .dropDownArrowOver
  225. {
  226. height: 22px;
  227. width: 13px;
  228. border: 1px solid #666699;
  229. background-color: #D8DEDC;
  230. cursor: pointer;
  231. cursor: hand;
  232. }
  233. /* Seperators */
  234. .menuHorizontalSeperator
  235. {
  236. color:#000000;
  237. }
  238. .toolbarVerticalSeperator
  239. {
  240. color:#000000;
  241. }
  242. /* QS header */
  243. .headerButton
  244. {
  245. border: #D8DEDC 1px solid;
  246. background-color: #D8DEDC;
  247. cursor:pointer;
  248. width: 22px;
  249. }
  250. .headerButtonRollover
  251. {
  252. border: 1px solid #336699;
  253. background-color: #D8DEDC;
  254. cursor:pointer;
  255. width: 22px;
  256. }
  257. .headerButtonLogon
  258. {
  259. border: #D8DEDC 1px solid;
  260. background-color: #D8DEDC;
  261. cursor:pointer;
  262. color: #336699;
  263. font-size: 70%;
  264. padding-top: 1px;
  265. text-decoration: underline;
  266. }
  267. .headerButtonDropDown
  268. {
  269. border: #D8DEDC 1px solid;
  270. background-color: #D8DEDC;
  271. cursor: pointer;
  272. width: 3px;
  273. }
  274. .headerButtonDropDownRollover
  275. {
  276. border: #336699 1px solid;
  277. background-color: #D8DEDC;
  278. cursor: pointer;
  279. width: 3px;
  280. }
  281. .headerButtonOver
  282. {
  283. border: #336699 1px solid;
  284. background-color: #D8DEDC;
  285. cursor:pointer;
  286. }
  287. .headerLogoImageContainer
  288. {
  289. padding-left: 5px;
  290. padding-right: 5px;
  291. padding-top: 0px;
  292. padding-bottom: 0px;
  293. }
  294. .qsOptions
  295. {
  296. color: #000000;
  297. cursor: pointer;
  298. font-size: 70%;
  299. text-decoration: none;
  300. }
  301. .qsToolbarSeperator
  302. {
  303. background-image: url(../../../qs/images/tool_sep.gif);
  304. background-position: top left;
  305. background-repeat: no-repeat;
  306. font-size: 0px;
  307. width: 3px;
  308. height:20px;
  309. margin-right: 2px;
  310. }