lineage.css 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. /****************************************************************
  2. ** Licensed Materials - Property of IBM
  3. **
  4. ** IBM Cognos Products: mdsrv
  5. **
  6. ** (C) Copyright IBM Corp. 2008, 2015
  7. **
  8. ** US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *****************************************************************/
  10. /***********************************************************************************************
  11. // Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  12. // Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  13. ***********************************************************************************************/
  14. body
  15. {
  16. background-color: White;
  17. font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  18. font-weight: normal;
  19. font-size: 100%;
  20. margin-top: 5px;
  21. margin-bottom: 5px;
  22. margin-left: 5px;
  23. margin-right: 5px;
  24. overflow-x: visible;
  25. overflow-y: auto;
  26. }
  27. .graphCanvas
  28. {
  29. overflow: visible;
  30. font-family: Tahoma, Arial, geneva, helvetica, sans-serif;
  31. color: Black;
  32. background-color: White;
  33. border-top: Blue 0px solid;
  34. border-right: Blue 0px solid;
  35. border-left: Blue 0px solid;
  36. border-bottom: Blue 0px solid;
  37. }
  38. .graphHeader
  39. {
  40. position: relative;
  41. overflow: hidden;
  42. height: 22px;
  43. width: auto;
  44. max-width: none;
  45. border-top: #CCCCCC 1px solid;
  46. border-right: #CCCCCC 1px solid;
  47. border-left: #CCCCCC 1px solid;
  48. border-bottom: #CCCCCC 1px solid;
  49. background-color: White;
  50. background-attachment: scroll;
  51. }
  52. .graphBody
  53. {
  54. position: absolute;
  55. overflow: auto;
  56. height: 95%;
  57. width: 100%;
  58. background-color: White;
  59. border-top: #CCCCCC 0px solid;
  60. border-right: #CCCCCC 1px solid;
  61. border-left: #CCCCCC 1px solid;
  62. border-bottom: #CCCCCC 1px solid;
  63. }
  64. .propertyGridTechnical
  65. {
  66. width: 100%;
  67. border: 1px solid #CCCCCC;
  68. background-color: White;
  69. overflow: auto;
  70. }
  71. .propertyGridBusiness
  72. {
  73. position: relative;
  74. height: 100%;
  75. width: 100%;
  76. border: 1px solid Lightgrey;
  77. background-color: White;
  78. overflow: auto;
  79. }
  80. .propertyTablePrefix
  81. {
  82. font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  83. font-weight: bold;
  84. font-size: 12px;
  85. overflow: hidden;
  86. background-color: White;
  87. border-collapse: collapse;
  88. }
  89. .propertyTableCaption
  90. {
  91. font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  92. font-weight: bold;
  93. font-size: 12px;
  94. overflow: hidden;
  95. background-color: White;
  96. border-collapse: collapse;
  97. border-top: #CCCCCC 1px solid;
  98. border-right: #CCCCCC 1px solid;
  99. border-left: #CCCCCC 1px solid;
  100. border-bottom: #CCCCCC 0px solid;
  101. }
  102. .propertyTable
  103. {
  104. font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  105. font-weight: normal;
  106. font-size: 12px;
  107. overflow: auto;
  108. background-color: White;
  109. border-top: #000000 0px solid;
  110. border-right: #999999 0px solid;
  111. border-left: #000000 0px solid;
  112. border-bottom: Black 0px solid;
  113. border-collapse: collapse;
  114. }
  115. .propertyTableContainer
  116. {
  117. font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  118. font-weight: normal;
  119. font-size: 70%;
  120. overflow: auto;
  121. background-color: White;
  122. border-top: #000000 0px solid;
  123. border-right: #999999 0px solid;
  124. border-left: #000000 0px solid;
  125. border-bottom: Black 0px solid;
  126. border-collapse: collapse;
  127. padding-left: 21px;
  128. }
  129. .propertyTableBusiness
  130. {
  131. font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  132. font-weight: normal;
  133. font-size: 12px;
  134. overflow: auto;
  135. background-color: White;
  136. border-top: #000000 1px solid;
  137. border-right: #999999 1px solid;
  138. border-left: #000000 1px solid;
  139. border-bottom: Black 1px solid;
  140. border-collapse: collapse;
  141. padding-top: 0px;
  142. padding-bottom: 0px;
  143. padding-left: 21px;
  144. padding-right: 0px;
  145. margin-top: 5px;
  146. margin-bottom: 5px;
  147. }
  148. #id_business_view th
  149. {
  150. background-color: WhiteSmoke;
  151. text-align: left;
  152. }
  153. #tableCaption th
  154. {
  155. background-color: White;
  156. }
  157. .sectionCaption
  158. {
  159. font-weight: bold;
  160. color: Blue;
  161. }
  162. .propCaption
  163. {
  164. /*font-weight: normal;
  165. color: Blue;*/
  166. height: 22px;
  167. padding-left: 4px;
  168. }
  169. .Col1
  170. {
  171. vertical-align: top;
  172. text-align: left;
  173. font-weight: bold;
  174. padding-left: 4px;
  175. white-space: pre;
  176. width: 20%;
  177. }
  178. .Col2
  179. {
  180. vertical-align: top;
  181. text-align: left;
  182. font-weight: normal;
  183. padding-left: 4px;
  184. white-space: normal;
  185. width: 80%;
  186. }
  187. .querySubject
  188. {
  189. color: black;
  190. border: 1px solid;
  191. border-color: black;
  192. background-color: white;
  193. text-align: center;
  194. }
  195. .Ink
  196. {
  197. position: absolute;
  198. background-color: transparent;
  199. border-top: 1px solid transparent;
  200. border-bottom: 0px solid transparent;
  201. border-left: 0px solid transparent;
  202. border-right: 0px solid transparent;
  203. width: 1px;
  204. height: 1px;
  205. }
  206. .classIconType
  207. {
  208. width: 15px;
  209. height: 15px;
  210. cursor: default;
  211. position: absolute;
  212. z-index: 2;
  213. opacity: 1.0;
  214. filter: alpha(opacity=100);
  215. display: inline;
  216. }
  217. .classIconAction
  218. {
  219. width: 15px;
  220. height: 15px;
  221. cursor: pointer;
  222. position: absolute;
  223. opacity: 1.0;
  224. filter: alpha(opacity=100);
  225. display: inline;
  226. }
  227. .classBkImage
  228. {
  229. cursor: move;
  230. position: absolute;
  231. z-index: 0;
  232. opacity: 0.8;
  233. filter: alpha(opacity=80);
  234. display: inline;
  235. }
  236. .headerCaption
  237. {
  238. font-family: Tahoma, Arial, Geneva, Helvetica, Sans-serif;
  239. font-weight: bold;
  240. font-size: 12px;
  241. cursor: default;
  242. position: absolute;
  243. color: #000000;
  244. background-color: transparent;
  245. z-index: 1000;
  246. opacity: 1.0;
  247. filter: alpha(opacity=100);
  248. text-decoration: none;
  249. white-space: nowrap;
  250. display: inline;
  251. padding-top: 3px;
  252. }
  253. .headerCaption:hover
  254. {
  255. color: DarkSlateBlue;
  256. text-decoration: none;
  257. background-color: transparent;
  258. cursor: default;
  259. }
  260. .headerLink
  261. {
  262. font-family: Tahoma, Arial, Geneva, Helvetica, Sans-serif;
  263. font-weight: normal;
  264. font-size: 12px;
  265. cursor: pointer;
  266. position: absolute;
  267. color: OrangeRed;
  268. background-color: transparent;
  269. z-index: 1000;
  270. opacity: 1.0;
  271. filter: alpha(opacity=100);
  272. text-decoration: none;
  273. display: inline;
  274. }
  275. .headerLink:hover
  276. {
  277. color: Purple;
  278. text-decoration: underline;
  279. background-color: transparent;
  280. }
  281. /*
  282. a.headerLink a:active:hover
  283. {
  284. color: Brown;
  285. text-decoration: underline;
  286. background-color: Purple;
  287. }
  288. */
  289. /*
  290. a.headerLink A:link {text-decoration: none}
  291. a.headerLink A:visited {text-decoration: none}
  292. a.headerLink A:active {text-decoration: none}
  293. a.headerLink A:hover {text-decoration: underline; color: red;}
  294. */
  295. .classBackground
  296. {
  297. position: absolute;
  298. background-color: #f3f3f3;
  299. z-index: 0;
  300. opacity: 0.8;
  301. filter: alpha(opacity=80);
  302. overflow: auto;
  303. }
  304. .classImageHolder
  305. {
  306. position: absolute;
  307. background-color: transparent;
  308. z-index: 1;
  309. opacity: 0.40;
  310. filter: alpha(opacity=40);
  311. overflow: hidden;
  312. }
  313. .classGraphItem
  314. {
  315. font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  316. font-weight: normal;
  317. font-size: 10px;
  318. position: absolute;
  319. color: inherited;
  320. /* background-color: transparent; */
  321. background-color: GhostWhite;
  322. z-index: 5;
  323. border-top: LightGrey 0px solid;
  324. border-right: LightGrey 0px solid;
  325. border-left: LightGrey 0px solid;
  326. border-bottom: LightGrey 1px solid;
  327. opacity: 0.8;
  328. filter: alpha(opacity=80);
  329. padding-left: 4px;
  330. }
  331. .classGraphCaption
  332. {
  333. font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  334. font-weight: bold;
  335. font-size: 12px;
  336. color: black;
  337. /*background-color: transparent;*/
  338. /*background-attachment: scroll;*/
  339. /*background-image:url(images/Gradient1.png);*/
  340. z-index: 5;
  341. border-top: LightGrey 0px solid;
  342. border-right: LightGrey 0px solid;
  343. border-left: LightGrey 0px solid;
  344. border-bottom: LightGrey 1px solid;
  345. opacity: 0.8;
  346. filter: alpha(opacity=80);
  347. /*padding-top: 4px;*/
  348. /*padding-left: 21px;*/
  349. text-align: center;
  350. }
  351. classGraphCaption.img
  352. {
  353. display: inline;
  354. margin: 2px;
  355. border: 1px solid #0000ff;
  356. height: auto;
  357. width: auto;
  358. float: left;
  359. text-align: center;
  360. }
  361. .classGraphNode
  362. {
  363. font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  364. font-weight: bold;
  365. font-size: 60%;
  366. position: absolute;
  367. color: inherited;
  368. background-color: transparent;
  369. z-index: 10;
  370. }
  371. .classGraphNode:hover
  372. {
  373. background-color: Brown;
  374. cursor: move;
  375. }
  376. .classGraphConnection
  377. {
  378. font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  379. font-weight: normal;
  380. font-size: 10px;
  381. position: absolute;
  382. overflow: visible;
  383. color: inherited;
  384. background-color: transparent;
  385. z-index: 2;
  386. }
  387. .classExpandAllLink
  388. {
  389. font-family: Arial, Tahoma, Geneva, Helvetica, Sans-serif;
  390. font-weight: normal;
  391. font-size: 12px;
  392. cursor: pointer;
  393. color: DarkBlue;
  394. background-color: AliceBlue;
  395. filter: alpha(opacity=100);
  396. text-decoration: underline;
  397. display: inline;
  398. }
  399. /* Try to create an underlined link on hover event */
  400. /*
  401. a
  402. {
  403. color: blue;
  404. text-decoration: none;
  405. font-family: arial,helvetica;
  406. }
  407. a:hover
  408. {
  409. color: yellow;
  410. text-decoration: underline;
  411. }
  412. a:link:hover
  413. {
  414. color: yellow;
  415. text-decoration: underline;
  416. }
  417. a:visited:hover
  418. {
  419. color: yellow;
  420. text-decoration: underline;
  421. }
  422. a:active:hover
  423. {
  424. color: yellow;
  425. text-decoration: underline;
  426. }
  427. */
  428. #id_graph_header .graphHeader a
  429. {
  430. color: Yellow;
  431. text-decoration: none;
  432. }
  433. /*
  434. #id_graph_header a:hover
  435. {
  436. color: DarkRed;
  437. background-color: White;
  438. text-decoration: underline;
  439. }
  440. */
  441. /*
  442. .graphHeader a:hover
  443. {
  444. color: blue;
  445. background-color: White;
  446. text-decoration: underline;
  447. }
  448. */
  449. a.nav:link {color: red; background-color: White; text-decoration: none; }
  450. a.nav:visited {color: purple; background-color: White; text-decoration: none; }
  451. a.nav:hover {color: red; background-color: White; text-decoration: underline; }
  452. a.nav:active {color: blue; }
  453. .progressControl
  454. {
  455. color: black;
  456. border: 1px solid;
  457. border-color: black;
  458. background-color: white;
  459. }
  460. .progressComponent
  461. {
  462. color: black;
  463. border: 0px solid;
  464. border-color: black;
  465. background-color: Lightgrey;
  466. }