Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / rt / share / html / NoAuth / css / print.css
1 %# BEGIN BPS TAGGED BLOCK {{{
2 %#
3 %# COPYRIGHT:
4 %#
5 %# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
6 %#                                          <sales@bestpractical.com>
7 %#
8 %# (Except where explicitly superseded by other copyright notices)
9 %#
10 %#
11 %# LICENSE:
12 %#
13 %# This work is made available to you under the terms of Version 2 of
14 %# the GNU General Public License. A copy of that license should have
15 %# been provided with this software, but in any event can be snarfed
16 %# from www.gnu.org.
17 %#
18 %# This work is distributed in the hope that it will be useful, but
19 %# WITHOUT ANY WARRANTY; without even the implied warranty of
20 %# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
21 %# General Public License for more details.
22 %#
23 %# You should have received a copy of the GNU General Public License
24 %# along with this program; if not, write to the Free Software
25 %# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
26 %# 02110-1301 or visit their web page on the internet at
27 %# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
28 %#
29 %#
30 %# CONTRIBUTION SUBMISSION POLICY:
31 %#
32 %# (The following paragraph is not intended to limit the rights granted
33 %# to you to modify and distribute this software under the terms of
34 %# the GNU General Public License and is only of importance to you if
35 %# you choose to contribute your changes and enhancements to the
36 %# community by submitting them to Best Practical Solutions, LLC.)
37 %#
38 %# By intentionally submitting any modifications, corrections or
39 %# derivatives to this work, or any other work intended for use with
40 %# Request Tracker, to Best Practical Solutions, LLC, you confirm that
41 %# you are the copyright holder for those contributions and you grant
42 %# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
43 %# royalty-free, perpetual, license to use, copy, create derivative
44 %# works based on those contributions, and sublicense and distribute
45 %# those contributions and any derivatives thereof.
46 %#
47 %# END BPS TAGGED BLOCK }}}
48 * {
49     float: none;
50     position: static;
51     background: transparent !important;
52     overflow: visible !important;
53 }
54
55 body {
56     margin: 0;
57     padding: 0;
58     font-size: 10pt;
59     background: white !important;
60 }
61
62 div#body {
63     margin: 0;
64     margin-top: 0;
65     padding: 0;
66     border-style: none;
67 }
68
69 div#header h1 {
70     margin-bottom: 1em;
71     position: static;
72     height: auto;
73     width: auto;
74     overflow: visible;
75     color: black !important;
76     padding: 0 !important;
77 }
78
79 #header {
80     padding: 0 !important;
81 }
82
83 #quickbar,
84 #nav,
85 #page-menu,
86 #main-navigation,
87 #page-navigation,
88 .titlebox-title .widget,
89 .ticket-info-links .titlebox-title .right,
90 .ticket-info-links .titlebox-content .create,
91 .history .titlebox .titlebox-title .right,
92 .ticket-transaction .metadata .actions,
93 .ticket-transaction .content .downloadattachment,
94 #comp-Search-Results #body .refresh,
95 .search-result-actions,
96 #comp-Search-Chart #body div,
97 #comp-Search-Chart #body form,
98 #footer,
99 #topactions,
100 #logo,
101 form,
102 div.summary + br
103 {
104     display: none;
105 }
106
107 /* Hide "Click to load" and "Loading" message. Loaded history is #id > .history */
108 #deferred_ticket_history > .titlebox, #delayed_ticket_history > .titlebox {
109     display: none;
110 }
111
112 a:link, a:visited {
113     font-weight: bold !important;
114 }
115
116 div.ticket-transaction .metadata .type {
117     display: none;
118 }
119
120 div.titlebox-title .left {
121     border: 0 !important;
122     color: black !important;
123     margin: 0 !important;
124     padding-left: 0 !important;
125 }
126
127 .titlebox.rolled-up .titlebox-title .left:after {
128     content: " (<&|/l&>collapsed</&>)";
129     font-weight: normal;
130 }
131
132 div.titlebox-content {
133     border: 0 !important;
134     padding-top: 0.5em !important;
135 }
136
137 /* outer Ticket Metadata titlebox gets no padding, but inside ones do below */
138 .summary .titlebox-content {
139     padding: 0 !important;
140 }
141
142 div.summary .ticket-summary div.titlebox-content {
143     padding: 0.5em 1em 1em 1em !important;
144 }
145
146 div.titlebox-title .left * {
147     color: black !important;
148 }
149
150 div.messagebody a[href]:after {
151     text-decoration: underline !important;
152     content: " (" attr(href) ") ";
153 }
154
155 .messagebody {
156     orphans: 2;
157     widows: 2;
158 }
159
160 div.titlebox-title {
161     page-break-after: avoid;
162     border: 0 !important;
163 }
164
165 #ticket-history, div.ticket-transaction {
166     border: 0 !important;
167 }
168
169 div.ticket-transaction {
170     page-break-inside: avoid;
171 }
172
173 /* hide "Ticket metadata" */
174 div.summary > div > div.titlebox > div.titlebox-title {
175     display: none !important;
176 }
177
178 .value {
179     font-weight: bold !important;
180 }
181
182 .label, .label a, .labeltop, .labeltop a {
183     font-weight: normal !important;
184 }
185
186 div.titlebox {
187     margin-bottom: 0;
188 }
189
190 /* for web2 and ballard*/
191
192 div.titlebox {
193     border: 0 !important;
194 }
195
196 div.history .titlebox-title {
197     padding: 0 !important;
198     margin: 0 !important;
199 }
200
201 /* for web2 */
202
203 #page-action-menu {
204     display: none;
205 }
206
207 /* form elements */
208 input, select, option {
209     background: white !important;
210     border: 1px solid #666 !important;
211 }
212
213 option {
214     border: none !important;
215 }
216
217 option[selected] {
218     font-weight: bold !important;
219 }
220