busview.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. /****************************************************************
  2. ** Licensed Materials - Property of IBM
  3. **
  4. ** IBM Cognos Products: mdsrv
  5. **
  6. ** (C) Copyright IBM Corp. 2008, 2015
  7. **
  8. ** US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *****************************************************************/
  10. /***********************************************************************************************
  11. // Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  12. // Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  13. ***********************************************************************************************/
  14. /** Root table. */
  15. .businessViewRootTable {
  16. border:none;
  17. width:100%;
  18. font-family: Tahoma, 'Arial Unicode MS', 'Andale WT', Arial, 'MS UI Gothic', Gulim, SimSun, PMingLiU, Raghu8, sans-serif;
  19. }
  20. /** Secondary grouping table. */
  21. .groupingTables {
  22. border:solid 1px white;
  23. width:100%;
  24. }
  25. /** Nested tables. */
  26. .nestingTable{
  27. width:100%;
  28. }
  29. /** Compound property cells [objects with more then a simple value */
  30. .dataCell {
  31. vertical-align:top;
  32. font-size: 70%;
  33. color:#000000;
  34. padding: 3px 5px;
  35. }
  36. /** Secondary headers. */
  37. .header2 {
  38. vertical-align:top;
  39. background-color:#eeeeee;
  40. font-size: 70%;
  41. color:#000000;
  42. font-weight: bold;
  43. padding: 3px 5px;
  44. }
  45. /** Class for TD used to display image for FM type. */
  46. .fmicon {
  47. width:16px;
  48. height:16px;
  49. }
  50. .fmicon img {
  51. width:16px;
  52. height:16px;
  53. }
  54. .itemHeaderFirst {
  55. width:150px;
  56. vertical-align:top;
  57. background-color:#eeeeee;
  58. font-size: 70%;
  59. color:#000000;
  60. font-weight: bold;
  61. padding: 3px 5px;
  62. border-right:2px solid white;
  63. }
  64. /** Secondary headerss, which are the last secondary header in their groups. */
  65. .itemHeader{
  66. width:150px;
  67. vertical-align:top;
  68. background-color:#eeeeee;
  69. font-size: 70%;
  70. color:#000000;
  71. font-weight: bold;
  72. padding: 3px 5px;
  73. border-top:2px solid white;
  74. border-right:2px solid white;
  75. }
  76. /** Third headers. */
  77. .header3 {
  78. width:40%;
  79. vertical-align:top;
  80. }
  81. /* Default Font for the Report */
  82. /* --------------------------- */
  83. .pg /* page */,
  84. .pp /* prompt page */
  85. {
  86. font-family: Tahoma, 'Arial Unicode MS', 'Andale WT', Arial, 'MS UI Gothic', Gulim, SimSun, PMingLiU, Raghu8, sans-serif;
  87. }
  88. /*
  89. A bug in IE prevents TABLE elements from properly inheriting text properties.
  90. These properties include color, font-size, font-weight, font-style,
  91. font-variant, text-decoration, text-transform, letter-spacing, and line-height.
  92. All of the text properties of TABLE elements, except font-family, are inherited
  93. from the BODY element otherwise setting these on the page would be enough.
  94. */
  95. .pg /* page */,
  96. .pp /* prompt page */,
  97. .tb /* table */,
  98. .rt /* repeaterTable */,
  99. .sc /* section list */,
  100. .ls /* list */,
  101. .xt /* crosstab */
  102. {
  103. color: #000000;
  104. }
  105. .pg /* page */,
  106. .pp /* prompt page */,
  107. .tb /* table */,
  108. .rt /* repeaterTable */,
  109. .sc /* section list */
  110. {
  111. font-size: 10pt;
  112. }
  113. /* Page Styles */
  114. /* ----------- */
  115. .pg /* page */
  116. {
  117. width: 100%;
  118. height: 100%;
  119. }
  120. .pb /* page body */
  121. {
  122. height: 100%;
  123. vertical-align: top;
  124. padding: 3px 5px;
  125. }
  126. .ph /* page header */,
  127. .pf /* page footer */
  128. {
  129. vertical-align: top;
  130. padding: 3px 5px;
  131. }
  132. /* Title Styles */
  133. /* ----------- */
  134. .ta /* report title area (container of the report title text) */
  135. {
  136. font-size: 14pt;
  137. font-weight: bold;
  138. color: #325c88;
  139. text-align: left;
  140. padding: 3px 5px;
  141. }
  142. .tt /* report title text */
  143. {
  144. text-decoration: underline;
  145. }
  146. .ts /* subtitle area */
  147. {
  148. font-size: 10pt;
  149. color: #325c88;
  150. text-align: left;
  151. padding: 3px 5px;
  152. font-weight: bold;
  153. border:solid 1px grey;
  154. }
  155. caption {
  156. font-family: Tahoma,'Arial Unicode MS','Andale WT',Arial,'MS UI Gothic',Gulim,SimSun,PMingLiU,Raghu8,sans-serif;
  157. font-weight: bold;
  158. }
  159. .businessViewRootTable {
  160. table-layout:fixed;
  161. }
  162. #NormalOrDetailedViewCell {
  163. font-size: 10pt;
  164. }
  165. .textGraphLink {
  166. font-size: 70%;
  167. }
  168. .referencesList {
  169. list-style-type = "none";
  170. }
  171. #tableOfContents {
  172. border: 1px solid #325C88;
  173. font-size: 70%;
  174. font-weight: normal;
  175. margin-bottom: 5px;
  176. margin-top: 5px;
  177. padding-bottom: 5px;
  178. padding-top: 5px;
  179. width: 40%;
  180. }