background.css 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  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: #000000 1px solid;
  15. }
  16. .menubar_content_div
  17. {
  18. border: #000000 1px solid;
  19. border-bottom: #68AF30 2px solid;
  20. background-image: url(../../../skins/contemporary/ans/images/title_bar_grapic_studios.gif);
  21. background-repeat:no-repeat;
  22. background-color:#B3E283;
  23. padding: 2px;
  24. width: 100%;
  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: #000000;
  35. display: inline-block;
  36. font-family: Tahoma;
  37. font-weight: bold;
  38. }
  39. .menu_hover
  40. {
  41. background-color: #d6e0cd;
  42. border: 1px solid #669966;
  43. color:#000000;
  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: #d6e0cd;
  54. border: 1px solid #000000;
  55. color:#336666;
  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: #d6e0cd;
  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: #c3d5b4;
  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. position:relative;
  132. text-align: left;
  133. position:absolute;
  134. padding: 0px 0px 0px 0px;
  135. overflow: hidden;
  136. background-color : transparent;
  137. }
  138. .tab_div_reportOption
  139. {
  140. margin-top: -10px;
  141. }
  142. .tab_div_NS, .tab_div_reportOption_NS
  143. {
  144. margin-left:-3px;
  145. margin-top:-3px;
  146. }
  147. .tab_td_selected, .top_tab_td_selected
  148. {
  149. text-align: left;
  150. white-space: nowrap;
  151. border-collapse : collapse;
  152. font-family: Tahoma;
  153. font-size: 70%;
  154. font-weight: bold;
  155. color: #000000;
  156. background-color: #ffffff;
  157. padding: 3px 15px 3px 15px;
  158. border-right : 1px solid #000000;
  159. }
  160. .tab_td_selected
  161. {
  162. border-bottom : 1px solid #000000;
  163. }
  164. .top_tab_td_selected
  165. {
  166. border-top : 1px solid #000000;
  167. }
  168. .tab_td_none_selected, .top_tab_td_none_selected,.top_tab_dummy_td_none_selected,.tab_dummy_td_none_selected
  169. {
  170. text-align: left;
  171. color: #000000;
  172. padding: 3px 15px 3px 15px;
  173. white-space: nowrap;
  174. border-collapse : collapse;
  175. text-decoration: underline;
  176. font-family: Tahoma;
  177. font-size: 70%;
  178. font-weight: normal;
  179. text-decoration: underline;
  180. border-top: 1px solid #000000;
  181. border-bottom: 1px solid #000000;
  182. border-left: 1px solid #000000;
  183. border-right: 1px solid #000000;
  184. <!--[if IE]>
  185. background-color: #f8d088;
  186. <![endif]-->
  187. }
  188. .top_tab_dummy_td_none_selected{
  189. border-top: 0px;
  190. border-right: 0px;
  191. background-color: transparent;
  192. }
  193. .tab_dummy_td_none_selected {
  194. border-bottom: 0px;
  195. border-right: 0px;
  196. background-color: transparent;
  197. }
  198. .tab_td_none_selected
  199. {
  200. border-top : 1px solid #000000;
  201. }
  202. .top_tab_td_none_selected
  203. {
  204. border-bottom : 1px solid #000000;
  205. }
  206. .tab_right_border
  207. {
  208. border-right: 1px solid #000000;
  209. }
  210. .tab_left_border
  211. {
  212. border-left: 1px solid #000000;
  213. }
  214. /**********************************************************
  215. * toggle bar, dim viewer title bar, property pane title bar
  216. ************************************************************/
  217. .ToggleBar, .DlgTitleBar, .ToggleBar_NS, .DlgTitleBar_NS
  218. {
  219. overflow: hidden;
  220. table-layout: fixed;
  221. white-space:nowrap;
  222. font-family: Tahoma;
  223. font-size: 70%;
  224. font-weight: bold;
  225. color: #000000;
  226. background-color: #b3e283;
  227. padding: 3px;
  228. border : 1px solid;
  229. border-color : #336666;
  230. }
  231. .ToggleBar_NS, .DlgTitleBar_NS
  232. {
  233. padding: 0px;
  234. }
  235. .ToggleBarTitle,.DlgTitle
  236. {
  237. overflow: hidden;
  238. white-space: nowrap;
  239. }
  240. .ToggleBarArrow,.DlgCloseIcon
  241. {
  242. text-align: right;
  243. border-style: solid;
  244. /*default to same border color as toggle bar*/
  245. border-color: #b3e283;
  246. border-width: 1px;
  247. cursor: pointer;
  248. cursor: hand;
  249. }
  250. .dialogFunctionLink
  251. {
  252. text-decoration : underline;
  253. font-size: 8pt;
  254. text-align: right;
  255. color: blue;
  256. cursor: hand;
  257. }
  258. .dialogbuttons,.blockproppanebutton
  259. {
  260. border-top: 1px solid #bec8dc;
  261. border-right: 1px solid #999999;
  262. border-left: 1px solid #999999;
  263. border-bottom: 1px solid #999999;
  264. background-color: #D6E0CD;
  265. width: 100%;
  266. padding: 2px 3px 2px 3px;
  267. }
  268. .dialogButton_hover, .dialogButton_hover_NS
  269. {
  270. background-color: #D6E0CD;
  271. }
  272. .InfoContainer
  273. {
  274. background-color: #e7e7e7;
  275. border-width: 0px 1px 1px 1px;
  276. border-style: solid;
  277. border-color : #b3e283;
  278. overflow: auto;
  279. overflow-x: hidden;
  280. }
  281. .ins_obj_title_bar{
  282. overflow: hidden;
  283. font-family: Tahoma;
  284. font-size: 70%;
  285. font-weight: bold;
  286. color: #000000;
  287. background-color: #b3e283;
  288. padding: 3px;
  289. border : 1px solid;
  290. border-color : #336666;
  291. }
  292. /**********************************************
  293. * Context Menu Style
  294. ***********************************************/
  295. .contextMenu_body, .contextMenu_body_NS
  296. {
  297. background-color: white;
  298. padding: 3px;
  299. border: 1px solid #669966;
  300. font-size: 8pt;
  301. position: absolute;
  302. visibility: visible;
  303. left: -1000px;
  304. cursor: default;
  305. display: block;
  306. overflow-y: auto;
  307. }
  308. .contextMenu_body_NS
  309. {
  310. overflow: auto;
  311. padding-right: 3px;
  312. }
  313. .contextMenu_item, .contextMenu_item_with_submenu, .contextMenu_item_over , .contextMenu_item_with_submenu_over,
  314. .contextMenu_item_disabled, .contextMenu_item_disabled_over, .contextMenu_item_default_over, .contextMenu_item_default,
  315. .contextMenu_item_NS, .contextMenu_item_with_submenu_NS, .contextMenu_item_over_NS, .contextMenu_item_with_submenu_over_NS,
  316. .contextMenu_item_disabled_NS, .contextMenu_item_disabled_over_NS, .contextMenu_item_default_over_NS, .contextMenu_item_default_NS
  317. {
  318. font-size: 8pt;
  319. padding: 1px 0px 1px 3px;
  320. border: 1px solid #FFFFFF ;
  321. white-space: nowrap;
  322. text-align: left;
  323. cursor: default;
  324. text-decoration: underline;
  325. background-color: white;
  326. color: #0000CC;
  327. }
  328. .contextMenu_item_NS, .contextMenu_item_with_submenu_NS, .contextMenu_item_over_NS, .contextMenu_item_with_submenu_over_NS,
  329. .contextMenu_item_disabled_NS, .contextMenu_item_disabled_over_NS, .contextMenu_item_default_over_NS, .contextMenu_item_default_NS
  330. {
  331. margin-left : 0px;
  332. margin-right : 15px;
  333. }
  334. .contextMenu_item_over,.contextMenu_item_with_submenu_over,.contextMenu_item_over_NS,.contextMenu_item_with_submenu_over_NS
  335. {
  336. cursor: pointer;
  337. cursor: hand;
  338. border: 1px solid #669966;
  339. background-color: #d6e0cd;
  340. }
  341. .contextMenu_item_disabled,.contextMenu_item_disabled_NS
  342. {
  343. color: graytext;
  344. white-space: nowrap;
  345. text-decoration: none;
  346. }
  347. .contextMenu_item_disabled_over, .contextMenu_item_disabled_over_NS
  348. {
  349. color: graytext;
  350. text-decoration: none;
  351. }
  352. .contextMenu_item_default, .contextMenu_item_default_NS
  353. {
  354. font-weight : bold;
  355. }
  356. .contextMenu_item_default_over,.contextMenu_item_default_over_NS
  357. {
  358. cursor: pointer;
  359. cursor: hand;
  360. font-weight : bold;
  361. border: 1px solid #669966;
  362. background-color: #d6e0cd;
  363. }