Initial Commit from Base app
[base_ror3_portal.git] / public / stylesheets / blueprint / src / print.css
blobbbc7948affe3780631b264861de31bc71f72a312
1 /* --------------------------------------------------------------
3 print.css
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 -------------------------------------------------------------- */
12 body {
13 line-height: 1.5;
14 font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
15 color:#000;
16 background: none;
17 font-size: 10pt;
21 /* Layout
22 -------------------------------------------------------------- */
24 .container {
25 background: none;
28 hr {
29 background:#ccc;
30 color:#ccc;
31 width:100%;
32 height:2px;
33 margin:2em 0;
34 padding:0;
35 border:none;
37 hr.space {
38 background: #fff;
39 color: #fff;
40 visibility: hidden;
44 /* Text
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; }
53 blockquote {
54 margin:1.5em;
55 padding:1em;
56 font-style:italic;
57 font-size:.9em;
60 .small { font-size: .9em; }
61 .large { font-size: 1.1em; }
62 .quiet { color: #999; }
63 .hide { display:none; }
66 /* Links
67 -------------------------------------------------------------- */
69 a:link, a:visited {
70 background: transparent;
71 font-weight:700;
72 text-decoration: underline;
75 a:link:after, a:visited:after {
76 content: " (" attr(href) ")";
77 font-size: 90%;
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) ") ";
85 } */