rsViewer.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /*
  2. *+------------------------------------------------------------------------+
  3. *| Licensed Materials - Property of IBM
  4. *| IBM Cognos Products: Viewer
  5. *| (C) Copyright IBM Corp. 2014
  6. *|
  7. *| US Government Users Restricted Rights - Use, duplication or
  8. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *|
  10. *+------------------------------------------------------------------------+
  11. */
  12. @charset "UTF-8";body, textarea, input, select{font-family: Tahoma, arial, geneva, helvetica, sans-serif;}
  13. @media print{.topRow{ display: none }
  14. .pageControls{ display: none }
  15. .RVContent{ overflow: visible }
  16. .RVReport{ position: static; }
  17. .viewer{ overflow : visible !important; }
  18. .mainViewerTD{ height : auto !important; }
  19. .mainViewerTable{ height : auto !important; }
  20. }
  21. html.viewer{height: 100%;}
  22. body.viewer{height: 100%;margin: 0px;}
  23. .formWarpRequest{margin: 0px;height: 100%;}
  24. body > form > .mainViewerTable{border-spacing : 0;border : 0px;height : 100%;width : 100%;padding : 0px;table-layout : fixed;}
  25. .mainViewerTable{border-spacing : 0;border : 0px;height : 100%;width : 100%;padding : 0px;}
  26. .mainViewerTD{height : 100%;width : 100%;padding : 0px;}
  27. .RVContent{overflow: auto;left : 0px;top : 0px;width : 100%;height : 100%;border : 0px;position : relative;}
  28. .RVReport{position: absolute;width : 100%;height : 100%;}
  29. .RVContentFragment{width : 100%;height : 100%;border : 0px;}
  30. .RVReportFragment{width : 100%;height : 100%;}
  31. .viewerNavigation{width : 100%;display : none;height : 16px;padding : 0px;}
  32. .RVReport a{text-decoration: underline;}
  33. .dl{text-decoration: underline;cursor: pointer !important;}
  34. .viewerWorkingDialog{border : 1px solid #000000;border-spacing : 0;box-shadow : 1px 1px 2px #999999;font-size : 70%;}
  35. .workingDialogDiv{width :350px;}
  36. .workingDialogInnerTable{border-spacing : 0;padding : 0px;width : 300px;border : 0px;text-align : left;padding-top : 5px;padding-bottom : 5px;}
  37. .workingDialogLinks{border-width : 1px 0px 1px 0px;border-style : solid;border-color : black;}
  38. .workingDialogOptions{padding-top : 3px;padding-left :10px;padding-bottom : 10px;display : none;}
  39. .workingDialogCancelButton{padding-right : 10px;padding-left : 10px;padding-top : 2px;padding-bottom : 3px;}
  40. .aboutOkButton{border : 1px solid #999999;cursor : pointer;fontWeight : normal;padding : 7px 0px 7px 0px;position : absolute;tabIndex : 0;font-size : 80%;bottom : 40px;left : 20px;}
  41. .rtl .aboutOkButton{right : 20px;}
  42. .ct_verticalLine{border-top : 1px solid #B5BCC7;display : block;position : absolute;z-index : 2;width : 40000px;left : 0px;}
  43. .ct_controlBottom .ct_verticalLine{top: 0px;}
  44. .ct_controlTop .ct_verticalLine{bottom: 0px;}
  45. .ct_wrapperDiv{overflow : hidden;width : 100%;position : relative;z-index : 1;}
  46. .ct_controlBottom .ct_wrapperDiv{padding-top : 2px;}
  47. .ct_controlTop .ct_wrapperDiv{margin-bottom : 2px;}
  48. .ct_control{background-color : #F5F5F5;overflow : hidden;text-align : left;display: block;width : 40000px;position : absolute;}
  49. .ct_controlTop .ct_control{padding-top: 1px;}
  50. .ct_controlBottom .ct_control{padding-bottom: 3px;}
  51. .ct_control .ct_outerDiv{float : left;min-width : 75px;margin-right : 1px;cursor : pointer;white-space : nowrap;background-color : #FFFFFF;border : 1px solid #B5BCC7;position : relative;display : block;}
  52. .ct_controlBottom .ct_control .ct_outerDiv{border-radius : 0 0 2px 2px;margin-bottom : 1px;margin-top : -1px;}
  53. .ct_controlTop .ct_control .ct_outerDiv{border-radius : 2px 2px 0 0;margin-top : 1px;margin-bottom : -1px;}
  54. .ct_controlBottom .ct_control .ct_highlight{border-bottom-width : 2px;border-bottom-color : #008ABF;border-radius : 0 0 3px 3px;margin-bottom : 0px;}
  55. .ct_controlTop .ct_control .ct_highlight{border-top-width : 2px;border-top-color : #008ABF;border-radius : 3px 3px 0 0;margin-top : 0px;}
  56. .ct_controlBottom .ct_control .ct_selected{z-index : 30;border-top : 1px solid #FFFFFF;}
  57. .ct_controlTop .ct_control .ct_selected{z-index : 3;border-bottom : 1px solid #FFFFFF;}
  58. .ct_control .ct_content{text-align : center;margin : 3px 6px 7px;}
  59. .ct_control .ct_text{min-height : 15px;vertical-align : middle;text-align : center;color : #444444;font-size : 12px;font-family : Arial,Verdana,'Arial Unicode MS','Andale WT','MS UI Gothic','MS PGothic','Apple Gothic',Gulim,SimSun,PMingLiU,Raghu8,sans-serif !important;}
  60. .ct_scroll{width : 20px;position : absolute;z-index : 100;display : block;background-color : #F5F5F5;}
  61. .ct_scroll .ct_scrollButton{background-repeat : no-repeat;background-position : center;border : 1px solid #B5BCC7;z-index : 101;height : 100%;}
  62. .ct_controlBottom .ct_scroll{top : 4px;border-bottom : 2px solid #FFFFFF;}
  63. .ct_controlTop .ct_scroll{top : 0px;border-top : 2px solid #FFFFFF;}
  64. .ct_scroll .ct_scrollDisabled .ct_scrollButton{background-color: #F5F5F5;}
  65. .ct_scroll .ct_scrollEnabled .ct_scrollButton{background-color: #E5F2FE;}
  66. .ct_wrapperDiv .a11y .ct_scrollDisabled .ct_scrollButton{text-align : center;vertical-align : middle;opacity : 0.5;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
  67. .ct_wrapperDiv .a11y .ct_scrollEnabled .ct_scrollButton{text-align : center;vertical-align : middle;}
  68. .ct_wrapperDiv .ct_left .ct_scrollDisabled .ct_scrollButton{background-image:url(../../../skins/corporate/shared/images/action_scroll_left_disabled.gif);}
  69. .ct_wrapperDiv .ct_left .ct_scrollEnabled .ct_scrollButton{background-image:url(../../../skins/corporate/shared/images/action_scroll_left.gif);}
  70. .ct_wrapperDiv .ct_right .ct_scrollDisabled .ct_scrollButton{background-image:url(../../../skins/corporate/shared/images/action_scroll_right_disabled.gif);}
  71. .ct_wrapperDiv .ct_right .ct_scrollEnabled .ct_scrollButton{background-image:url(../../../skins/corporate/shared/images/action_scroll_right.gif);}