QSReport.css 2.7 KB

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