CRNFragment.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: Viewer
  4. (C) Copyright IBM Corp. 2001, 2011
  5. US Government Users Restricted Rights - Use, duplication or
  6. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. /*General styles*/
  9. .mainViewerHeader3
  10. {
  11. background-color: #ffffff;
  12. }
  13. /*menu bar styles*/
  14. .menuBar
  15. {
  16. padding: 1px;
  17. background-color: #336699;
  18. border-bottom: 1px solid #000066;
  19. }
  20. /* fix to prevent firefox from treating image maps as block elements in fragments */
  21. map
  22. {
  23. display:none;
  24. }
  25. .clsMenu
  26. {
  27. display: inline;
  28. background-color: #ffffff;
  29. border: 1px solid #9c93b8;
  30. position:absolute;
  31. padding: 2px 2px 2px 2px;
  32. overflow: visible;
  33. cursor: default;
  34. left: 0px;
  35. top:0px;
  36. margin:0px;
  37. }
  38. .pageControl .tableText
  39. {
  40. font-size:100%;
  41. }
  42. .body_dialog_modal .tableText
  43. {
  44. font-size:100%;
  45. }
  46. .PortalFontFix table
  47. {
  48. font-size:100%;
  49. }
  50. .menuTitle_normal
  51. {
  52. background-color: #336699;
  53. color:#ffffff;
  54. font-weight: bold;
  55. }
  56. .menuTitle_hover
  57. {
  58. background-color: #e8ecf4;
  59. color:#000066;
  60. font-weight: bold;
  61. }
  62. .menuTitle_pressed
  63. {
  64. background-color: #e8ecf4;
  65. color:#000066;
  66. font-weight: bold;
  67. }
  68. .menuItem_normal
  69. {
  70. border: transparent 1px solid;
  71. color: #51486d;
  72. padding: 2px;
  73. font-family: Tahoma;
  74. cursor: pointer;
  75. cursor: hand;
  76. }
  77. .clsMenu .menuItem_normal
  78. {
  79. color: #51486d;
  80. background-color: transparent;
  81. border:none;
  82. }
  83. .menuItem_hover
  84. {
  85. background-color: #f6f5f8;
  86. background-image: -moz-linear-gradient(top, #f9f9fb 0%, #f2f1f6 100%);
  87. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9fb), color-stop(100%,#f2f1f6));
  88. background-image: -webkit-linear-gradient(top, #f9f9fb 0%, #f2f1f6 100%);
  89. background-image: -o-linear-gradient(top, #f9f9fb 0%, #f2f1f6 100%);
  90. background-image: -ms-linear-gradient(top, #f9f9fb 0%, #f2f1f6 100%);
  91. background-image: linear-gradient(to bottom, #f9f9fb 0%, #f2f1f6 100%);
  92. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9fb', endColorstr='#f2f1f6',GradientType=0 );
  93. zoom: 1;
  94. border: #8b81ac 1px solid;
  95. -webkit-border-radius: 3px;
  96. -moz-border-radius: 3px;
  97. border-radius: 3px;
  98. color: #51486d;
  99. padding: 2px;
  100. font-family: Tahoma;
  101. cursor: pointer;
  102. cursor: hand;
  103. }
  104. .menuItem_hover:active
  105. {
  106. background-color: #f2f1f6;
  107. border: #8b81ac 1px solid;
  108. -webkit-border-radius: 3px;
  109. -moz-border-radius: 3px;
  110. border-radius: 3px;
  111. color: #51486d;
  112. padding: 2px;
  113. font-family: Tahoma;
  114. cursor: pointer;
  115. cursor: hand;
  116. }
  117. .clsMenu .menuItem_hover
  118. {
  119. color: #51486d;
  120. background-color: #d6d3e2;
  121. background-image:none;
  122. border: none;
  123. -webkit-border-radius: 0px;
  124. -moz-border-radius: 0px;
  125. border-radius: 0px;
  126. filter:none;
  127. text-decoration: underline;
  128. }
  129. .menuItem_pressed
  130. {
  131. background-color: #8b81ac;
  132. background-image: none, -moz-linear-gradient(top, #f2f1f6 0%, #d6d3e2 100%);
  133. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f1f6), color-stop(100%,#d6d3e2));
  134. background-image: none, -webkit-linear-gradient(top, #f2f1f6 0%, #d6d3e2 100%);
  135. background-image: none, -o-linear-gradient(top, #f2f1f6 0%, #d6d3e2 100%);
  136. background-image: none, -ms-linear-gradient(top, #f2f1f6 0%, #d6d3e2 100%);
  137. background-image: none, linear-gradient(to bottom, #f2f1f6 0%, #d6d3e2 100%);
  138. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f6', endColorstr='#d6d3e2',GradientType=0 );
  139. zoom: 1;
  140. border: #8b81ac 1px dotted;
  141. -webkit-border-radius: 0px;
  142. -moz-border-radius: 0px;
  143. border-radius: 0px;
  144. color: #51486d;
  145. padding: 2px;
  146. font-family: Tahoma;
  147. cursor: pointer;
  148. cursor: hand;
  149. }
  150. .menuItem_disabled
  151. {
  152. padding: 3px;
  153. color: #8b81ac;
  154. }
  155. .clsMenu .menuItem_disabled
  156. {
  157. color: #8b81ac;
  158. text-decoration: none;
  159. }
  160. .menuContainer
  161. {
  162. background-color: #ffffff;
  163. border: 1px solid #336699;
  164. }
  165. /*toolbar styles*/
  166. .toolbar
  167. {
  168. width: 25px;
  169. height: 25px;
  170. padding: 2px;
  171. background-color: #e0e0e0;
  172. border-bottom: 1px solid #cccccc;
  173. }
  174. /* Drop down arrow */
  175. .dropDownArrow
  176. {
  177. height: 22px;
  178. width: 13px;
  179. border: 1px solid #cccccc;
  180. background-color: #FFFFFF;
  181. }
  182. .dropDownArrowOver
  183. {
  184. height: 22px;
  185. width: 13px;
  186. border: 1px solid #666699;
  187. background-color: #cccce3;
  188. cursor: pointer;
  189. cursor: hand;
  190. }
  191. /* Seperators */
  192. .menuHorizontalSeperator
  193. {
  194. border-bottom: 1px solid #C0C0C0;
  195. font-size: 0;
  196. height: 1px;
  197. margin-bottom: 3px;
  198. margin-top: 1px;
  199. width: 100%;
  200. }
  201. .toolbarVerticalSeperator
  202. {
  203. padding: 0px 2px 0px 2px;
  204. }
  205. /* Command buttons (usually appear in dialog footers) */
  206. .commandButton
  207. {
  208. border: #c6c6d7 1px solid;
  209. font-size: 110%;
  210. color: #51486d;
  211. background-color: #f2f1f6;
  212. }
  213. .commandButtonOver
  214. {
  215. border: #c6c6d7 1px solid;
  216. font-size: 110%;
  217. cursor: pointer;
  218. color: #51486d;
  219. background-color: #f2f1f6;
  220. }
  221. .commandButtonDown
  222. {
  223. border: #c6c6d7 1px solid;
  224. font-size: 110%;
  225. cursor: pointer;
  226. color: #51486d;
  227. background-color: #f2f1f6;
  228. }
  229. td#btnAnchor a /* none ie browsers */
  230. {
  231. color: #000000;
  232. text-decoration: none;
  233. }
  234. td#btnAnchorIE a
  235. {
  236. padding-right: 10px;
  237. padding-left: 10px;
  238. padding-bottom: 3px;
  239. padding-top: 2px;
  240. width:100%;
  241. color: #000000;
  242. height: 100%;
  243. text-decoration: none;
  244. }