mirror of
https://github.com/documize/community.git
synced 2025-08-05 05:25:27 +02:00
moved emberjs to gui folder
This commit is contained in:
parent
6a18d18f91
commit
dc49dbbeff
999 changed files with 677 additions and 651 deletions
154
gui/app/styles/print.scss
Normal file
154
gui/app/styles/print.scss
Normal file
|
@ -0,0 +1,154 @@
|
|||
// 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 {
|
||||
@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;
|
||||
}
|
||||
|
||||
.non-printable,
|
||||
.dropdown-dialog,
|
||||
.dropdown-menu,
|
||||
.zone-navigation,
|
||||
#sidebar-wrapper,
|
||||
.sidebar-wrapper,
|
||||
.sidebar-common,
|
||||
.sidebar-toolbar,
|
||||
.sidebar-panel,
|
||||
.edit-document-heading,
|
||||
.back-to-space,
|
||||
.start-section,
|
||||
.start-button,
|
||||
.is-a-tab,
|
||||
.new-section-wizard {
|
||||
float: none !important;
|
||||
display: none !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
width: 0 !important;
|
||||
z-index: 0 !important;
|
||||
}
|
||||
|
||||
.non-printable-message,
|
||||
.print-title {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wysiwyg {
|
||||
font-size: 15px;
|
||||
line-height: 25px;
|
||||
color: $color-black;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue