QSReport.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. @charset "UTF-8";
  2. /*
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: Viewer
  5. (C) Copyright IBM Corp. 2001, 2011
  6. US Government Users Restricted Rights - Use, duplication or
  7. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  8. */
  9. /* The following imported css file is to shrink down the text on the screen to 'normal' size. It also
  10. contains classes and IDs that are common between QSReport.css and RVReport.css
  11. */
  12. @import url(QSRVCommon.css);
  13. /*
  14. The following classes are used by the context menu in QueryStudio.
  15. */
  16. DIV.menuItem,
  17. DIV.menuLink
  18. {
  19. font-family: Tahoma, arial, geneva, helvetica, sans-serif;
  20. font-weight: normal;
  21. font-size: 70%;
  22. color: #0000CC;
  23. }
  24. DIV.menuLink
  25. {
  26. text-decoration: underline;
  27. }
  28. .contextMenuItem,
  29. .contextMenuItemOver
  30. {
  31. font-family: Tahoma, arial, geneva, helvetica, sans-serif;
  32. font-size: 70%;
  33. color: #0000CC;
  34. text-decoration: underline;
  35. padding: 2px 15px 2px 5px;
  36. }
  37. .contextMenuItemOver
  38. {
  39. cursor: pointer;
  40. cursor: hand;
  41. background-color:#CCCCEE;
  42. }
  43. .contextMenuBox
  44. {
  45. background-color:#FFFFFF;
  46. border: 1px solid #0000CC;
  47. }
  48. /*
  49. Styles for report titles and subtitles.
  50. Needed because there are links in QueryStudio.
  51. */
  52. .filterSubtitleStyle
  53. {
  54. color: #0000CC;
  55. text-decoration: underline;
  56. cursor: pointer;
  57. cursor: hand;
  58. }
  59. .tt,
  60. .st
  61. {
  62. cursor: pointer;
  63. cursor: hand;
  64. }
  65. #busyIndicator
  66. {
  67. cursor: default;
  68. top:0px;
  69. left:0px;
  70. width:100%;
  71. height:100%;
  72. z-index:50;
  73. }
  74. .pf
  75. {
  76. font-weight: normal;
  77. color: #000000;
  78. }
  79. .reportBody
  80. {
  81. background-color: #FFFFFF;
  82. }
  83. #reportFrame
  84. {
  85. vertical-align: top;
  86. }
  87. .startPageText
  88. {
  89. font-weight: normal;
  90. font-size: 70%;
  91. color: #000000;
  92. }
  93. .startPageTextOver
  94. {
  95. font-weight: normal;
  96. font-size: 70%;
  97. color: #666699;
  98. }
  99. .startPageTable
  100. {
  101. margin-top: 7px;
  102. border-collapse: collapse;
  103. width: 66%;
  104. height: 25%;
  105. }
  106. .startPageListColumnTitle
  107. {
  108. padding: 3px 5px;
  109. border: 1px solid #93B1CD;
  110. line-break: strict;
  111. background-color: #BFD2E2;
  112. }
  113. .startPageListColumnTitleOver
  114. {
  115. padding: 3px 5px;
  116. border: 1px solid #93B1CD;
  117. line-break: strict;
  118. background-color: #000000;
  119. }
  120. .startPageListColumn
  121. {
  122. padding: 3px 5px;
  123. border-color: #93B1CD;
  124. border-width: 0px 1px 1px;
  125. border-style: dashed;
  126. line-break: strict;
  127. background-color: none;
  128. }
  129. .startPageListColumnOver
  130. {
  131. padding: 3px 5px;
  132. border-color: #93B1CD;
  133. border-width: 0px 1px 1px;
  134. border-style: dashed;
  135. line-break: strict;
  136. background-color: #9999CC;
  137. }
  138. .onDragOver
  139. {
  140. background-color: #9999CC;
  141. }
  142. .clsCaretInsert
  143. {
  144. padding: 2px;
  145. border: 1px solid #999999;
  146. background-color: white;
  147. }