Merged from mwolson@gnu.org--2006 (patch 61)
[muse-el.git] / examples / mwolson / stylesheets / print.css
blob89589717852f12f02d7c40edfce7221b19a04f3c
1 /* Michael Olson's tweaked Muse stylesheet
3 Elements used when printing.
4 */
6 html {
7 font-family: Times, serif;
8 font-size: 12pt;
11 body {
12 margin-left: 1.5cm;
13 margin-right: 1.5cm;
14 margin-top: 1.5cm;
15 margin-bottom: 1.5cm;
18 .menu, .menuitem, .navfoot, #tooltip, #tooltipbox {
19 display: none;
22 a, a:visited, a.nonexistent, a.badinterwiki {
23 color: black;
24 text-decoration: none;
27 a:hover {
28 text-decoration: underline;
31 dd {
32 line-height: 2em;
35 h1 {
36 border-right: 0;
39 h2 {
40 border-right: 0;
43 h3 {
44 border-right: 0;
47 h4 {
48 border-right: 0;
51 img {
52 display: none;
55 p {
56 line-height: 2em;