~linaro-maintainers/live-build/linaro-live-build-3

« back to all changes in this revision

Viewing changes to includes/lenny/install/css/debinstall-print.css

  • Committer: Daniel Baumann
  • Date: 2011-03-09 18:19:23 UTC
  • Revision ID: git-v1:c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a
Adding debian version 3.0~a1-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 
3
 
Debian Installation Medium print media CSS
4
 
to be used in conjuction the all media CSS file
5
 
Created by: Kalle Söderman
6
 
 
7
 
*/
8
 
 
9
 
body {
10
 
    margin: 0 1em 0 70px;
11
 
    font: normal 10pt sans-serif;
12
 
    color:black;
13
 
    background-image:none;
14
 
}
15
 
.alt {
16
 
    display:none;
17
 
    }
18
 
.section {
19
 
    display:none;
20
 
    }
21
 
#logo {
22
 
    z-index: 0;
23
 
    }
24
 
h1 {
25
 
    z-index:100;
26
 
    }
27
 
em {
28
 
    color: #666;
29
 
    }
30
 
code {
31
 
    background-color: transparent;
32
 
    border:0;
33
 
    }
34
 
tt a {
35
 
    font-family: monospace;
36
 
    background-color: transparent;
37
 
    border:0;
38
 
    }
39
 
.toc li {
40
 
    border-bottom: 0.5pt dotted black;
41
 
    }
42
 
#outer ul {
43
 
    line-height:1.2em;
44
 
    }
45
 
#intro {
46
 
    border-bottom: 1pt solid black
47
 
    }
48
 
#breadcrumbs {
49
 
    font-weight:bold;
50
 
    border-bottom: 1pt solid black;
51
 
    }
52
 
#fineprint, #breadcrumbs {
53
 
    background: transparent;
54
 
    }
55
 
#fineprint {
56
 
    color:black;
57
 
    border-top:1px solid black;
58
 
    }
59
 
#fineprint p {
60
 
    line-height:1.5em;
61
 
    }
62
 
p a:link {
63
 
    background-image: url('../pics/dot_bw.gif');
64
 
    background-repeat:repeat-x;
65
 
    background-position:bottom left;
66
 
    }
67
 
a:link, a:visited, a:link:visited {
68
 
    color:black;
69
 
    }
 
 
b'\\ No newline at end of file'