1 /* --------------------------------------------------------------
3 Blueprint CSS Framework Print Styles
4 * Gives you some sensible styles for printing pages.
5 See Readme file in this directory for further instructions.
7 Some additions you'll want to make, customized to your markup:
8 #header, #footer, #navigation { display:none; }
10 -------------------------------------------------------------- */
14 font-family: "Helvetica Neue", "Lucida Grande", Arial
, Verdana
, sans-serif
;
23 h1
,h2
,h3
,h4
,h5
,h6
{ font-family: "Helvetica Neue", Arial
, "Lucida Grande", sans-serif
; }
24 code
{ font:.9em "Courier New", Monaco
, Courier
, monospace
; }
26 img
{ float:left
; margin:1.5em 1.5em 1.5em 0; }
27 a img
{ border:none
; }
28 p img
.top
{ margin-top: 0; }
47 .small { font-size: .9em; }
48 .large { font-size: 1.1em; }
49 .quiet { color: #999; }
50 .hide { display:none
; }
53 background: transparent
;
55 text-decoration: underline
;
58 a:link:after
, a:visited:after
{
59 content: " (" attr
(href
) ") ";
63 /* If you're having trouble printing relative links, uncomment and customize this:
64 (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */
66 /* a[href^="/"]:after {
67 content: " (http://www.yourdomain.com" attr(href) ") ";