summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorTammy Fox <tfox@redhat.com>2003-07-17 20:42:50 +0000
committerTammy Fox <tfox@redhat.com>2003-07-17 20:42:50 +0000
commit34e8be06878eb7bf35e1761600a79d21bf0b2153 (patch)
treebd35c4d6b3beeb9393bd8e80ba7c1d1dcbc91b26 /css
parent11f92ca0a38d6c187f8798f16e6d819ee04d0621 (diff)
downloadfedora-doc-utils-34e8be06878eb7bf35e1761600a79d21bf0b2153.tar.gz
fedora-doc-utils-34e8be06878eb7bf35e1761600a79d21bf0b2153.tar.xz
fedora-doc-utils-34e8be06878eb7bf35e1761600a79d21bf0b2153.zip
add css to make it look better
Diffstat (limited to 'css')
-rw-r--r--css/rhlp.css89
1 files changed, 89 insertions, 0 deletions
diff --git a/css/rhlp.css b/css/rhlp.css
new file mode 100644
index 0000000..95e2471
--- /dev/null
+++ b/css/rhlp.css
@@ -0,0 +1,89 @@
+/*
+
+CSS for Red Hat Linux Project docs from the Documentation Project
+
+Written by Tammy Fox and Garrett LeSage
+
+Copyright 2003 Tammy Fox, Garrett LeSage, and Red Hat, Inc.
+
+License: GPL
+
+*/
+
+li p {
+ display: inline;
+}
+
+div.table table {
+ width: 95%;
+ background-color: #DCDCDC;
+ color: #000000;
+ border-spacing: 0;
+}
+
+div.table table th {
+ border: 1px solid #A9A9A9;
+ background-color: #A9A9A9;
+ color: #000000;
+}
+
+div.table table td {
+ border: 1px solid #A9A9A9;
+ background-color: #DCDCDC;
+ color: #000000;
+ padding: 0.5em;
+ margin-bottom: 0.5em;
+ margin-top: 2px;
+
+}
+
+div.note table, div.tip table, div.important table, div.caution table, div.warning table {
+ width: 95%;
+ border: 2px solid #B0C4DE;
+ background-color: #F0F8FF;
+ color: #000000;
+ /* padding inside table area */
+ padding: 0.5em;
+ margin-bottom: 0.5em;
+ margin-top: 0.5em;
+}
+
+.qandaset table {
+ border-collapse: collapse;
+}
+.qandaset {
+}
+.qandaset tr.question {
+}
+.qandaset tr.question td {
+ font-weight: bold;
+ padding: 1em 1em 0;
+}
+.qandaset tr.answer td {
+ padding: 0.25em 1em 1.5em;
+}
+.qandaset tr.question td, .qandaset tr.answer td {
+}
+
+hr {
+ border: 0;
+ border-bottom: 1px solid #ccc;
+}
+
+h1, h2, h3, h4 {
+ font-family: luxi sans,sans-serif;
+ color: #990000;
+ font-weight: bold;
+}
+h1 {
+ font-size: 1.75em;
+}
+
+h2 {
+ font-size: 1.25em;
+}
+
+h3 {
+ font-size: 1.1em;
+}
+