V5_standard.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rsvp
  4. (C) Copyright IBM Corp. 2005, 2017
  5. US Government Users Restricted Rights - Use, duplication or disclosure
  6. restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. /* COPYRIGHT_DATA { 'YEAR':[2011, 2010, 2005, 2009], 'RELEASE':['colorado_wave1', 'colorado_wave2'], 'VISIBLE':'YES', 'COMPONENT':'rsvp' }*/
  9. /*All lines above the COPYRIGHT_DATA line will be replaced when copyright notices are generated. */
  10. html,body {
  11. height:100%;
  12. -webkit-overflow-scrolling: touch;
  13. }
  14. body {
  15. overflow:auto;
  16. margin:0;
  17. }
  18. table
  19. {
  20. empty-cells: hide;
  21. }
  22. .ls, .sc, .xt, .rt, .tb, .ccb {
  23. font-style:normal;
  24. font-variant:normal;
  25. font-weight:normal;
  26. font-size:medium;
  27. word-spacing:normal;
  28. letter-spacing:normal;
  29. text-decoration:none none none;
  30. text-transform:none;
  31. text-align:start;
  32. text-indent:0;
  33. line-height:normal;
  34. white-space:normal;
  35. word-wrap:initial;
  36. color:black;
  37. }
  38. .ls[dir="ltr"], .sc[dir="ltr"], .xt[dir="ltr"], .rt[dir="ltr"], .tb[dir="ltr"], .ccb[dir="ltr"]
  39. {
  40. text-align:left;
  41. }
  42. .ls[dir="rtl"], .sc[dir="rtl"], .xt[dir="rtl"], .rt[dir="rtl"], .tb[dir="rtl"], .ccb[dir="rtl"]
  43. {
  44. text-align:right;
  45. }
  46. .pg *,
  47. .pp *
  48. {
  49. -moz-box-sizing: border-box;
  50. -webkit-box-sizing: border-box;
  51. box-sizing:border-box;
  52. }
  53. IMG
  54. {
  55. -moz-box-sizing: content-box !important;
  56. -webkit-box-sizing: content-box !important;
  57. box-sizing:content-box !important;
  58. }
  59. .q-div {
  60. }
  61. .q-table {
  62. border-spacing:0px;
  63. border-collapse:collapse;
  64. display:inline-table;
  65. line-height:normal;
  66. }
  67. .q-td {
  68. padding:0px;
  69. }