utilities.css 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /*
  2. *+------------------------------------------------------------------------+
  3. *| Licensed Materials - Property of IBM
  4. *| IBM Cognos Products: BUX
  5. *| (C) Copyright IBM Corp. 2009, 2022
  6. *|
  7. *| US Government Users Restricted Rights - Use, duplication or
  8. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *+------------------------------------------------------------------------+
  10. */
  11. /* This is a generated file, do not edit */
  12. /*layout section*/
  13. .bux-utilities-content {
  14. padding: 4px 4px;
  15. }
  16. .bux-utilities-desc {
  17. padding-left: 1em;
  18. }
  19. .bux-utilities-logo {
  20. padding: 2px 2px;
  21. }
  22. .bux-utilities-image-tile {
  23. visibility: hidden;
  24. }
  25. .dijit_a11y .bux-utilities-image-tile {
  26. visibility: visible;
  27. }
  28. .bux-utilities-iframe-blanket {
  29. background-color: transparent;
  30. position: absolute;
  31. border: none;
  32. }
  33. .bux-utilities-actionBtn-image-cursor {
  34. cursor: pointer;
  35. }
  36. /*Skin section*/
  37. .bux-utilities-title {
  38. font-weight: bold;
  39. color: #00649d;
  40. }
  41. .bux-utilities-time {
  42. padding-left: 1em;
  43. font-size: 0.9em;
  44. color: #777777;
  45. }
  46. .bux-utilities-alternate {
  47. background-color: none;
  48. background-image: -moz-linear-gradient(top, #c5dcf2 0%, #ebf5fe 100%);
  49. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5dcf2), color-stop(100%,#ebf5fe));
  50. background-image: -webkit-linear-gradient(top, #c5dcf2 0%, #ebf5fe 100%);
  51. background-image: -o-linear-gradient(top, #c5dcf2 0%, #ebf5fe 100%);
  52. background-image: -ms-linear-gradient(top, #c5dcf2 0%, #ebf5fe 100%);
  53. background-image: linear-gradient(to bottom, #c5dcf2 0%, #ebf5fe 100%);
  54. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5dcf2', endColorstr='#ebf5fe',GradientType=0 );
  55. zoom: 1;
  56. }
  57. .bux-utilities-categories {
  58. padding-left: 1em;
  59. font-weight: bold;
  60. }