~asac/live-build/virtual-hdd-mtab-hack

« back to all changes in this revision

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

  • Committer: Daniel Baumann
  • Date: 2009-11-22 13:38:00 UTC
  • Revision ID: git-v1:a62f12110b19a52a58d7eae871012202cfa16055
Renaming categories to archive areas (Closes: #519690).

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'