ElementSelector.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  1. /*
  2. * IBM Confidential
  3. *
  4. * OCO Source Materials
  5. *
  6. * IBM Cognos Products: TM1
  7. *
  8. * (C) Copyright IBM Corp. 2007, 2013
  9. *
  10. * The source code for this program is not published or otherwise divested of its
  11. * trade secrets, irrespective of what has been deposited with the U.S. Copyright Office.
  12. */
  13. /* main css for ElementSelector.aspx */
  14. body
  15. {
  16. margin: 0px;
  17. }
  18. /* Disable default selection in Firefox */
  19. table
  20. {
  21. -moz-user-select: none;
  22. }
  23. /* Very top of dialog popup contents */
  24. .titlebar
  25. {
  26. position: absolute;
  27. left: 0px;
  28. top: 0px;
  29. height: 30px;
  30. max-height: 30px;
  31. width: 100%;
  32. background-image: url(../cognosTheme/images/dialog/dialog_b_grad.png);
  33. border-top:1px solid #94AEBD;
  34. padding-top: 10px;
  35. _padding-top: 6px;
  36. }
  37. .gtext, .titletext, .dropdown_text, .dropdown_text_disabled,
  38. .treeTitleText, .treeTitleTextOff,
  39. .match, .nomatch1, .nomatch2, .nomatch3, .nomatch4, .nomatch5
  40. {
  41. font-family: tahoma, arial, sans-serif, monospace;
  42. font-size: 8pt;
  43. white-space: nowrap;
  44. }
  45. .gtextWrap
  46. {
  47. font-family: tahoma, arial, sans-serif, monospace;
  48. font-size: 8pt;
  49. }
  50. .gtext10, .dialogButton
  51. {
  52. font-family: tahoma, arial, sans-serif, monospace;
  53. font-size: 10pt;
  54. }
  55. .titletext
  56. {
  57. font-family: tahoma, arial, sans-serif, monospace;
  58. font-weight: bold;
  59. margin-left: 3px;
  60. color: #000000;
  61. }
  62. .match
  63. {
  64. color: White;
  65. background-color: rgb(0,0,128);
  66. }
  67. .nomatch1
  68. {
  69. background-color: rgb(200,0,0);
  70. }
  71. .nomatch2
  72. {
  73. background-color: rgb(207,44,44);
  74. }
  75. .nomatch3
  76. {
  77. background-color: rgb(219,90,90);
  78. }
  79. .nomatch4
  80. {
  81. background-color: rgb(232,140,140);
  82. }
  83. .nomatch5
  84. {
  85. background-color: rgb(241,198,198);
  86. }
  87. .toolbar, .bottomToolbar
  88. {
  89. position: absolute;
  90. left: 0px;
  91. width: 100%;
  92. }
  93. /* Cognos Background 1 */
  94. .toolbar
  95. {
  96. top: 0px;
  97. height: 27px;
  98. background-image: url(../cognosTheme/images/toolbar/toolbar_bg1.png);
  99. border-top: 1px solid #94AEBD;
  100. border-bottom: 1px solid #6CB2DE;
  101. }
  102. /* Cognos Background 2 */
  103. .bottomToolbar
  104. {
  105. top: 27px;
  106. height: 27px;
  107. background-image: url(../cognosTheme/images/toolbar/toolbar_bg2.png);
  108. border-top: 1px solid #C6D7DE;
  109. border-bottom: 1px solid #5AA6D6;
  110. }
  111. /* Cognos Background 1 */
  112. .findbar
  113. {
  114. position: absolute;
  115. height: 27px;
  116. /*border: solid 1px rgb(100,100,100);
  117. background-image: url(../cognosTheme/images/toolbar/toolbar_bg2.png);*/
  118. }
  119. .findbarTable
  120. {
  121. position: absolute;
  122. height: 24px;
  123. }
  124. .treePanel, .treePanelOff
  125. {
  126. position: absolute;
  127. overflow: auto;
  128. margin: 0px;
  129. padding: 0px;
  130. }
  131. .treePanel
  132. {
  133. background-color: White;
  134. }
  135. .treePanelOff
  136. {
  137. background-color: rgb(250,250,250);
  138. filter: Alpha(opacity=75);
  139. opacity: 0.75;
  140. }
  141. .treeWrapper
  142. {
  143. position: absolute;
  144. height: 100%;
  145. margin: 0px;
  146. padding: 0px;
  147. background-color: White;
  148. }
  149. .treeTitle, .treeTitleOff
  150. {
  151. position: absolute;
  152. padding: 0;
  153. top: 0px;
  154. left: 0px;
  155. width: 100%;
  156. height: 17px;
  157. cursor: pointer;
  158. }
  159. /* title over tree in pane when selected */
  160. .treeTitle
  161. {
  162. font-weight: bold;
  163. background-image: url(../cognosTheme/images/toolbar/toolbar_bg1.png);
  164. }
  165. /* title over tree in pane when not selected (not in focus) */
  166. .treeTitleOff
  167. {
  168. font-weight: normal;
  169. background-image: url(../../images/subseteditor/grad-gray-unselected.png);
  170. }
  171. .treeTitleText, .treeTitleTextOff
  172. {
  173. position: absolute;
  174. margin-left: 4px;
  175. margin-top: 1;
  176. margin-bottom: 0;
  177. padding: 0;
  178. top: 0px;
  179. }
  180. .treeTitleText
  181. {
  182. color: #336699;
  183. }
  184. .treeTitleTextOff
  185. {
  186. color: #999999;
  187. }
  188. .pagerPanel, .pagerPanelOff
  189. {
  190. position: absolute;
  191. width: 100%;
  192. height: 19px;
  193. margin: 0;
  194. padding: 0;
  195. border: 1px solid rgb(150,150,150);
  196. background-image: url(../../images/lightBlueGrad15.gif);
  197. }
  198. .pagerPanelOff
  199. {
  200. filter: Alpha(opacity=50);
  201. opacity: 0.5;
  202. }
  203. .pagerSlider
  204. {
  205. position: absolute;
  206. top: 6px;
  207. margin: 0;
  208. padding: 0;
  209. border-left:1px solid rgb(150,150,150);
  210. border-right:1px solid white;
  211. }
  212. .pagerElev
  213. {
  214. position: absolute;
  215. top: 2px;
  216. margin: 0;
  217. padding: 0;
  218. border: 1px solid rgb(110,110,120);
  219. cursor: pointer;
  220. }
  221. .pagerLabel
  222. {
  223. position: absolute;
  224. font-family: tahoma, arial, sans-serif, monospace;
  225. font-size: 8pt;
  226. margin-top: 2px;
  227. }
  228. .toolbarText
  229. {
  230. position: absolute;
  231. top: 14px;
  232. font-family: tahoma, arial, sans-serif, monospace;
  233. font-size: 8pt;
  234. }
  235. .tbCombo
  236. {
  237. height: 20px;
  238. }
  239. .tbDiv, .tbDivBottom, .tbLabelDiv, .tbComboDiv
  240. {
  241. position: absolute;
  242. height: 20px;
  243. }
  244. .tbDiv
  245. {
  246. top: 0px;
  247. }
  248. .tbDivBottom
  249. {
  250. top: 0px;
  251. }
  252. .tbComboDiv
  253. {
  254. top: 2px;
  255. }
  256. .tbLabelDiv
  257. {
  258. top: 4px;
  259. }
  260. .tbButtonDiv
  261. {
  262. position: absolute;
  263. }
  264. .tbb
  265. {
  266. position: absolute;
  267. top: 5px;
  268. }
  269. .tbi_hide, .tbi_show
  270. {
  271. position: absolute;
  272. top: 3px;
  273. }
  274. .tbi_hide
  275. {
  276. visibility: hidden;
  277. }
  278. .tbi_show
  279. {
  280. visibility: visible;
  281. }
  282. /* Background to entire dialog */
  283. /* seen behind the bottom buttons and the background of the search popup */
  284. .backPanel
  285. {
  286. position: absolute;
  287. left: 0px;
  288. width: 100%;
  289. height: 100%;
  290. background: #E7F3FF url(../cognosTheme/images/dialog/dialog_b_grad.png) repeat-x bottom left;
  291. /*border-top:1px solid #94AEBD;*/
  292. }
  293. .subsetTree
  294. {
  295. position: absolute;
  296. top: 0px;
  297. left: 0px;
  298. width: 100%;
  299. height: 100%;
  300. }
  301. .splitter
  302. {
  303. background-color: #e7e7e7;
  304. border: solid 1px #cccccc;
  305. width: 8px;
  306. position: absolute;
  307. cursor: col-resize;
  308. }
  309. .splitterArrow
  310. {
  311. position: absolute;
  312. left: -1px;
  313. cursor: pointer;
  314. }
  315. .resizer
  316. {
  317. position: absolute;
  318. cursor: se-resize;
  319. }
  320. .eline
  321. {
  322. position: absolute;
  323. height: 20px;
  324. padding-bottom: 1px;
  325. }
  326. .etext, .etext_sel
  327. {
  328. position: absolute;
  329. padding-left: 2px;
  330. padding-right: 2px;
  331. font-family: tahoma, arial, sans-serif, monospace;
  332. font-size: 8pt;
  333. cursor: pointer;
  334. }
  335. .etext_sel
  336. {
  337. background-color: rgb(196, 217, 231);
  338. }
  339. .elic, .elic1, .elic2
  340. {
  341. position: absolute;
  342. }
  343. .elic2
  344. {
  345. cursor: pointer;
  346. }
  347. .ok
  348. {
  349. padding-right: 2px;
  350. font-size: 10pt;
  351. background-image: url(../../images/apply.gif);
  352. width: 70px;
  353. margin-right: 2px;
  354. background-repeat: no-repeat;
  355. font-family: Tahoma, arial, sans-serif, monospace;
  356. background-color: #ece9d8;
  357. text-align: center;
  358. }
  359. .cancel
  360. {
  361. background-image:url(../../images/subseteditor/action_delete.gif);
  362. background-repeat:no-repeat;
  363. font-family:Tahoma, arial, sans-serif, monospace;
  364. background-color:buttonface;
  365. font-size:10pt;
  366. text-align: center;
  367. padding-left:2px;
  368. width:80px;
  369. }
  370. .dropdown
  371. {
  372. position: absolute;
  373. padding: 0px;
  374. border: #003399 1px solid;
  375. background-color: #ffffff;
  376. z-index: 1000;
  377. }
  378. .dropdown_table
  379. {
  380. position: absolute;
  381. top: 0px;
  382. left: 0px;
  383. width: 100%;
  384. margin: 0;
  385. padding: 0;
  386. }
  387. .dropdown_margin
  388. {
  389. margin: 0;
  390. padding: 0;
  391. width: 24px;
  392. height: 20px;
  393. background-color:#e7e7e7;
  394. }
  395. .dropdown_text
  396. {
  397. padding-left: 5px;
  398. background-color: #ffffff;
  399. color: #000000;
  400. cursor: pointer;
  401. text-decoration:underline;
  402. }
  403. .dropdown_text_disabled
  404. {
  405. padding-left: 5px;
  406. background-color: #ffffff;
  407. color: Gray;
  408. text-decoration: none;
  409. }
  410. .dialogPanel
  411. {
  412. position: absolute;
  413. left: 0px;
  414. top: 0px;
  415. background-image: url(../../images/yellow_lines.png);
  416. border: solid 1px rgb(100,100,100);
  417. }
  418. .dialogButton
  419. {
  420. width: 80px;
  421. text-align: center;
  422. }
  423. .dropdown_body
  424. {
  425. border: 1px solid rgb(170,170,170);
  426. }
  427. .dropdown_item_selected
  428. {
  429. background-color: #e3e9f3;
  430. color: #000000;
  431. }