background.css 8.2 KB

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