comparison 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
comparison
equal deleted inserted replaced
1537:de8cf5859e84 1538:d1806b4e4839
1 .wvPrintExclude{
2 display:none;
3 }
4
5 .wvPrintFullPage{
6 width: 100% !important;
7 height: 100% !important;
8 position: absolute !important;
9 top: 0 !important;
10 left: 0 !important;
11 display:block !important;
12 }
13
14 .wvLayout__main{
15 top: 0 !important;
16 right: 0 !important;
17 left: 0 !important;
18 bottom: 0 !important;
19 }
20
21 .wvPrintViewer{
22 width: 100%;
23 height:100%;
24 display: flex;
25 align-items: center;
26 justify-content: center;
27 }
28
29 .wvPrintViewer canvas{
30 max-width: 100% !important;
31 max-height: 100% !important;
32 margin:auto;
33 }
34
35 .wv-overlay-topleft, .wv-overlay-topright, .wv-overlay-bottomright, .wv-overlay-bottomleft{
36 &, & * {
37 background-color: black !important;
38 -webkit-print-color-adjust: exact !important;
39 color-adjust: exact !important;
40 color: orange !important;
41 }
42 }
43 .tooltip{
44 display: none !important;
45 }
46 body{
47 margin: 0;
48 padding: 0;
49 position: relative;
50 &, *{
51 background-color: black !important;
52 -webkit-print-color-adjust: exact !important;
53 }
54 width: 8.5in;
55 height: 11in;
56 }