background.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. @charset "UTF-8";
  2. /*
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: ans
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. .menubar
  9. {
  10. position: absolute;
  11. overflow: hidden;
  12. padding: 0px;
  13. background-color: #FFFFFF;
  14. border-bottom: 3px solid #DEAC77;
  15. border-top: 1px solid #e7e7e7;
  16. border-right: 1px solid #e7e7e7;
  17. }
  18. .menubar_content_div
  19. {
  20. background-image: url(../../../skins/corporate/ans/images/title_bar_graphic_studios.gif);
  21. background-repeat: no-repeat;
  22. padding: 2px;
  23. border: 0px;
  24. width: 582px;
  25. }
  26. .menu, .menu_hover, .menu_pressed
  27. {
  28. cursor: pointer;
  29. cursor: hand;
  30. font-size: 8pt;
  31. padding: 3px;
  32. padding-left: 6px;
  33. padding-right: 6px;
  34. color: #FFFFFF ;
  35. display: inline-block;
  36. font-family: Tahoma;
  37. font-weight: bold;
  38. }
  39. .menu_hover
  40. {
  41. background-color: #e3e9f3;
  42. border: 1px solid #e3e9f3;
  43. color:#134679;
  44. padding: 2px;
  45. padding-left: 5px;
  46. padding-right: 5px;
  47. }
  48. .menu_pressed
  49. {
  50. padding: 2px;
  51. padding-left: 5px;
  52. padding-right: 5px;
  53. background-color: #e3e9f3;
  54. border: 1px solid #ffffff;
  55. color:#134679;
  56. }
  57. .main_toolbar
  58. {
  59. position: absolute;
  60. white-space: nowrap;
  61. padding: 2px;
  62. background-color: #f3f3f3;
  63. border-bottom: 1px solid #cccccc;
  64. border-right: 1px solid #cccccc;
  65. overflow: hidden;
  66. }
  67. .toolbar_button, .toolbar_button_hover, .toolbar_button_disabled, .toolbar_button_on,
  68. .toolbar_button_off,.toolbar_button_on_hover, .toolbar_dropdown_button, .toolbar_dropdown_button_hover,
  69. .toolbar_button_pressed, .toolbar_dropdown_button_pressed
  70. {
  71. border : 1px solid #f3f3f3;
  72. background-color: #f3f3f3;
  73. padding : 1px;
  74. /* pointer for standards compliant browsers, hand for ie 5.5*/
  75. cursor: pointer;
  76. cursor: hand;
  77. display: inline;
  78. }
  79. .toolbar_button_on
  80. {
  81. border-color:#cccccc;
  82. background-color:#cccce3;
  83. }
  84. .toolbar_button_disabled
  85. {
  86. cursor:default;
  87. }
  88. .toolbar_button_on_hover
  89. {
  90. border-color:#336699;
  91. background-color:#bec8dc;
  92. }
  93. .toolbar_arrow, .toolbar_arrow_hover, .toolbar_arrow_pressed, .toolbar_arrow_combo, .toolbar_arrow_combo_hover, .toolbar_arrow_combo_pressed
  94. {
  95. background-color: #f3f3f3;
  96. border : 1px solid #f3f3f3;
  97. display: inline-block;
  98. padding: 1px;
  99. cursor: pointer;
  100. cursor: hand;
  101. }
  102. .toolbar_arrow, .toolbar_arrow_hover, .toolbar_arrow_pressed
  103. {
  104. border-left-width: 0px;
  105. }
  106. .toolbar_button_hover, .toolbar_dropdown_button_hover, .toolbar_arrow_hover, .toolbar_arrow_combo_hover
  107. {
  108. border : 1px solid #336699;
  109. background-color: #e3e9f3;
  110. }
  111. .toolbar_button_pressed, .toolbar_arrow_pressed, .toolbar_dropdown_button_pressed, .toolbar_arrow_combo_pressed
  112. {
  113. border : 1px solid #336699;
  114. background-color: #bec8dc;
  115. }
  116. .toolbar_arrow_hover, .toolbar_arrow_pressed
  117. {
  118. border-left-width: 0px;
  119. }
  120. .toolbar_dropdown_button, .toolbar_dropdown_button_hover, .toolbar_dropdown_button_pressed
  121. {
  122. border-right: none;
  123. }
  124. .toolbar_group_sep
  125. {
  126. height: 20px;
  127. width: 12px;
  128. }
  129. .tab_div, .tab_div_reportOption, .tab_div_NS, .tab_div_reportOption_NS
  130. {
  131. text-align: left;
  132. position:absolute;
  133. padding: 0px 0px 0px 0px;
  134. overflow: hidden;
  135. }
  136. .tab_div_reportOption
  137. {
  138. margin-top: -10px;
  139. }
  140. .tab_div_NS, .tab_div_reportOption_NS
  141. {
  142. margin-left:-3px;
  143. margin-top:-3px;
  144. }
  145. .tab_td_selected, .top_tab_td_selected
  146. {
  147. text-align: left;
  148. white-space: nowrap;
  149. border-collapse : collapse;
  150. font-family: Tahoma;
  151. font-size: 70%;
  152. font-weight: bold;
  153. color: #336699;
  154. background-color: #ffffff;
  155. padding: 3px 15px 3px 15px;
  156. border-right : 1px solid #CCCCCC;
  157. }
  158. .tab_td_selected
  159. {
  160. border-bottom : 1px solid #CCCCCC;
  161. }
  162. .top_tab_td_selected
  163. {
  164. border-top : 1px solid #CCCCCC;
  165. }
  166. .tab_td_none_selected, .top_tab_td_none_selected,.top_tab_dummy_td_none_selected,.tab_dummy_td_none_selected
  167. {
  168. text-align: left;
  169. color: #0000CC;
  170. padding: 3px 15px 3px 15px;
  171. white-space: nowrap;
  172. border-collapse : collapse;
  173. text-decoration: underline;
  174. font-family: Tahoma;
  175. font-size: 70%;
  176. font-weight: normal;
  177. text-decoration: underline;
  178. border-top: 1px solid #cccccc;
  179. border-bottom: 1px solid #cccccc;
  180. border-left: 1px solid #cccccc;
  181. border-right: 1px solid #cccccc;
  182. }
  183. .top_tab_dummy_td_none_selected{
  184. border-top: 0px;
  185. border-right: 0px;
  186. }
  187. .tab_dummy_td_none_selected {
  188. border-bottom: 0px;
  189. border-right: 0px;
  190. }
  191. .tab_td_none_selected
  192. {
  193. border-top : 1px solid #cccccc;
  194. }
  195. .top_tab_td_none_selected
  196. {
  197. border-bottom : 1px solid #cccccc;
  198. }
  199. .tab_right_border
  200. {
  201. border-right: 1px solid #cccccc;
  202. }
  203. .tab_left_border
  204. {
  205. border-left: 1px solid #cccccc;
  206. }
  207. /**********************************************************
  208. * toggle bar, dim viewer title bar, property pane title bar
  209. ************************************************************/
  210. .ToggleBar, .DlgTitleBar, .ToggleBar_NS, .DlgTitleBar_NS
  211. {
  212. overflow: hidden;
  213. table-layout: fixed;
  214. white-space:nowrap;
  215. font-family: Tahoma;
  216. font-size: 70%;
  217. font-weight: bold;
  218. color: #ffffff;
  219. background-color: #99aacc;
  220. padding: 3px;
  221. border : 1px solid;
  222. border-color : #336699;
  223. }
  224. .ToggleBar_NS, .DlgTitleBar_NS
  225. {
  226. padding: 0px;
  227. }
  228. .ToggleBarTitle,.DlgTitle
  229. {
  230. overflow: hidden;
  231. white-space: nowrap;
  232. }
  233. .ToggleBarArrow,.DlgCloseIcon
  234. {
  235. text-align: right;
  236. border-style: solid;
  237. /*default to same border color as toggle bar*/
  238. border-color: #99aacc;
  239. border-width: 1px;
  240. cursor: pointer;
  241. cursor: hand;
  242. }
  243. .dialogFunctionLink
  244. {
  245. text-decoration : underline;
  246. font-size: 8pt;
  247. text-align: right;
  248. color: blue;
  249. cursor: hand;
  250. }
  251. .dialogbuttons,.blockproppanebutton
  252. {
  253. border-top: 1px solid #bec8dc;
  254. border-right: 1px solid #999999;
  255. border-left: 1px solid #999999;
  256. border-bottom: 1px solid #999999;
  257. background-color: #e7e7e7;
  258. width: 100%;
  259. padding: 2px 3px 2px 3px;
  260. }
  261. .dialogButton_hover, .dialogButton_hover_NS
  262. {
  263. background-color: #bec8dc;
  264. }
  265. .InfoContainer
  266. {
  267. background-color: #e7e7e7;
  268. border-width: 0px 1px 1px 1px;
  269. border-style: solid;
  270. border-color : #99aacc;
  271. overflow: auto;
  272. overflow-x: hidden;
  273. }
  274. .ins_obj_title_bar{
  275. overflow: hidden;
  276. font-family: Tahoma;
  277. font-size: 70%;
  278. font-weight: bold;
  279. color: #ffffff;
  280. background-color: #99aacc;
  281. padding: 3px;
  282. border : 1px solid;
  283. border-color : #336699;
  284. }
  285. /**********************************************
  286. * Context Menu Style
  287. ***********************************************/
  288. .contextMenu_body, .contextMenu_body_NS
  289. {
  290. background-color: white;
  291. padding: 3px;
  292. border: 1px solid #336699;
  293. font-size: 8pt;
  294. position: absolute;
  295. visibility: visible;
  296. left: -1000px;
  297. cursor: default;
  298. display: block;
  299. overflow-y: auto;
  300. }
  301. .contextMenu_body_NS
  302. {
  303. overflow: auto;
  304. padding-right: 3px;
  305. }
  306. .contextMenu_item, .contextMenu_item_with_submenu, .contextMenu_item_over , .contextMenu_item_with_submenu_over,
  307. .contextMenu_item_disabled, .contextMenu_item_disabled_over, .contextMenu_item_default_over, .contextMenu_item_default,
  308. .contextMenu_item_NS, .contextMenu_item_with_submenu_NS, .contextMenu_item_over_NS, .contextMenu_item_with_submenu_over_NS,
  309. .contextMenu_item_disabled_NS, .contextMenu_item_disabled_over_NS, .contextMenu_item_default_over_NS, .contextMenu_item_default_NS
  310. {
  311. font-size: 8pt;
  312. padding: 1px 0px 1px 3px;
  313. border: 1px solid #FFFFFF ;
  314. white-space: nowrap;
  315. text-align: left;
  316. cursor: default;
  317. text-decoration: underline;
  318. background-color: white;
  319. color: #0000CC;
  320. }
  321. .contextMenu_item_NS, .contextMenu_item_with_submenu_NS, .contextMenu_item_over_NS, .contextMenu_item_with_submenu_over_NS,
  322. .contextMenu_item_disabled_NS, .contextMenu_item_disabled_over_NS, .contextMenu_item_default_over_NS, .contextMenu_item_default_NS
  323. {
  324. margin-left : 0px;
  325. margin-right : 15px;
  326. }
  327. .contextMenu_item_over,.contextMenu_item_with_submenu_over,.contextMenu_item_over_NS,.contextMenu_item_with_submenu_over_NS
  328. {
  329. cursor: pointer;
  330. cursor: hand;
  331. background-color: #e3e9f3;
  332. border: 1px solid #99aacc;
  333. }
  334. .contextMenu_item_disabled,.contextMenu_item_disabled_NS
  335. {
  336. color: graytext;
  337. white-space: nowrap;
  338. text-decoration: none;
  339. }
  340. .contextMenu_item_disabled_over,.contextMenu_item_disabled_over_NS
  341. {
  342. color: graytext;
  343. text-decoration: none;
  344. }
  345. .contextMenu_item_default,.contextMenu_item_default_NS
  346. {
  347. font-weight : bold;
  348. }
  349. .contextMenu_item_default_over, contextMenu_item_default_over_NS
  350. {
  351. cursor: pointer;
  352. cursor: hand;
  353. font-weight : bold;
  354. background-color: #e3e9f3;
  355. border: 1px solid #99aacc;
  356. }