diff Applications/StoneWebViewer/Resources/Styles/_print.scss @ 1538:d1806b4e4839

moving OrthancStone/Samples/ as Applications/Samples/
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2020 13:24:38 +0200
parents StoneWebViewer/Resources/Styles/_print.scss@fb74ed5d8c22
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Applications/StoneWebViewer/Resources/Styles/_print.scss	Tue Aug 11 13:24:38 2020 +0200
@@ -0,0 +1,56 @@
+.wvPrintExclude{
+    display:none;
+}
+
+.wvPrintFullPage{
+    width: 100% !important;
+    height: 100% !important;
+    position: absolute !important;
+    top: 0 !important;
+    left: 0 !important;
+    display:block !important;
+}
+
+.wvLayout__main{
+    top: 0 !important;
+    right: 0 !important;
+    left: 0 !important;
+    bottom: 0 !important;
+}
+
+.wvPrintViewer{
+    width: 100%;
+    height:100%;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+}
+
+.wvPrintViewer canvas{
+    max-width: 100% !important;
+    max-height: 100% !important;
+    margin:auto;
+}
+
+.wv-overlay-topleft, .wv-overlay-topright, .wv-overlay-bottomright, .wv-overlay-bottomleft{
+    &, & * {
+        background-color: black !important;
+        -webkit-print-color-adjust: exact !important; 
+        color-adjust: exact !important;
+        color: orange !important;
+    }
+}
+.tooltip{
+    display: none !important;
+}
+body{
+    margin: 0;
+    padding: 0;
+    position: relative;
+    &, *{
+        background-color: black !important;
+        -webkit-print-color-adjust: exact !important; 
+    }
+    width: 8.5in;
+    height: 11in;
+}
\ No newline at end of file