QSRVCommon.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. /* The classes in this file are common between QSReport.css and RVReport.css and have
  9. been removed from those css files and put into this file. */
  10. /* The following two classes are for cursor change when drilling down on a chart */
  11. .drillCursor
  12. {
  13. cursor: url("../skins/presentation/viewer/images/actin_drill_down.cur");
  14. }
  15. .drillUpCursor
  16. {
  17. cursor: url("../skins/corporate/viewer/images/action_drill_up.cur");
  18. }
  19. .drillThroughCursor
  20. {
  21. cursor:hand;
  22. }
  23. .noDrillCursor
  24. {
  25. cursor:default;
  26. }
  27. /* The following class is used by the waiting screen (when the report is loading) */
  28. .busyUpdatingStr
  29. {
  30. padding-right:5px;
  31. line-height:15px;
  32. color: #000000;
  33. vertical-align:middle;
  34. }
  35. .busyBody
  36. {
  37. font-family: Tahoma, arial, geneva, helvetica, sans-serif;
  38. background-color: #FFFFFF;
  39. color: #000000;
  40. }
  41. /* Pointer selectors */
  42. /*List styles*/
  43. .ls > .textItem,
  44. .lt > .textItem,
  45. .lc > .textItem,
  46. .lm > .textItem,
  47. .lh > .textItem,
  48. .lf > .textItem,
  49. .ih > .textItem,
  50. .if > .textItem,
  51. .is > .textItem,
  52. .oh > .textItem,
  53. .of > .textItem,
  54. .os > .textItem,
  55. /* Section styles */
  56. .sc > .textItem,
  57. .sb > .textItem,
  58. .sh > .textItem,
  59. .sf > .textItem,
  60. .ss > .textItem,
  61. /* Crosstab styles */
  62. .xt > .textItem,
  63. .xm > .textItem,
  64. .ml > .textItem,
  65. .mv > .textItem,
  66. .cl > .textItem,
  67. .cv > .textItem,
  68. .sl > .textItem,
  69. .sv > .textItem,
  70. .hl > .textItem,
  71. .hv > .textItem,
  72. .nl > .textItem,
  73. .nv > .textItem,
  74. .xl > .textItem,
  75. .xv > .textItem,
  76. .il > .textItem,
  77. .iv > .textItem,
  78. .ol > .textItem,
  79. .ov > .textItem,
  80. .dm > .textItem
  81. {
  82. cursor: default;
  83. }
  84. /* accessibility styles */
  85. .skip a {
  86. position: absolute;
  87. overflow: hidden;
  88. width: 0;
  89. height: 0;
  90. }