RVReport.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. body, textarea, input, select
  22. {
  23. font-family: Tahoma, arial, geneva, helvetica, sans-serif;
  24. }
  25. /* uses MS UI Gothic first which renders the Japanese Yen sign correctly
  26. body, textarea, input , select
  27. {
  28. font-family: 'MS UI Gothic', Tahoma, arial, geneva, helvetica, sans-serif;
  29. }
  30. */
  31. @media print {
  32. .topRow { display: none }
  33. .pageControls { display: none }
  34. .RVContent { overflow: visible }
  35. #RVContent { position: static; }
  36. }
  37. @media screen {
  38. .RVContent { overflow: auto }
  39. #RVContent { position: absolute; }
  40. }