Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / css / blueprint / src / print.css @ 12:cdd6b254d399

History | View | Annotate | Download (1.8 KB)

1
/* -------------------------------------------------------------- 
2

3
   print.css
4
   * Gives you some sensible styles for printing pages.
5
   * See Readme file in this directory for further instructions.
6
      
7
   Some additions you'll want to make, customized to your markup:
8
   #header, #footer, #navigation { display:none; }
9
   
10
-------------------------------------------------------------- */
11

    
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;
18
}
19

    
20

    
21
/* Layout
22
-------------------------------------------------------------- */
23

    
24
.container {
25
  background: none;
26
}
27

    
28
hr { 
29
  background:#ccc; 
30
  color:#ccc;
31
  width:100%;
32
  height:2px;
33
  margin:2em 0;
34
  padding:0;
35
  border:none;
36
}
37
hr.space {
38
  background: #fff;
39
  color: #fff;
40
  visibility: hidden;
41
}
42

    
43

    
44
/* Text
45
-------------------------------------------------------------- */
46

    
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; } 
49

    
50
a img { border:none; }
51
p img.top { margin-top: 0; }
52

    
53
blockquote {
54
  margin:1.5em;
55
  padding:1em;
56
  font-style:italic;
57
  font-size:.9em;
58
}
59

    
60
.small  { font-size: .9em; }
61
.large  { font-size: 1.1em; }
62
.quiet  { color: #999; }
63
.hide   { display:none; }
64

    
65

    
66
/* Links
67
-------------------------------------------------------------- */
68

    
69
a:link, a:visited {
70
  background: transparent;
71
  font-weight:700;
72
  text-decoration: underline;
73
}
74

    
75
a:link:after, a:visited:after {
76
  content: " (" attr(href) ")";
77
  font-size: 90%;
78
}
79

    
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) */
82

    
83
/* a[href^="/"]:after {
84
  content: " (http://www.yourdomain.com" attr(href) ") ";
85
} */