2016-07-07 18:54:16 -07:00
|
|
|
// Copyright 2016 Documize Inc. <legal@documize.com>. All rights reserved.
|
|
|
|
//
|
|
|
|
// This software (Documize Community Edition) is licensed under
|
|
|
|
// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html
|
|
|
|
//
|
|
|
|
// You can operate outside the AGPL restrictions by purchasing
|
|
|
|
// Documize Enterprise Edition and obtaining a commercial license
|
|
|
|
// by contacting <sales@documize.com>.
|
|
|
|
//
|
|
|
|
// https://documize.com
|
|
|
|
@media print {
|
2017-04-03 16:34:42 +01:00
|
|
|
@page {
|
|
|
|
size: 8.5in 11in;
|
|
|
|
margin: 20mm;
|
|
|
|
|
|
|
|
@top-right {
|
|
|
|
font-size: 12px;
|
|
|
|
content: string(doctitle);
|
|
|
|
color: $color-off-black;
|
|
|
|
}
|
|
|
|
|
|
|
|
@bottom-left {
|
|
|
|
font-size: 12px;
|
|
|
|
content: 'Exported from Documize';
|
|
|
|
color: $color-off-black;
|
|
|
|
}
|
|
|
|
|
|
|
|
@bottom-right {
|
|
|
|
content: counter(page);
|
|
|
|
font-size: 12px;
|
|
|
|
color: $color-off-black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
background-color: transparent !important;
|
|
|
|
max-width: none !important;
|
|
|
|
float: none !important;
|
|
|
|
position: relative !important;
|
|
|
|
height: initial !important;
|
|
|
|
min-height: initial !important;
|
|
|
|
}
|
|
|
|
|
2016-11-05 14:53:44 -07:00
|
|
|
.non-printable,
|
2017-04-10 17:21:13 +01:00
|
|
|
.dropdown-dialog,
|
|
|
|
.dropdown-menu,
|
2016-11-05 14:53:44 -07:00
|
|
|
.zone-navigation,
|
2017-03-07 20:25:13 +00:00
|
|
|
#sidebar-wrapper,
|
2017-04-03 16:34:42 +01:00
|
|
|
.sidebar-wrapper,
|
|
|
|
.sidebar-common,
|
|
|
|
.sidebar-panel,
|
2017-03-07 20:25:13 +00:00
|
|
|
.edit-document-heading,
|
|
|
|
.back-to-space,
|
|
|
|
.start-section,
|
2017-04-03 16:34:42 +01:00
|
|
|
.start-button,
|
2017-09-21 15:48:00 +01:00
|
|
|
.is-a-tab,
|
2017-03-07 20:25:13 +00:00
|
|
|
.new-section-wizard {
|
2017-04-03 16:34:42 +01:00
|
|
|
float: none !important;
|
2016-07-07 18:54:16 -07:00
|
|
|
display: none !important;
|
2017-03-07 20:25:13 +00:00
|
|
|
margin: 0 !important;
|
2017-04-03 16:34:42 +01:00
|
|
|
padding: 0 !important;
|
|
|
|
width: 0 !important;
|
|
|
|
z-index: 0 !important;
|
2016-11-20 19:55:52 -08:00
|
|
|
}
|
|
|
|
|
2017-03-07 20:25:13 +00:00
|
|
|
.non-printable-message,
|
|
|
|
.print-title {
|
|
|
|
display: block !important;
|
2016-07-07 18:54:16 -07:00
|
|
|
}
|
2016-11-20 19:55:52 -08:00
|
|
|
|
2017-04-03 16:34:42 +01:00
|
|
|
#wrapper {
|
2016-11-20 19:55:52 -08:00
|
|
|
padding: 0 !important;
|
|
|
|
margin: 0 !important;
|
2017-04-03 16:34:42 +01:00
|
|
|
position: relative !important;
|
|
|
|
box-shadow: initial !important;
|
|
|
|
border-radius: initial !important;
|
|
|
|
float: none !important;
|
|
|
|
overflow-x: initial !important;
|
|
|
|
padding-left: 0 !important;
|
|
|
|
|
|
|
|
.page-container {
|
|
|
|
padding: 0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
position: initial !important;
|
|
|
|
box-shadow: initial !important;
|
|
|
|
border-radius: initial !important;
|
|
|
|
width: initial !important;
|
|
|
|
max-width: initial !important;
|
|
|
|
float: initial !important;
|
|
|
|
overflow-x: initial !important;
|
|
|
|
|
|
|
|
#page-content-wrapper {
|
|
|
|
padding: 0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
position: initial !important;
|
|
|
|
box-shadow: initial !important;
|
|
|
|
border-radius: initial !important;
|
|
|
|
width: initial !important;
|
|
|
|
max-width: initial !important;
|
|
|
|
float: initial !important;
|
|
|
|
overflow-x: initial !important;
|
|
|
|
|
|
|
|
#zone-document-content {
|
|
|
|
padding: 0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
position: initial !important;
|
|
|
|
box-shadow: initial !important;
|
|
|
|
border-radius: initial !important;
|
|
|
|
width: initial !important;
|
|
|
|
max-width: initial !important;
|
|
|
|
float: initial !important;
|
|
|
|
overflow-x: initial !important;
|
|
|
|
|
|
|
|
.document-heading {
|
|
|
|
.doc-title {
|
|
|
|
margin: 0 0 10px 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.document-view {
|
|
|
|
padding: 0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
position: initial !important;
|
|
|
|
box-shadow: initial !important;
|
|
|
|
border-radius: initial !important;
|
|
|
|
width: initial !important;
|
|
|
|
max-width: initial !important;
|
|
|
|
float: initial !important;
|
|
|
|
overflow-x: initial !important;
|
|
|
|
|
|
|
|
.is-a-page /*, .is-a-tab */ {
|
|
|
|
padding: 0 !important;
|
|
|
|
margin: 30px 0 20px 0 !important;
|
|
|
|
position: initial !important;
|
|
|
|
box-shadow: initial !important;
|
|
|
|
border-radius: initial !important;
|
|
|
|
width: initial !important;
|
|
|
|
max-width: initial !important;
|
|
|
|
float: initial !important;
|
|
|
|
overflow-x: initial !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-11-20 19:55:52 -08:00
|
|
|
}
|
2017-04-03 19:05:10 +01:00
|
|
|
|
|
|
|
.wysiwyg {
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: $color-black;
|
2017-04-04 19:11:59 +01:00
|
|
|
}
|
2016-07-07 18:54:16 -07:00
|
|
|
}
|