crn.css 12 KB

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