QSReport.css 2.8 KB

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