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;
|
|
|
|
color: $color-off-black;
|
2018-03-27 11:33:43 +01:00
|
|
|
// content: string(doctitle);
|
2017-04-03 16:34:42 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@bottom-left {
|
|
|
|
font-size: 12px;
|
|
|
|
color: $color-off-black;
|
2018-03-27 11:33:43 +01:00
|
|
|
// content: 'Exported from Documize';
|
2017-04-03 16:34:42 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@bottom-right {
|
|
|
|
font-size: 12px;
|
|
|
|
color: $color-off-black;
|
2018-03-27 11:33:43 +01:00
|
|
|
// content: counter(page);
|
2017-04-03 16:34:42 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
background-color: transparent !important;
|
|
|
|
max-width: none !important;
|
|
|
|
float: none !important;
|
|
|
|
position: relative !important;
|
|
|
|
height: initial !important;
|
|
|
|
min-height: initial !important;
|
2017-10-13 12:07:19 -04:00
|
|
|
-webkit-print-color-adjust: exact;
|
2018-01-24 13:23:11 +00:00
|
|
|
overflow: hidden;
|
2018-03-24 14:42:35 +00:00
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
min-width: 768px !important;
|
2017-04-03 16:34:42 +01:00
|
|
|
}
|
|
|
|
|
2016-11-05 14:53:44 -07:00
|
|
|
.non-printable,
|
2018-06-09 18:18:21 +01:00
|
|
|
header,
|
|
|
|
footer,
|
|
|
|
.tabnav-control,
|
2017-10-05 11:41:53 -04:00
|
|
|
.document-toolbar,
|
2017-12-19 14:27:17 +00:00
|
|
|
.document-toc,
|
|
|
|
.tabnav-control,
|
|
|
|
#nav-bar,
|
2018-01-24 13:23:11 +00:00
|
|
|
.page-toolbar,
|
2018-02-22 18:15:13 +00:00
|
|
|
.start-section,
|
|
|
|
.start-button,
|
2018-05-18 20:11:24 +01:00
|
|
|
#top-bar,
|
|
|
|
#sidebar,
|
|
|
|
#sub-nav,
|
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-10-13 12:07:19 -04:00
|
|
|
.document-heading {
|
2018-03-24 14:42:35 +00:00
|
|
|
text-align: left !important;
|
|
|
|
padding: 0 !important;
|
2017-10-13 12:07:19 -04:00
|
|
|
margin-bottom: 40px !important;
|
2018-03-24 14:42:35 +00:00
|
|
|
color: #000000;
|
2017-10-13 12:07:19 -04:00
|
|
|
}
|
|
|
|
.doc-title {
|
2018-03-24 14:42:35 +00:00
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
2018-06-09 18:18:21 +01:00
|
|
|
font-size: 1.5rem !important;
|
2018-03-24 14:42:35 +00:00
|
|
|
color: #000000 !important;
|
2017-10-13 12:07:19 -04:00
|
|
|
}
|
|
|
|
.doc-excerpt {
|
|
|
|
margin: 0 !important;
|
2018-03-24 14:42:35 +00:00
|
|
|
padding: 0 !important;
|
|
|
|
color: #464545 !important;
|
2018-06-09 18:18:21 +01:00
|
|
|
font-size: 1.2rem !important;
|
2017-10-13 12:07:19 -04:00
|
|
|
}
|
2018-03-24 14:42:35 +00:00
|
|
|
|
2017-10-13 12:07:19 -04:00
|
|
|
.wysiwyg {
|
2018-03-24 14:42:35 +00:00
|
|
|
font-size: 15px !important;
|
|
|
|
line-height: 22px !important;
|
|
|
|
color: #000000 !important;
|
|
|
|
|
|
|
|
h1 { font-size: 22px; color: #000000 !important; }
|
|
|
|
h2 { font-size: 20px; color: #000000 !important; }
|
|
|
|
h3 { font-size: 18px; color: #000000 !important; }
|
|
|
|
h4 { font-size: 17px; color: #000000 !important; }
|
|
|
|
h5 { font-size: 16px; color: #000000 !important; }
|
|
|
|
h6 { font-size: 16px; color: #000000 !important; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-title {
|
|
|
|
font-size: 20px !important;
|
|
|
|
color: #000000 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
width: auto !important;
|
|
|
|
min-width: 100% !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[class*="col-"] {
|
|
|
|
float: left !important;
|
|
|
|
width: 100% !important;
|
2016-11-20 19:55:52 -08:00
|
|
|
}
|
2018-06-09 18:18:21 +01:00
|
|
|
|
|
|
|
.layout-body, .layout-content {
|
|
|
|
padding: 0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
display: block !important;
|
|
|
|
flex: none !important;
|
|
|
|
}
|
2016-07-07 18:54:16 -07:00
|
|
|
}
|