summaryrefslogtreecommitdiff
path: root/includes/lenny/install/css/debinstall-print.css
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-12-20 11:18:45 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:05:40 +0100
commit1ec7ddaa62e53173b4e1d2982f2bc0a3c8993fa7 (patch)
tree0c7974e616b2637fc0d30efa0ac2dd3f0a4ee842 /includes/lenny/install/css/debinstall-print.css
parentd391837f66a5722d17d49e785cd9528b1696e92c (diff)
downloadlive-build-1ec7ddaa62e53173b4e1d2982f2bc0a3c8993fa7.zip
live-build-1ec7ddaa62e53173b4e1d2982f2bc0a3c8993fa7.tar.gz
Updating cd includes.
Diffstat (limited to 'includes/lenny/install/css/debinstall-print.css')
-rw-r--r--includes/lenny/install/css/debinstall-print.css69
1 files changed, 69 insertions, 0 deletions
diff --git a/includes/lenny/install/css/debinstall-print.css b/includes/lenny/install/css/debinstall-print.css
new file mode 100644
index 0000000..6e141d2
--- /dev/null
+++ b/includes/lenny/install/css/debinstall-print.css
@@ -0,0 +1,69 @@
+/*
+
+Debian Installation Medium print media CSS
+to be used in conjuction the all media CSS file
+Created by: Kalle Söderman
+
+*/
+
+body {
+ margin: 0 1em 0 70px;
+ font: normal 10pt sans-serif;
+ color:black;
+ background-image:none;
+}
+.alt {
+ display:none;
+ }
+.section {
+ display:none;
+ }
+#logo {
+ z-index: 0;
+ }
+h1 {
+ z-index:100;
+ }
+em {
+ color: #666;
+ }
+code {
+ background-color: transparent;
+ border:0;
+ }
+tt a {
+ font-family: monospace;
+ background-color: transparent;
+ border:0;
+ }
+.toc li {
+ border-bottom: 0.5pt dotted black;
+ }
+#outer ul {
+ line-height:1.2em;
+ }
+#intro {
+ border-bottom: 1pt solid black
+ }
+#breadcrumbs {
+ font-weight:bold;
+ border-bottom: 1pt solid black;
+ }
+#fineprint, #breadcrumbs {
+ background: transparent;
+ }
+#fineprint {
+ color:black;
+ border-top:1px solid black;
+ }
+#fineprint p {
+ line-height:1.5em;
+ }
+p a:link {
+ background-image: url('../pics/dot_bw.gif');
+ background-repeat:repeat-x;
+ background-position:bottom left;
+ }
+a:link, a:visited, a:link:visited {
+ color:black;
+ } \ No newline at end of file