CRNFragment.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  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 #444444;
  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: #000000;
  72. padding: 2px;
  73. font-family: Tahoma;
  74. cursor: pointer;
  75. cursor: hand;
  76. }
  77. .clsMenu .menuItem_normal
  78. {
  79. color: #000000;
  80. background-color: transparent;
  81. border:none;
  82. }
  83. .menuItem_hover
  84. {
  85. background-color: #f8f8f8;
  86. background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  87. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
  88. background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  89. background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  90. background-image: -ms-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  91. background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  92. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
  93. zoom: 1;
  94. border: #8d8d8d 1px solid;
  95. -webkit-border-radius: 3px;
  96. -moz-border-radius: 3px;
  97. border-radius: 3px;
  98. color: #000000;
  99. padding: 2px;
  100. font-family: Tahoma;
  101. cursor: pointer;
  102. cursor: hand;
  103. }
  104. .menuItem_hover:active
  105. {
  106. background-color: #e7e7e7;
  107. background-image: -moz-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  108. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#cccccc));
  109. background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  110. background-image: -o-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  111. background-image: -ms-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  112. background-image: linear-gradient(to bottom, #e7e7e7 0%, #cccccc 100%);
  113. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#cccccc',GradientType=0 );
  114. zoom: 1;
  115. border: #8d8d8d 1px solid;
  116. -webkit-border-radius: 3px;
  117. -moz-border-radius: 3px;
  118. border-radius: 3px;
  119. color: #000000;
  120. padding: 2px;
  121. font-family: Tahoma;
  122. cursor: pointer;
  123. cursor: hand;
  124. }
  125. .clsMenu .menuItem_hover
  126. {
  127. color: #000000;
  128. background-color: #95daf2;
  129. background-image:none;
  130. border: none;
  131. -webkit-border-radius: 0px;
  132. -moz-border-radius: 0px;
  133. border-radius: 0px;
  134. filter:none;
  135. text-decoration: underline;
  136. }
  137. .menuItem_pressed
  138. {
  139. background-color: #efefef;
  140. background-image: none, -moz-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  141. background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#cccccc));
  142. background-image: none, -webkit-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  143. background-image: none, -o-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  144. background-image: none, -ms-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
  145. background-image: none, linear-gradient(to bottom, #e7e7e7 0%, #cccccc 100%);
  146. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#cccccc',GradientType=0 );
  147. zoom: 1;
  148. border: #8d8d8d 1px dotted;
  149. -webkit-border-radius: 0px;
  150. -moz-border-radius: 0px;
  151. border-radius: 0px;
  152. color: #000000;
  153. padding: 2px;
  154. font-family: Tahoma;
  155. cursor: pointer;
  156. cursor: hand;
  157. }
  158. .menuItem_disabled
  159. {
  160. padding: 3px;
  161. color: #767676;
  162. }
  163. .clsMenu .menuItem_disabled
  164. {
  165. color: #767676;
  166. text-decoration: none;
  167. }
  168. .menuContainer
  169. {
  170. background-color: #ffffff;
  171. border: 1px solid #336699;
  172. }
  173. /*toolbar styles*/
  174. .toolbar
  175. {
  176. width: 25px;
  177. height: 25px;
  178. padding: 2px;
  179. background-color: #e0e0e0;
  180. border-bottom: 1px solid #cccccc;
  181. }
  182. /* Drop down arrow */
  183. .dropDownArrow
  184. {
  185. height: 22px;
  186. width: 13px;
  187. border: 1px solid #cccccc;
  188. background-color: #FFFFFF;
  189. }
  190. .dropDownArrowOver
  191. {
  192. height: 22px;
  193. width: 13px;
  194. border: 1px solid #666699;
  195. background-color: #cccce3;
  196. cursor: pointer;
  197. cursor: hand;
  198. }
  199. /* Seperators */
  200. .menuHorizontalSeperator
  201. {
  202. border-bottom: 1px solid #C0C0C0;
  203. font-size: 0;
  204. height: 1px;
  205. margin-bottom: 3px;
  206. margin-top: 1px;
  207. width: 100%;
  208. }
  209. .toolbarVerticalSeperator
  210. {
  211. padding: 0px 2px 0px 2px;
  212. }
  213. /* Command buttons (usually appear in dialog footers) */
  214. .commandButton
  215. {
  216. border: #8d8d8d 1px solid;
  217. font-size: 110%;
  218. color: #000000;
  219. background-color: #f3f3f3;
  220. }
  221. .commandButtonOver
  222. {
  223. border: #8d8d8d 1px solid;
  224. font-size: 110%;
  225. cursor: pointer;
  226. color: #000000;
  227. background-color: #cccccc;
  228. }
  229. .commandButtonDown
  230. {
  231. border: #8d8d8d 1px solid;
  232. font-size: 110%;
  233. cursor: pointer;
  234. color: #000000;
  235. background-color: #efefef;
  236. }
  237. td#btnAnchor a /* none ie browsers */
  238. {
  239. color: #000000;
  240. text-decoration: none;
  241. }
  242. td#btnAnchorIE a
  243. {
  244. padding-right: 10px;
  245. padding-left: 10px;
  246. padding-bottom: 3px;
  247. padding-top: 2px;
  248. width:100%;
  249. color: #000000;
  250. height: 100%;
  251. text-decoration: none;
  252. }