1 /* --------------------------------------------------------------
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", Arial
, Helvetica
, sans-serif
;
22 -------------------------------------------------------------- */
45 -------------------------------------------------------------- */
47 h1
,h2
,h3
,h4
,h5
,h6
{ font-family: "Helvetica Neue", Arial
, "Lucida Grande", sans-serif
; }
48 code
{ font:.9em "Courier New", Monaco
, Courier
, monospace
; }
50 a img
{ border:none
; }
51 p img
.top
{ margin-top: 0; }
60 .small { font-size: .9em; }
61 .large { font-size: 1.1em; }
62 .quiet { color: #999; }
63 .hide { display:none
; }
67 -------------------------------------------------------------- */
70 background: transparent
;
72 text-decoration: underline
;
75 a:link:after
, a:visited:after
{
76 content: " (" attr
(href
) ")";
80 /* If you're having trouble printing relative links, uncomment and customize this:
81 (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */
83 /* a[href^="/"]:after {
84 content: " (http://www.yourdomain.com" attr(href) ") ";