background.css 8.1 KB

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