QSReport.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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. .reportSubtitleStyle
  61. {
  62. color: #336699;
  63. }
  64. .filterSubtitleStyle
  65. {
  66. color: #336699;
  67. text-decoration: underline;
  68. cursor: pointer;
  69. cursor: hand;
  70. }
  71. .tt,
  72. .st
  73. {
  74. cursor: pointer;
  75. cursor: hand;
  76. }
  77. #busyIndicator
  78. {
  79. cursor: default;
  80. top:0px;
  81. left:0px;
  82. width:100%;
  83. height:100%;
  84. z-index:50;
  85. }
  86. .pf
  87. {
  88. font-weight: normal;
  89. color: #000000;
  90. }
  91. .reportBody
  92. {
  93. background-color: #FFFFFF;
  94. }
  95. #reportFrame
  96. {
  97. vertical-align: top;
  98. }
  99. .startPageText
  100. {
  101. font-weight: normal;
  102. font-size: 70%;
  103. color: #FFFFFF;
  104. }
  105. .startPageTextOver
  106. {
  107. font-weight: normal;
  108. font-size: 70%;
  109. color: #FFFFFF;
  110. }
  111. .startPageTable
  112. {
  113. margin-top: 7px;
  114. border-collapse: collapse;
  115. width: 66%;
  116. height: 25%;
  117. }
  118. .startPageListColumnTitle
  119. {
  120. padding: 3px 5px;
  121. border: 1px solid #092978;
  122. line-break: strict;
  123. background-color: #092978;
  124. color: #ffffff;
  125. }
  126. .startPageListColumnTitleOver
  127. {
  128. padding: 3px 5px;
  129. border: 1px solid #666699;
  130. line-break: strict;
  131. background-color: #000000;
  132. color: #ffffff;
  133. }
  134. .startPageListColumn
  135. {
  136. padding: 3px 5px;
  137. border-color: #666666;
  138. border-width: 0px 1px 1px;
  139. border-style: dashed;
  140. line-break: strict;
  141. background-color: #c3d1df;
  142. }
  143. .startPageListColumnOver
  144. {
  145. padding: 3px 5px;
  146. border-color: #666666;
  147. border-width: 0px 1px 1px;
  148. border-style: dashed;
  149. line-break: strict;
  150. background-color: #336699;
  151. color: #ffffff;
  152. }
  153. .onDragOver
  154. {
  155. background-color: #336699;
  156. color: #ffffff;
  157. }
  158. .clsCaretInsert
  159. {
  160. padding: 2px;
  161. border: 1px solid #999999;
  162. background-color: white;
  163. }
  164. .lt
  165. {
  166. color: white;
  167. background-color: #092978 !important;
  168. }