widget.xml 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493
  1. <!--
  2. +========================================================================+
  3. | Licensed Materials - Property of IBM
  4. |
  5. | IBM Cognos Products: BUX
  6. |
  7. | (C) Copyright IBM Corp. 2009, 2013
  8. |
  9. | US Government Users Restricted Rights - Use, duplication or
  10. | disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  11. |
  12. +========================================================================+
  13. --><css>/*
  14. *+------------------------------------------------------------------------+
  15. *| Licensed Materials - Property of IBM
  16. *| IBM Cognos Products: BUX
  17. *| (C) Copyright IBM Corp. 2009, 2022
  18. *|
  19. *| US Government Users Restricted Rights - Use, duplication or
  20. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  21. *+------------------------------------------------------------------------+
  22. */
  23. /* This is a generated file, do not edit */
  24. /*layout section*/
  25. .icdUI .buxFloatingPane {
  26. background: transparent;
  27. border: none;
  28. }
  29. .bux-MaximizedMode .dijitDialogUnderlay {
  30. position: absolute;
  31. height: 100%;
  32. width: 100%;
  33. left: 0;
  34. top: 0;
  35. }
  36. .buxFloatingPane .widgetContainer {
  37. padding: 0;
  38. }
  39. .buxWidgetHighlight .widget_resizerHandleVert,
  40. .buxWidgetHighlight .widget_resizerHandleHoriz {
  41. display: none;
  42. }
  43. .bux-MaximizedMode .widget-border,
  44. .bux-MaximizedMode .widget-corner,
  45. .bux-MaximizedMode .bux-toolbar,
  46. .bux-MaximizedMode .widget_resizerHandleVert,
  47. .bux-MaximizedMode .widget_resizerHandleHoriz {
  48. cursor: default !important;
  49. }
  50. .widget_resizerHandleHoriz {
  51. height: 8px;
  52. width: 28px;
  53. visibility: hidden;
  54. }
  55. .widget_resizerHandleVert {
  56. height: 28px;
  57. width: 8px;
  58. visibility: hidden;
  59. }
  60. .widget-movable {
  61. cursor: move;
  62. }
  63. div.buxWidgetActive div.widget_resizerHandleHoriz,
  64. div.buxWidgetActive div.widget_resizerHandleVert {
  65. visibility: visible;
  66. }
  67. .widget-border,
  68. .widget-corner {
  69. position: absolute;
  70. }
  71. .wb-top,
  72. .wb-bottom {
  73. text-align: center;
  74. height: 6px;
  75. left: 0;
  76. right: 0;
  77. }
  78. .wb-top {
  79. top: 0;
  80. }
  81. .wb-bottom {
  82. bottom: 0;
  83. }
  84. .wb-left,
  85. .wb-right {
  86. width: 6px;
  87. top: 0;
  88. bottom: 0;
  89. vertical-align: middle;
  90. }
  91. .wb-left {
  92. left: 0px;
  93. }
  94. .wb-right {
  95. right: 0px;
  96. margin-left: -7px;
  97. }
  98. .widget-corner {
  99. width: 8px;
  100. height: 8px;
  101. z-index: 1;
  102. }
  103. /* corner grabbers*/
  104. .wc-TL {
  105. top: 0px;
  106. left: 0px;
  107. }
  108. .wc-TR {
  109. top: 0px;
  110. right: 0px;
  111. }
  112. .wc-BL {
  113. bottom: 0px;
  114. left: 0px;
  115. }
  116. .wc-BR {
  117. bottom: 0px;
  118. right: 0px;
  119. }
  120. .buxFloatingPane .dojoxFloatingPaneCanvas {
  121. background: transparent;
  122. /* Need to change position to relative for IE. Some content was bleeding through the widget border. */
  123. position: relative;
  124. display: block;
  125. }
  126. div.buxFloatingPane div.icdPaneResizeHandleR {
  127. cursor: e-resize;
  128. }
  129. div.buxFloatingPane div.icdPaneResizeHandleBL {
  130. cursor: sw-resize;
  131. }
  132. div.buxFloatingPane div.icdPaneResizeHandleB {
  133. cursor: s-resize;
  134. }
  135. div.buxFloatingPane div.icdPaneResizeHandleBR {
  136. cursor: se-resize;
  137. }
  138. .buxFloatingPane .mm_iWidget,
  139. .buxFloatingPane .mm_Content {
  140. height: 100%;
  141. }
  142. .buxFloatingPane .v10 td.pb {
  143. padding: 1px;
  144. }
  145. .buxFloatingPane .dojoxFloatingPaneContent {
  146. background: transparent;
  147. width: auto;
  148. height: 100%;
  149. outline: none;
  150. }
  151. .buxWidgetFrame {
  152. width: 100%;
  153. table-layout: fixed;
  154. }
  155. div.dijitTitleNode {
  156. overflow: hidden;
  157. }
  158. .tundra .dojoxFloatingPaneTitle {
  159. padding: 0px 4px;
  160. white-space: normal;
  161. border: none;
  162. padding-top: 3px;
  163. padding-bottom: 3px;
  164. }
  165. /*Title is displayed but invisible*/
  166. .icdUI .buxWidgetTitleInnactive .dojoxFloatingPaneTitle {
  167. visibility: hidden;
  168. }
  169. /*Title is NOT displayed*/
  170. .icdUI .buxWidgetTitleNone .dojoxFloatingPaneTitle {
  171. display: none;
  172. }
  173. .buxGuidelineH {
  174. background-repeat: repeat-x;
  175. position: absolute;
  176. }
  177. .buxGuidelineV {
  178. background-repeat: repeat-y;
  179. position: absolute;
  180. }
  181. .buxDragAndDropError {
  182. padding-left: 36px;
  183. height: 32px;
  184. padding-top: 10px;
  185. background-repeat: no-repeat;
  186. background-position: left;
  187. font-size: 12pt;
  188. }
  189. .buxDragAndDropMiddle {
  190. width: 128px;
  191. height: 128px;
  192. background-repeat: no-repeat;
  193. background-position: 50% 50%;
  194. }
  195. .widget_loadContainerOuter {
  196. height: 100%;
  197. width: 100%;
  198. }
  199. .widget_loadContainer {
  200. vertical-align: middle;
  201. }
  202. .widget_loadContainerInsert {
  203. text-align: center;
  204. }
  205. /* Fixing scrollbars in widgets */
  206. .dojoxFloatingPaneContent {
  207. overflow: visible !important;
  208. }
  209. .dojoxFloatingPaneCanvas {
  210. overflow: auto !important;
  211. }
  212. .hiddenScrollBars .dojoxFloatingPaneCanvas {
  213. overflow: hidden !important;
  214. }
  215. .autoResizeScrollbars .dojoxFloatingPaneCanvas {
  216. overflow: visible !important;
  217. }
  218. /* hide element for iWidget configuration */
  219. .mm_Definition,
  220. .mm_ItemSet,
  221. .mm_ReceivedEvent,
  222. .mm_SourceEvent,
  223. .mm_Item,
  224. .mm_TargetEvent {
  225. display: none;
  226. }
  227. /* Viewer's toolbar container */
  228. td.mainViewerHeader3 {
  229. background-color: transparent !important;
  230. }
  231. .widget_load {
  232. height: 34px;
  233. background-position: left;
  234. background-repeat: no-repeat;
  235. padding-left: 34px;
  236. padding-top: 17px;
  237. vertical-align: middle;
  238. }
  239. .widgetDndBlanket {
  240. position: absolute;
  241. top: 0px;
  242. left: 0px;
  243. }
  244. .dj_ie .widgetDndBlanket {
  245. background-color: white;
  246. filter: alpha(opacity = 0);
  247. }
  248. /*skin section*/
  249. .bux-widget-overlap {
  250. position: absolute;
  251. background-color: <skinValue path="/uiSkin/uiElements/widget/background/color"/>; /* same as default background-color for canvas (or dropzone) */
  252. -moz-opacity: 0.9;
  253. opacity: 0.9;
  254. filter: alpha(opacity = 90);
  255. }
  256. .widget_resizerHandleHoriz {
  257. background-image: <skinValue path="/uiSkin/applicationElements/application[@name='bux']/body/images/image[@name='resizeHoriz']"/>;
  258. background-repeat: no-repeat;
  259. background-position: 0px -31px;
  260. }
  261. .widget_resizerHandleVert {
  262. background-repeat: no-repeat;
  263. background-image: <skinValue path="/uiSkin/applicationElements/application[@name='bux']/body/images/image[@name='resizeVert']"/>;
  264. background-position: -73px;
  265. }
  266. .icdUI .buxFloatingPane {
  267. -webkit-box-shadow: none;
  268. }
  269. .icdUI div.buxWidgetActive {
  270. -webkit-box-shadow: 0px 3px 6px <skinValue path="/uiSkin/uiElements/widget/boxShadow/color"/>;
  271. }
  272. .buxWidgetActive {
  273. -moz-box-shadow: 0 3px 6px <skinValue path="/uiSkin/uiElements/widget/boxShadow/color"/>;
  274. box-shadow: 0px 3px 6px <skinValue path="/uiSkin/uiElements/widget/boxShadow/color"/>;
  275. }
  276. .buxWidgetActive .wb-top,
  277. .buxWidgetHighlight .wb-top {
  278. border-top: 1px solid <skinValue path="/uiSkin/uiElements/widget/border/color"/>;
  279. }
  280. .buxWidgetActive .wb-left,
  281. .buxWidgetHighlight .wb-left {
  282. border-left: 1px solid <skinValue path="/uiSkin/uiElements/widget/border/color"/>;
  283. }
  284. .buxWidgetActive .wb-right,
  285. .buxWidgetHighlight .wb-right {
  286. border-right: 1px solid <skinValue path="/uiSkin/uiElements/widget/border/color"/>;
  287. }
  288. .buxWidgetActive .wb-bottom,
  289. .buxWidgetHighlight .wb-bottom {
  290. border-bottom: 1px solid <skinValue path="/uiSkin/uiElements/widget/border/color"/>;
  291. }
  292. .buxFloatingPaneMaximized .buxFloatingPaneCanvasMaximized {
  293. background: <skinValue path="/uiSkin/uiElements/body/background/color"/>;
  294. }
  295. /* Images */
  296. .buxGuidelineH {
  297. background-image: <skinValue path="/uiSkin/applicationElements/application[@name='bux']/body/images/image[@name='guidelineH']"/>;
  298. }
  299. .buxGuidelineV {
  300. background-image: <skinValue path="/uiSkin/applicationElements/application[@name='bux']/body/images/image[@name='guidelineV']"/>;
  301. }
  302. .buxDragAndDropError {
  303. background-image: <skinValue path="/uiSkin/applicationElements/application[@name='bux']/body/images/image[@name='dndErrors']"/>;
  304. }
  305. .buxDragAndDropMiddle-loading,
  306. .widget_load {
  307. background-image: <skinValue path="/uiSkin/applicationElements/application[@name='bux']/body/images/image[@name='loading']"/>;
  308. }
  309. /* -- A11Y -- */
  310. .dijit_a11y .buxGuidelineH {
  311. border-bottom: dashed 1px;
  312. }
  313. .dijit_a11y .buxGuidelineV {
  314. border-left: dashed 1px;
  315. }
  316. .dijit_a11y .widget_a11y_border {
  317. margin: 1px;
  318. }
  319. .dijit_a11y .buxWidgetActive .widget_a11y_border {
  320. margin: 1px;
  321. border: solid;
  322. }
  323. .dijit_a11y .buxWidgetHighlight .widget_a11y_border {
  324. border: dotted 2px;
  325. margin: 1px;
  326. }
  327. .dijit_a11y .widget_dnd_a11y_border,
  328. .dijit_a11y .buxWidgetInnactive .widget_a11y_border {
  329. border: none;
  330. }
  331. .dijit_a11y .buxWidgetTitleActive .dojoxFloatingPaneTitle {
  332. border: solid 1px;
  333. }
  334. .dijit_a11y .buxWidgetTitleHighlight .dojoxFloatingPaneTitle {
  335. border: dotted 2px;
  336. }
  337. .dijit_a11y .buxWidgetTitleInnactive .dojoxFloatingPaneTitle {
  338. border: dotted 1px;
  339. }
  340. /* grabbers */
  341. .dj_ie .dijit_a11y .buxWidgetActive .wb-bottom {
  342. border: solid 3px;
  343. margin-top: -7px;
  344. }
  345. .dijit_a11y .widget_b_grabber {
  346. margin-top: 2px;
  347. margin-bottom: -9px;
  348. }
  349. .dijit_a11y .widget_t_grabber {
  350. margin-top: -5px;
  351. margin-bottom: 3px;
  352. }
  353. .dijit_a11y .buxWidgetActive .widget_resizerHandleHoriz {
  354. border: solid 3px;
  355. height: 1px;
  356. }
  357. .dijit_a11y .buxWidgetActive .widget_resizerHandleVert {
  358. border: solid 3px;
  359. width: 1px;
  360. }
  361. .dijit_a11y .icdPaneResizeHandleR {
  362. margin-left: -1px;
  363. }
  364. .dijit_a11y .buxFloatingPane {
  365. padding: 5px;
  366. padding-right: 10px;
  367. padding-bottom: 10px;
  368. }
  369. /* corner grabbers*/
  370. /*This makes it easier to move the widget from the right side of it*/
  371. .dijit_a11y .buxWidgetActive .widget-corner {
  372. border: solid 5px;
  373. width: 6px;
  374. height: 6px;
  375. }
  376. .dijit_a11y .wc-BR {
  377. bottom: 0px;
  378. right: 0px;
  379. }
  380. .dijit_a11y .wc-BL {
  381. bottom: 0px;
  382. left: 0px;
  383. }
  384. .dijit_a11y .wc-TR {
  385. top: 0px;
  386. right: 0px;
  387. }
  388. .dijit_a11y .wc-TL {
  389. top: 0px;
  390. left: 0px;
  391. }
  392. .dj_ie .dijit_a11y .buxWidgetInnactive .widget-corner {
  393. display: none;
  394. }
  395. /*used to prevent the slider/checkbox properties dialog shows "No data items are available..." test propertly in HC mode (COGCQ00272646)*/
  396. .dijit_a11y .buxDialog .bux-widget-overlap {
  397. z-index: 1;
  398. }
  399. .dj_ie .dijit_a11y .widget-corner,
  400. .dj_ie .dijit_a11y .widget-border {
  401. display: none;
  402. }
  403. .dj_ie .dijit_a11y .buxWidgetActive .widget-corner,
  404. .dj_ie .dijit_a11y .buxWidgetActive .widget-border {
  405. display: block;
  406. }
  407. </css>