aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs.css
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-29 20:00:54 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-29 20:00:54 +0000
commit55851d6ef3b438d78359c9ea0ba861069bedeeb1 (patch)
treed9f97db0df5856fb68fd325a4885b9edbf2d5c90 /stylesheets/lfs.css
parentd44a965cfe95996da670a7f053cb30222e41b36f (diff)
Tagging corrections in chapters 1 to 4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs.css')
-rw-r--r--stylesheets/lfs.css46
1 files changed, 13 insertions, 33 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css
index 3de1aba17..0ba33057a 100644
--- a/stylesheets/lfs.css
+++ b/stylesheets/lfs.css
@@ -129,26 +129,13 @@ div.toc ul li h3, div.toc ul li h4 {
}
/* Admonitions */
-div.note, div.tip {
+div.admonition {
background-color: #fffff6;
- border: 2px solid #dbddec;
+ border: medium solid #600;
width: 90%;
margin: .5em auto;
}
-div.important, div.warning, div.caution {
- background-color: #fffff6;
- border: medium solid #400;
- width: 90%;
- margin: 1.5em auto;
- color: #600;
- font-size: larger;
-}
-
-div.important h3, div.warning h3, div.caution h3 {
- color: #900;
-}
-
div.admonhead img {
padding: .3em;
}
@@ -162,15 +149,6 @@ div.admonbody {
margin: .5em;
}
-div.important em, div.warning em, div.caution em {
- color: #000;
- font-weight: bold;
-}
-
-div.important tt, div.warning tt, div.caution tt {
- font-weight: bold;
-}
-
/* variablelist & segmentedlist */
dl {
margin: 0;
@@ -187,7 +165,6 @@ dd {
margin: 0 0 1em 3em;
padding: 0;
}
-
div.variablelist dd {
margin-bottom: 1em;
}
@@ -196,10 +173,6 @@ div.variablelist dd p {
margin-top: 0px;
}
-dl.materials dt, div.installation dt, div.configuration dt, div.sect2 dt {
- display: list-item;
-}
-
dl.materials dd {
margin-left: 0px;
}
@@ -222,7 +195,7 @@ tt, code, kbd, pre, .command {
font-family: monospace;
}
-pre.screen {
+pre.userinput {
color: #101310;
background-color: #e5e5e5;
border: 1px solid #050505;
@@ -231,17 +204,24 @@ pre.screen {
font-weight: bold;
}
+pre.screen {
+ background-color: #e9e9e9;
+ border: 1px solid #050505;
+ padding: .5em 1em;
+ margin: 0 2em;
+}
+
/* Sections */
div.wrap h1 {
background: #f5f6f7;
- padding: 1em 0 0.5em 0;
+ padding: 0.5em 0 0.5em 0;
margin: 0px auto;
}
div.package {
background: #f5f6f7;
border-bottom: 0.2em solid #dbddec;
- padding: 0.5em 0.5em 0.3em 0.5em;
+ padding: 0 0.5em 0.3em 0.5em;
margin: 0px auto;
}
@@ -260,7 +240,7 @@ div.configuration {
div.content {
background: #f5f6f7;
border-top: 0.2em solid #dbddec;
- padding: 0.5em 0.5em 1em 0.5em;
+ padding: 0.5em 0.5em 0.5em 0.5em;
margin: 0.5em 0 .5em 0;
}