mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-17 01:32:50 +09:00
init the awkward code
This commit is contained in:
36
static/html/jspaint/styles/print.css
Normal file
36
static/html/jspaint/styles/print.css
Normal file
@@ -0,0 +1,36 @@
|
||||
|
||||
html, body, .jspaint {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.canvas-area,
|
||||
.main-canvas {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
max-width: 100%;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.window,
|
||||
.canvas-area .handle,
|
||||
.status-area,
|
||||
.menus,
|
||||
.component-area,
|
||||
.selection,
|
||||
.textbox,
|
||||
button,
|
||||
.hover-halo,
|
||||
.dwell-indicator {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
* {
|
||||
background: transparent !important;
|
||||
}
|
||||
Reference in New Issue
Block a user