CRN.xml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. <css>
  2. /*
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: Viewer
  5. (C) Copyright IBM Corp. 2001, 2015
  6. US Government Users Restricted Rights - Use, duplication or
  7. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  8. */
  9. /*General styles*/
  10. .mainViewerHeader3
  11. {
  12. background-color: #ffffff;
  13. padding-top:6px;
  14. }
  15. /*menu bar styles*/
  16. .menuBar
  17. {
  18. padding: 1px;
  19. background-color: #336699;
  20. border-bottom: 1px solid #000066;
  21. }
  22. .clsMenu
  23. {
  24. display: inline;
  25. background-color: <skinValue path="/uiSkin/uiElements/popupMenu/background/color"/>;
  26. border: 1px solid <skinValue path="/uiSkin/uiElements/popupMenu/border/color"/>;
  27. position:absolute;
  28. padding: 2px 2px 2px 2px;
  29. overflow: visible;
  30. cursor: default;
  31. left: 0px;
  32. top:0px;
  33. margin:0px;
  34. }
  35. .menuTitle_normal
  36. {
  37. background-color: #336699;
  38. color:#ffffff;
  39. font-weight: bold;
  40. }
  41. .menuTitle_hover
  42. {
  43. background-color: #e8ecf4;
  44. color:#000066;
  45. font-weight: bold;
  46. }
  47. .menuTitle_pressed
  48. {
  49. background-color: #e8ecf4;
  50. color:#000066;
  51. font-weight: bold;
  52. }
  53. .menuItem_normal
  54. {
  55. <cssStyles path="/uiSkin/uiElements/toolbar/item/state[@type='default']"/>
  56. font-family: Tahoma;
  57. cursor: pointer;
  58. cursor: hand;
  59. }
  60. .clsMenu .menuItem_normal
  61. {
  62. color: <skinValue path="/uiSkin/uiElements/popupMenu/popupMenuItem/state[@type='default']/text/color"/>;
  63. background-color: transparent;
  64. border:none;
  65. }
  66. .titanui .menuItem_normal
  67. {
  68. border: transparent 1px solid;
  69. color: #222222;
  70. padding: 2px;
  71. font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, "MS UI Gothic", Gulim, SimSun, PMingLiU, Raghu8, "Arial Unicode MS", "Andale WT", sans-serif;
  72. font-size: 11px;
  73. height: 22px;
  74. cursor: pointer;
  75. cursor: hand;
  76. }
  77. .clsMenu .titanui.menuItem_normal
  78. {
  79. color: #222222;
  80. background-color: transparent;
  81. border:none;
  82. }
  83. .clsViewerMobile .clsMenuItem,
  84. .clsViewerMobile .clsMenuItem_selected
  85. {
  86. height: 40px;
  87. font-size: 16px;
  88. }
  89. .clsViewerMobile .clsMenuSeparatorLabel
  90. {
  91. height: 40px;
  92. font-size: 16px;
  93. padding-top: 12px;
  94. }
  95. .clsMenu table.titanui.menuItem_hover,
  96. .clsMenu table.titanui.menuItem_pressed,
  97. .clsMenu table.titanui.menuItem_disabled,
  98. .clsMenu table.titanui.menuItem_normal,
  99. body.viewer .titanui .menuItem_hover,
  100. body.viewer .titanui .menuItem_pressed,
  101. body.viewer .titanui .menuItem_disabled,
  102. body.viewer .titanui .menuItem_normal,
  103. body.viewer .titanui .pageControls
  104. {
  105. font-size: 100%;
  106. }
  107. .menuItem_hover:active
  108. {
  109. <cssStyles path="/uiSkin/uiElements/toolbar/item/state[@type='active']"/>
  110. font-family: Tahoma;
  111. cursor: pointer;
  112. cursor: hand;
  113. }
  114. .menuItem_hover
  115. {
  116. <cssStyles path="/uiSkin/uiElements/toolbar/item/state[@type='hover']"/>
  117. font-family: Tahoma;
  118. cursor: pointer;
  119. cursor: hand;
  120. }
  121. .clsMenu .menuItem_hover
  122. {
  123. color: <skinValue path="/uiSkin/uiElements/popupMenu/popupMenuItem/state[@type='hover']/text/color"/>;
  124. background-color: <skinValue path="/uiSkin/uiElements/popupMenu/popupMenuItem/state[@type='hover']/background/color"/>;
  125. background-image:none;
  126. border: none;
  127. -webkit-border-radius: 0px;
  128. -moz-border-radius: 0px;
  129. border-radius: 0px;
  130. filter:none;
  131. text-decoration: underline;
  132. }
  133. .menuItem_pressed
  134. {
  135. <cssStyles path="/uiSkin/uiElements/toolbar/item/state[@type='selected']"/>
  136. font-family: Tahoma;
  137. cursor: pointer;
  138. cursor: hand;
  139. }
  140. .clsMenu table.menuItem_hover,
  141. .clsMenu table.menuItem_pressed,
  142. .clsMenu table.menuItem_disabled,
  143. .clsMenu table.menuItem_normal,
  144. body.viewer .menuItem_hover,
  145. body.viewer .menuItem_pressed,
  146. body.viewer .menuItem_disabled,
  147. body.viewer .menuItem_normal,
  148. body.viewer .pageControls
  149. {
  150. font-size: 70%;
  151. }
  152. .menuItem_disabled
  153. {
  154. padding: 3px;
  155. color: <skinValue path="/uiSkin/uiElements/popupMenu/popupMenuItem/state[@type='disabled']/text/color"/>;
  156. }
  157. .clsMenu .menuItem_disabled
  158. {
  159. color: <skinValue path="/uiSkin/uiElements/popupMenu/popupMenuItem/state[@type='disabled']/text/color"/>;
  160. }
  161. .menuContainer
  162. {
  163. background-color: #ffffff;
  164. border: 1px solid #336699;
  165. }
  166. /*toolbar styles*/
  167. .toolbar
  168. {
  169. width: 25px;
  170. height: 25px;
  171. padding: 2px;
  172. background-color: #e0e0e0;
  173. border-bottom: 1px solid #cccccc;
  174. }
  175. /* Drop down arrow */
  176. .dropDownArrow
  177. {
  178. height: 22px;
  179. width: 13px;
  180. border: 1px solid #cccccc;
  181. background-color: #FFFFFF;
  182. }
  183. .dropDownArrowOver
  184. {
  185. height: 22px;
  186. width: 13px;
  187. border: 1px solid #666699;
  188. background-color: #cccce3;
  189. cursor: pointer;
  190. cursor: hand;
  191. }
  192. /* Drop down arror in banner */
  193. .bannerDropDownArrow
  194. {
  195. height: 22px;
  196. width: 13px;
  197. border: #d8dedc 1px solid;
  198. background-color: #d8dedc;
  199. }
  200. .bannerDropDownArrowOver
  201. {
  202. height: 22px;
  203. width: 13px;
  204. border: #336699 1px solid;
  205. background-color: #d8dedc;
  206. cursor: pointer;
  207. cursor: hand;
  208. }
  209. .bannerButtonContainer
  210. {
  211. }
  212. .bannerToolbarButton
  213. {
  214. padding : 1px;
  215. border: solid 1px transparent;
  216. }
  217. .bannerToolbarButtonOver
  218. {
  219. cursor: pointer;
  220. cursor: hand;
  221. padding : 1px;
  222. border: 1px solid #ffffff;
  223. border-radius : 3px; 3px; 3px; 3px;
  224. }
  225. .bannerMenuItem
  226. {
  227. font-size: 70%;
  228. color: <skinValue path="/uiSkin/uiElements/header/primaryBanner/navigation/item/state[@type='default']/text/color"/>;
  229. text-decoration: underline;
  230. padding: 1px 5px 1px 5px;
  231. cursor: pointer;
  232. cursor: hand;
  233. }
  234. .bannerMenuItemOver
  235. {
  236. font-size: 70%;
  237. color: #ffffff;
  238. text-decoration: underline;
  239. padding: 1px 5px 1px 5px;
  240. cursor: pointer;
  241. cursor: hand;
  242. }
  243. .bannerText
  244. {
  245. color: <skinValue path="/uiSkin/uiElements/header/primaryBanner/navigation/item/state[@type='default']/text/color"/>;
  246. font-size:70%;
  247. font-weight:bold;
  248. white-space:nowrap;
  249. padding: 1px 5px 1px 5px;
  250. }
  251. .bannerLink
  252. {
  253. color: <skinValue path="/uiSkin/uiElements/header/primaryBanner/navigation/item/state[@type='default']/text/color"/>;
  254. cursor:pointer;
  255. font-size:70%;
  256. text-decoration:underline;
  257. padding: 1px 5px 1px 5px;
  258. margin-left: 3px;
  259. }
  260. /* Seperators */
  261. .menuHorizontalSeperator
  262. {
  263. border-bottom: 1px solid #C0C0C0;
  264. font-size: 0;
  265. height: 1px;
  266. margin-bottom: 3px;
  267. margin-top: 1px;
  268. width: 100%;
  269. }
  270. .toolbarVerticalSeperator
  271. {
  272. padding: 4px 5px 0px 5px;
  273. }
  274. .toolbarDivider
  275. {
  276. background-image: url(images/tool_sep_dot_line.gif);
  277. background-position: top left;
  278. background-repeat: no-repeat;
  279. font-size: 0px;
  280. width: 1px;
  281. height:18px;
  282. }
  283. /*BiDi styles*/
  284. .rtl .headerTitle {
  285. padding-right: 16px;
  286. padding-left: 0px;
  287. }
  288. .rtl .mainHeader1Middle {
  289. padding-right: 30px;
  290. padding-left: 10px;
  291. }
  292. .rtl .bannerLink {
  293. margin-left: 0px;
  294. margin-right: 3px;
  295. }
  296. .rtl #ibmLogo {
  297. padding-left: 57px;
  298. padding-right: 0px;
  299. }
  300. </css>