crn.css 12 KB

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