import rt 3.8.8
[freeside.git] / rt / html / NoAuth / printrt.css
1 %# {{{ BEGIN BPS TAGGED BLOCK
2 %# 
3 %# 
4 %# 
5 %# LICENSE:
6 %# 
7 %# This work is made available to you under the terms of Version 2 of
8 %# the GNU General Public License. A copy of that license should have
9 %# been provided with this software, but in any event can be snarfed
10 %# from www.gnu.org.
11 %# 
12 %# This work is distributed in the hope that it will be useful, but
13 %# WITHOUT ANY WARRANTY; without even the implied warranty of
14 %# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 %# General Public License for more details.
16 %# 
17 %# You should have received a copy of the GNU General Public License
18 %# along with this program; if not, write to the Free Software
19 %# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 %# 
21 %# 
22 %# CONTRIBUTION SUBMISSION POLICY:
23 %# 
24 %# (The following paragraph is not intended to limit the rights granted
25 %# to you to modify and distribute this software under the terms of
26 %# the GNU General Public License and is only of importance to you if
27 %# you choose to contribute your changes and enhancements to the
28 %# community by submitting them to Best Practical Solutions, LLC.)
29 %# 
30 %# By intentionally submitting any modifications, corrections or
31 %# derivatives to this work, or any other work intended for use with
32 %# Request Tracker, to Best Practical Solutions, LLC, you confirm that
33 %# you are the copyright holder for those contributions and you grant
34 %# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
35 %# royalty-free, perpetual, license to use, copy, create derivative
36 %# works based on those contributions, and sublicense and distribute
37 %# those contributions and any derivatives thereof.
38 %# 
39 %# }}} END BPS TAGGED BLOCK
40 %#
41 %# Special stylesheet for printing tickets
42 %# Koos van den Hout koos@cs.uu.nl 2005-11-21
43 %#
44
45 SPAN.nav { display: none !important; }
46 .nav2 { display: none !important; }
47 .nav { display: none !important; }
48 .topnav { display: none !important; }
49 .blue { display: none !important; }
50 .darkblue { display: none !important; }
51 .blueright { display: none !important; }
52 .currentnav { display: none !important; }
53 th.titlebox { border-top: none; border-bottom: none; }
54 th.titleboxright { display:none !important; border-top: none; border-bottom: none; }
55 .titlebox { border-top: none; border-bottom: none; }
56
57 div.downloadattachment, div.downloadcontenttype {
58        display: none !important;
59 }
60
61
62 a[href$="Respond"], a[href$="Comment"], a[href*="ShowEmailRecord"] {
63        display: none !important;
64 }
65
66
67 %# Provide a callback for adding/modifying the style sheet.
68 %# http://www.w3.org/TR/REC-CSS1 - section 3.2, says:
69 %#   "latter specified rule wins"
70 <& /Elements/Callback &>
71 <%flags>
72 inherit => undef
73 </%flags>
74 <%init>
75 $r->content_type('text/css');
76 $r->headers_out->{'Expires'} = '+30m';
77 </%init>