crn.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681
  1. /********************************************************************************************************************************
  2. * Licensed Materials - Property of IBM *
  3. * *
  4. * IBM Cognos Products: AGS *
  5. * *
  6. * (C) Copyright IBM Corp. 2005, 2015 *
  7. * *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. *
  9. *********************************************************************************************************************************/
  10. /*General styles*/
  11. a
  12. {
  13. font-family: Tahoma;
  14. color: #0000cc;
  15. text-decoration: underline;
  16. }
  17. .text
  18. {
  19. font-family: Tahoma;
  20. color: #000000;
  21. }
  22. .text2
  23. {
  24. font-family: Tahoma;
  25. color: #336699;
  26. }
  27. .bold {
  28. font-weight: bold;
  29. }
  30. .inactiveText {
  31. color: #999999;
  32. }
  33. .button
  34. {
  35. background-color: #ffffff;
  36. border : 1px solid;
  37. border-color : #cccccc;
  38. }
  39. .button_hover
  40. {
  41. background-color: #bec8dc;
  42. border : 1px solid;
  43. border-color : #99aacc;
  44. }
  45. .button_pressed
  46. {
  47. background-color: #bec8dc;
  48. border : 1px solid;
  49. border-color : #336699;
  50. }
  51. .flybutton
  52. {
  53. background-color: #ffffff;
  54. border : 1px solid;
  55. border-color : #cccccc;
  56. padding: 0;
  57. }
  58. .flybutton_hover
  59. {
  60. background-color: #bec8dc;
  61. border : 1px solid;
  62. border-color : #99aacc;
  63. padding: 0;
  64. }
  65. .flybutton_pressed
  66. {
  67. background-color: #bec8dc;
  68. border : 1px solid;
  69. border-color : #336699;
  70. padding: 0;
  71. }
  72. .mainHeader3
  73. {
  74. padding: 0px;
  75. background-color: #ffffff;
  76. }
  77. * { margin: 0; padding: 0 }
  78. .page_label
  79. {
  80. font-family: Tahoma
  81. font-size: 110%;
  82. color: #336699;
  83. font-weight: bold;
  84. }
  85. /*menu bar styles
  86. Note that until common styles are placed into a single location
  87. for all studios/portal to use the menuItem_XX classes can be found
  88. in webcontent\skins\current\portal\default.css
  89. */
  90. /*menu bar styles*/
  91. .menuBar
  92. {
  93. background-image : url(images/title_bar_graphic_studios.gif);
  94. background-color: #336699;
  95. background-repeat: no-repeat;
  96. background-position: right bottom;
  97. border-bottom: #000000 1px solid;
  98. border-left: #e7e7e7 0px solid;
  99. border-top: #e7e7e7 1px solid;
  100. border-right: #e7e7e7 0px solid;
  101. height: 25px;
  102. width:100%;
  103. padding: 1px
  104. }
  105. .menuTitle_normal
  106. {
  107. padding: 3px;
  108. /*background-color: #336699;*/
  109. color:#ffffff;
  110. font-family: Tahoma;
  111. font-weight: bold;
  112. }
  113. .menuTitle_hover
  114. {
  115. padding: 2px 3px 2px 3px;
  116. background-color: #e3e9f3;
  117. border: 0px solid #cccccc;
  118. color: #134679;
  119. font-family: Tahoma;
  120. font-weight: bold;
  121. cursor: hand;
  122. }
  123. .menuTitle_pressed
  124. {
  125. padding: 2px;
  126. background-color: #e3e9f3;
  127. border: 1px solid #ffffff;
  128. color: #134679;
  129. font-family: Tahoma;
  130. font-weight: bold;
  131. cursor: hand
  132. }
  133. .menuItem_normal
  134. {
  135. background-color: white;
  136. border: 1px solid white;
  137. color:blue;
  138. text-decoration: underline;
  139. cursor: pointer;
  140. cursor: hand;
  141. font-family: Tahoma;
  142. font-weight: normal;
  143. }
  144. .menuItem_disabled
  145. {
  146. background-color: white;
  147. border: 1px solid white;
  148. color:lightgrey;
  149. text-decoration: underline;
  150. font-family: Tahoma;
  151. font-weight: normal;
  152. }
  153. .menuItem_hover
  154. {
  155. background-color: #E3E9F3;
  156. border: 1px solid #cccccc;
  157. color:blue;
  158. text-decoration: underline;
  159. cursor: pointer;
  160. cursor: hand;
  161. font-family: Tahoma;
  162. font-weight: normal;
  163. }
  164. .menuItem_pressed
  165. {
  166. background-color: #E3E9F3;
  167. border: 1px solid #ffffff;
  168. color:blue;
  169. text-decoration: underline;
  170. cursor: pointer;
  171. cursor: hand;
  172. font-family: Tahoma;
  173. font-weight: normal;
  174. padding: 1px;
  175. }
  176. .menuContainer
  177. {
  178. background-color: #ffffff;
  179. border: 1px solid #336699;
  180. padding: 2px;
  181. }
  182. /* Drop down arrow */
  183. .dropDownArrow
  184. {
  185. border : 1px solid #f3f3f3;
  186. height:20px;
  187. width:11px;
  188. background-color: #f3f3f3;
  189. padding: 0px;
  190. margin:0px;
  191. cursor: pointer;
  192. cursor: hand;
  193. align:center
  194. }
  195. .dropDownArrowOver
  196. {
  197. border : 1px solid #336699;
  198. height:20px;
  199. width:11px;
  200. background-color: #e3e9f3;
  201. padding: 0px;
  202. margin:0px;
  203. cursor: pointer;
  204. cursor: hand
  205. align:center
  206. }
  207. /*toolbar styles*/
  208. .toolbar
  209. {
  210. background-color: #f3f3f3;
  211. border-top: #cc9900 0px solid;
  212. border-bottom: #cccccc 1px solid ;
  213. border-left: #cccccc 1px solid ;
  214. border-right: #cccccc 1px solid ;
  215. padding-top: 2px;
  216. padding-bottom: 1px;
  217. }
  218. .toolbar_studio
  219. {
  220. padding: 2px;
  221. background-color: #f3f3f3;
  222. border-bottom: 1px solid #cccccc;
  223. }
  224. .toolbarImageNormal
  225. {
  226. border : 1px solid #f3f3f3;
  227. background-color: #ffffff;
  228. padding : 1px;
  229. }
  230. .toolbarImageOver
  231. {
  232. border : 1px solid #336699;
  233. background-color: #e3e9f3;
  234. padding : 1px;
  235. }
  236. .toolbarDropdownImageNormal_studio
  237. {
  238. border : 1px solid #f3f3f3;
  239. height:20px;
  240. width:30px;
  241. background-color: #f3f3f3;
  242. padding: 0px;
  243. }
  244. .toolbarDropdownImageOver_studio
  245. {
  246. border : 1px solid #336699;
  247. height:20px;
  248. width:30px;
  249. background-color: #e3e9f3;
  250. padding: 0px;
  251. cursor: pointer;
  252. cursor: hand;
  253. }
  254. .toolbarDropdownImagePressed_studio
  255. {
  256. border : 1px solid #336699;
  257. height:20px;
  258. width:30px;
  259. background-color: #bec8dc;
  260. padding: 0px;
  261. cursor: pointer;
  262. cursor: hand;
  263. }
  264. .toolbarDropdownImageOverPressed_studio
  265. {
  266. border : 1px solid #336699;
  267. height:20px;
  268. width:30px;
  269. background-color: #e3e9f3;
  270. padding: 0px;
  271. cursor: pointer;
  272. cursor: hand;
  273. }
  274. .toolbarImageNormal_studio
  275. {
  276. border : 1px solid #f3f3f3;
  277. height:20px;
  278. width:20px;
  279. background-color: #f3f3f3;
  280. padding: 0px;
  281. }
  282. .toolbarImageOver_studio
  283. {
  284. border : 1px solid #336699;
  285. height:20px;
  286. width:20px;
  287. background-color: #e3e9f3;
  288. padding: 0px;
  289. cursor: pointer;
  290. cursor: hand;
  291. }
  292. .toolbarImagePressed_studio
  293. {
  294. border : 1px solid #336699;
  295. height:20px;
  296. width:20px;
  297. background-color: #bec8dc;
  298. padding: 0px;
  299. cursor: pointer;
  300. cursor: hand;
  301. }
  302. .toolbarImageOverPressed_studio
  303. {
  304. border : 1px solid #336699;
  305. height:20px;
  306. width:20px;
  307. background-color: #e3e9f3;
  308. padding: 0px;
  309. cursor: pointer;
  310. cursor: hand;
  311. }
  312. .toolbarImageUnavailable
  313. {
  314. border: 1px solid #f3f3f3;
  315. background-color: #ffffff;
  316. padding: 1px;
  317. }
  318. /*Pane Area*/
  319. .pane
  320. {
  321. background-color: #f3f3f3;
  322. border : 1px solid;
  323. border-color : #f3f3f3 #cccccc #cccccc #f3f3f3;
  324. }
  325. /*AREAS - General*/
  326. .area
  327. {
  328. background-color: #F3F3F3;
  329. padding: 0px;
  330. border-top : 0px solid;
  331. border-bottom : 1px solid;
  332. border-left : 1px solid;
  333. border-right : 1px solid;
  334. border-color : #cccccc;
  335. }
  336. .area_header
  337. {
  338. font-family: Tahoma;
  339. font-weight: bold;
  340. color: #f3f3f3;
  341. background-color: #99aacc;
  342. padding: 3px;
  343. border : 1px solid;
  344. border-color : #336699;
  345. }
  346. .area_tabbed
  347. {
  348. background-color: #ffffff;
  349. padding: 3px;
  350. border : 1px solid;
  351. border-color : #cccccc;
  352. }
  353. .resize
  354. {
  355. background-color: #e7e7e7;
  356. padding-bottom: 3px;
  357. padding-top: 3px;
  358. }
  359. .hide_show_leftpane
  360. {
  361. background-color: #e7e7e7;
  362. border : 1px solid;
  363. border-color : #cccccc;
  364. }
  365. .hide_show_taskspane
  366. {
  367. background-color: #99aacc;
  368. border : 1px solid;
  369. border-color : #99aacc;
  370. }
  371. .hide_show_hover
  372. {
  373. background-color: #bec8dc;
  374. border : 1px solid;
  375. border-color : #cccccc;
  376. }
  377. .hide_show_pressed
  378. {
  379. background-color: #bec8dc;
  380. border : 1px solid;
  381. border-color : #336699;
  382. }
  383. /*Insertable Objects Area*/
  384. .area_reserved
  385. {
  386. background-color: #ffffff;
  387. padding: 3px;
  388. border : 1px solid;
  389. border-top: cccccc;
  390. }
  391. .tab_active
  392. {
  393. font-family: Tahoma;
  394. font-weight: bold;
  395. color: #336699;
  396. background-color: #ffffff;
  397. padding: 3px;
  398. border : 1px solid;
  399. border-color : #ffffff #cccccc #cccccc #cccccc;
  400. }
  401. .tab_inactive
  402. {
  403. font-family: Tahoma;
  404. font-weight: normal;
  405. text-decoration: underline;
  406. color: Blue;
  407. background-color: #e7e7e7;
  408. padding: 3px;
  409. border : 1px solid;
  410. border-color : #cccccc #ffffff #ffffff #cccccc;
  411. }
  412. /* override the default.css style */
  413. .internal_div
  414. {
  415. width:2px;
  416. border : 1px solid;
  417. }
  418. .external_div
  419. {
  420. padding : 2px;
  421. width : 4px;
  422. height : 100%;
  423. border : solid #cccccc 1px;
  424. background-color: white;
  425. }
  426. .external_div_hidden
  427. {
  428. padding : 2px;
  429. width : 4px;
  430. height : 100%;
  431. border : 1px solid #ffffff;
  432. background-color : white;
  433. }
  434. /*Information Area*/
  435. .area_descriptive_info
  436. {
  437. background-color: #e3e9f3;
  438. padding: 3px;
  439. border : 1px solid;
  440. border-color : #99aacc
  441. }
  442. .area_label_value_info
  443. {
  444. background-color: #e7e7e7;
  445. padding: 3px;
  446. border : 1px solid;
  447. border-color : #99aacc
  448. }
  449. .tooltip
  450. {
  451. font-family : Tahoma;
  452. font-weight : normal;
  453. color : #000000;
  454. padding : 1px;
  455. border : 1px solid inherit;
  456. border-color : #000000;
  457. background-color : #FFFFCC;
  458. }
  459. .screentip
  460. {
  461. font-family: Tahoma;
  462. font-weight: bold;
  463. color: #336699;
  464. }
  465. .info_label
  466. {
  467. font-family: Tahoma;
  468. font-weight: bold;
  469. color: #000000;
  470. }
  471. /*Summary and Context Areas*/
  472. .summary_bar
  473. {
  474. background-color: #ffffff;
  475. padding: 3px;
  476. }
  477. .summaryBoundary {
  478. border-width : 0 1px;
  479. border-color : #999999;
  480. border-style : solid;
  481. overflow : hidden;
  482. scrollbars : no;
  483. }
  484. .summaryHeaderBoundary {
  485. border-width : 0 1px;
  486. border-color : #ffffff;
  487. border-style : solid;
  488. overflow : hidden;
  489. scrollbars : no;
  490. }
  491. .context_bar
  492. {
  493. background-color: #ffffff;
  494. padding: 5px;
  495. border-bottom : 1px solid #cccccc;
  496. }
  497. .item_not_selected
  498. {
  499. border-width : 0 0 1px;
  500. border-color : #999999;
  501. border-style : solid;
  502. margin-left : 1px;
  503. cursor: hand;
  504. margin-right : 1px;
  505. margin-top : 0px;
  506. }
  507. .item_selected
  508. {
  509. border-width: 1px 1px 0;
  510. border-color: #999999;
  511. border-style: solid;
  512. cursor: hand;
  513. }
  514. .item
  515. {
  516. background-color: #e3e9f3;
  517. border : 1px solid;
  518. border-color : #99aacc ;
  519. padding-bottom: 1px;
  520. padding-left: 3px;
  521. padding-right: 3px;
  522. padding-top: 1px;
  523. }
  524. .item_active
  525. {
  526. background-color: #e3e9f3;
  527. border : 2px solid;
  528. border-color: #336699;
  529. padding-bottom: 0px;
  530. padding-left: 2px;
  531. padding-right: 2px;
  532. padding-top: 0px;
  533. }
  534. .item_label
  535. {
  536. font-family : Tahoma;
  537. font-weight : normal;
  538. color : #000000;
  539. padding : 0px;
  540. }
  541. .item_label_active
  542. {
  543. font-family: Tahoma;
  544. font-weight: bold;
  545. color: #336699;
  546. padding: 0px;
  547. }
  548. .item_active_replace
  549. {
  550. background-color: #000000;
  551. color:#ffffff;
  552. padding: 3px;
  553. }
  554. .tab_line
  555. {
  556. border : 1px solid;
  557. border-color : #cccccc #ffffff #ffffff #cccccc;
  558. padding-top: 4px;
  559. padding-bottom: 4px;
  560. padding-left: 3px;
  561. padding-right: 3px;
  562. }
  563. /*Dialogs*/
  564. .button_bar
  565. {
  566. background : #e7e7e7;
  567. border : 1px solid;
  568. border-color : #bec8dc #cccccc #cccccc #cccccc;
  569. padding-top: 3px;
  570. padding-bottom: 3px;
  571. padding-left: 3px;
  572. padding-right: 3px;
  573. }
  574. /*Tree Control*/
  575. .hover
  576. {
  577. background-color: #bec8dc;
  578. }
  579. .select
  580. {
  581. color: #ffffff;
  582. background-color: #000000;
  583. }
  584. .select_secondary
  585. {
  586. color: #ffffff;
  587. background-color: #e3e9f3;
  588. }
  589. .select_blur
  590. {
  591. background-color: #cccccc;
  592. }
  593. .group_label
  594. {
  595. font-family : Tahoma;
  596. font-weight : normal;
  597. color : #336699;
  598. padding : 3px;
  599. }
  600. /*Pager Control*/
  601. .tableHeader {
  602. background-color: #e7e7e7;
  603. }
  604. .RowDivider
  605. {
  606. border-top : 1px solid #e7e7e7;
  607. }
  608. .tableTitle
  609. {
  610. font-weight: bold;
  611. color: #336699;
  612. }
  613. /*Controls*/
  614. .formText
  615. {
  616. color: #000000;
  617. }
  618. .task_inactive
  619. {
  620. font-family: Tahoma;
  621. color: #0000cc;
  622. text-decoration: underline;
  623. cursor: pointer;
  624. }
  625. .task_active
  626. {
  627. font-family: Tahoma;
  628. font-weight: bold;
  629. color: #336699;
  630. cursor: pointer;
  631. }
  632. .insertableItemsPaneBorder{
  633. background-color: #F3F3F3 ;
  634. }
  635. /*MenuTabs and Props*/
  636. .normalTabImage {
  637. margin:0px;
  638. padding:0px;
  639. }
  640. .selectedTabImage {
  641. outline: 2px solid #6374AB;
  642. }