QSRVCommon.css 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /****************************************************************
  2. ** Licensed Materials - Property of IBM
  3. **
  4. ** BI and PM: qs
  5. **
  6. ** (C) Copyright IBM Corp. 2001, 2017
  7. **
  8. ** US Government Users Restricted Rights - Use, duplication or
  9. ** disclosure restricted by GSA ADP Schedule Contract with
  10. ** IBM Corp.
  11. *****************************************************************/
  12. /*
  13. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  14. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  15. */
  16. /* The classes in this file are common between QSReport.css and RVReport.css and have
  17. been removed from those css files and put into this file. */
  18. /* The following two classes are for cursor change when drilling down on a chart */
  19. .drillCursor
  20. {
  21. cursor: url("../skins/presentation/viewer/images/actin_drill_down.cur");
  22. }
  23. .drillThroughCursor
  24. {
  25. cursor:hand;
  26. }
  27. .noDrillCursor
  28. {
  29. cursor:default;
  30. }
  31. /* The following class is used by the waiting screen (when the report is loading) */
  32. .busyUpdatingStr
  33. {
  34. font-size: 70%;
  35. padding-right:5px;
  36. line-height:15px;
  37. color: #000000;
  38. vertical-align:middle;
  39. }
  40. .busyBody
  41. {
  42. font-family: Tahoma, arial, geneva, helvetica, sans-serif;
  43. background-color: #FFFFFF;
  44. color: #000000;
  45. }
  46. /* Pointer selectors */
  47. /*List styles*/
  48. .ls > .textItem,
  49. .lt > .textItem,
  50. .lc > .textItem,
  51. .lm > .textItem,
  52. .lh > .textItem,
  53. .lf > .textItem,
  54. .ih > .textItem,
  55. .if > .textItem,
  56. .is > .textItem,
  57. .oh > .textItem,
  58. .of > .textItem,
  59. .os > .textItem,
  60. /* Section styles */
  61. .sc > .textItem,
  62. .sb > .textItem,
  63. .sh > .textItem,
  64. .sf > .textItem,
  65. .ss > .textItem,
  66. /* Crosstab styles */
  67. .xt > .textItem,
  68. .xm > .textItem,
  69. .ml > .textItem,
  70. .mv > .textItem,
  71. .cl > .textItem,
  72. .cv > .textItem,
  73. .sl > .textItem,
  74. .sv > .textItem,
  75. .hl > .textItem,
  76. .hv > .textItem,
  77. .nl > .textItem,
  78. .nv > .textItem,
  79. .xl > .textItem,
  80. .xv > .textItem,
  81. .il > .textItem,
  82. .iv > .textItem,
  83. .ol > .textItem,
  84. .ov > .textItem,
  85. .dm > .textItem
  86. {
  87. cursor: default;
  88. }