~ubuntu-branches/ubuntu/edgy/muse-el/edgy

« back to all changes in this revision

Viewing changes to examples/mwolson/stylesheets/print.css

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2005-12-17 12:11:27 UTC
  • Revision ID: james.westby@ubuntu.com-20051217121127-b4yfr70a7hnrexdg
Tags: upstream-3.02.5
ImportĀ upstreamĀ versionĀ 3.02.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Michael Olson's tweaked emacs-wiki stylesheet
 
2
 
 
3
   Elements used when printing.
 
4
*/
 
5
 
 
6
html {
 
7
  font-family: Times, serif;
 
8
  font-size: 12pt;
 
9
}
 
10
 
 
11
body {
 
12
  margin-left: 1.5cm;
 
13
  margin-right: 1.5cm;
 
14
  margin-top: 1.5cm;
 
15
  margin-bottom: 1.5cm;
 
16
}
 
17
 
 
18
.menu, .menuitem, .navfoot, #tooltip, #tooltipbox {
 
19
  display: none;
 
20
}
 
21
 
 
22
a, a:visited, a.nonexistent, a.badinterwiki {
 
23
  color: black;
 
24
  text-decoration: none;
 
25
}
 
26
 
 
27
a:hover {
 
28
  text-decoration: underline;
 
29
}
 
30
 
 
31
dd {
 
32
  line-height: 2em;
 
33
}
 
34
 
 
35
h1 {
 
36
  border-right: 0;
 
37
}
 
38
 
 
39
h2 {
 
40
  border-right: 0;
 
41
}
 
42
 
 
43
h3 {
 
44
  border-right: 0;
 
45
}
 
46
 
 
47
h4 {
 
48
  border-right: 0;
 
49
}
 
50
 
 
51
img {
 
52
  display: none;
 
53
}
 
54
 
 
55
p {
 
56
  line-height: 2em;
 
57
}