aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs.css
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:33:11 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:33:11 +0000
commit287ea55da70ceb1f0990554b7db921d525fef816 (patch)
tree5aff1bbd2cbdc38ec513f0e1ef1a2f456cfe49e9 /stylesheets/lfs.css
parentcaa08b6106748fa290447d8183adbe6094eed07d (diff)
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3434 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs.css')
-rw-r--r--stylesheets/lfs.css124
1 files changed, 124 insertions, 0 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css
new file mode 100644
index 000000000..cf2f43909
--- /dev/null
+++ b/stylesheets/lfs.css
@@ -0,0 +1,124 @@
+body {
+ font-weight: normal;
+ font-size: normal;
+ font-family: verdana, tahoma, helvetica, arial, sans-serif;
+ text-align: left;
+}
+
+div.navheader table {
+ font-size: smaller;
+}
+
+div.navfooter table {
+ font-size: smaller;
+}
+
+div.navheader img {
+ border: medium none;
+}
+
+div.navfooter img {
+ border: medium none;
+}
+
+div.book div.titlepage h1.title {
+ font-weight: bold;
+ font-size: xx-large;
+ text-align: center;
+}
+
+div.book div.titlepage h2.subtitle {
+ font-weight: bold;
+ font-size: x-large;
+ text-align: center;
+}
+
+div.book div.titlepage h3.author {
+ font-size: large;
+}
+
+div.book div.dedication div.titlepage h2.title {
+ font-weight: normal;
+ font-size: x-large;
+}
+
+div.chapter div.titlepage h2.title {
+ font-weight: bold;
+ font-size: x-large;
+ text-align: left;
+}
+
+div.sect1 div.titlepage h2.title {
+ font-weight: bold;
+ font-size: x-large;
+ text-align: left;
+}
+
+tt {
+ font-family: courier, monospace;
+}
+
+pre.screen {
+ color: black;
+ background-color: #dddddd;
+}
+
+pre.synopsis {
+ color: black;
+ 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.important {
+ padding-left: 0.2in
+}
+
+div.caution {
+ padding-left: 0.2in
+}
+
+.command {
+ font-family: courier, monospace;
+}
+
+.item {
+ width: 15em;
+ float: left;
+}
+
+.secitem {
+ font-weight: normal;
+ width: 12.5em;
+ float: left;
+}
+
+.toc ul, .index ul, .navheader ul, .navfooter ul {
+ list-style: none;
+}