aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs.css
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-08 14:19:53 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-08 14:19:53 +0000
commitded6dddb89cade026e592cd386790b5b10e6fe00 (patch)
tree3e628a075a59b9ee298376729b44a4151d039c59 /stylesheets/lfs.css
parente4bf4c7e72fabd039b21b78313d43ce2138c1e7d (diff)
Updated the stylesheets to their current version.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3529 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs.css')
-rw-r--r--stylesheets/lfs.css90
1 files changed, 47 insertions, 43 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css
index cf2f43909..c7cc75d32 100644
--- a/stylesheets/lfs.css
+++ b/stylesheets/lfs.css
@@ -1,24 +1,53 @@
body {
font-weight: normal;
- font-size: normal;
+ font-size: medium;
font-family: verdana, tahoma, helvetica, arial, sans-serif;
text-align: left;
}
-div.navheader table {
- font-size: smaller;
+.toc ul, .index ul {
+ list-style: none;
+}
+
+.navheader, .navfooter {
+ font-size: smaller;
+ text-align: center;
+}
+
+.headerlinks {
+ border-bottom : solid 2px green;
+ padding-bottom: 0.5em;
+}
+
+.navfooter {
+ border-top : solid 2px green;
+ padding-top: 0.5em;
+ margin-top: 0.5em;
+}
+
+.prev {
+ float : left;
+ text-align: left;
+ /* border : solid 1px #ddd; */
+ padding-left: 2em;
}
-div.navfooter table {
- font-size: smaller;
+.next {
+ float : right;
+ text-align: right;
+ /* border : solid 1px #0dd; */
+ padding-right: 2em;
}
-div.navheader img {
- border: medium none;
+.up {
+ /* border : solid 1px #ff0; */
+ width : 10em;
+ /* background-color: #bbb; */
+ margin: 0px auto;
}
-div.navfooter img {
- border: medium none;
+li.preface {
+ margin-left: 2.5em;
}
div.book div.titlepage h1.title {
@@ -68,40 +97,19 @@ pre.synopsis {
background-color: #dddddd;
}
-div.warning {
- border: 1px solid;
-}
-
-div.note {
- border: 1px solid;
-}
-
-div.important {
- border: 1px solid;
-}
-
-div.caution {
- border: 1px solid;
-}
-
-div.warning h3.title {
- text-align: center
-}
-
-div.warning p {
- padding-left: 0.2in
-}
-
-div.note {
- padding-left: 0.2in
+div.admonition {
+ border: medium solid;
+ width: 90%;
+ margin: .5em auto;
}
-div.important {
- padding-left: 0.2in
+div.admonhead h3 {
+ display: inline;
+ margin-left: 1.5em;
}
-div.caution {
- padding-left: 0.2in
+div.admonbody {
+ margin: .5em;
}
.command {
@@ -118,7 +126,3 @@ div.caution {
width: 12.5em;
float: left;
}
-
-.toc ul, .index ul, .navheader ul, .navfooter ul {
- list-style: none;
-}