From 42128134416dd5ae800a90e9e59c6a04242e5521 Mon Sep 17 00:00:00 2001 From: Tammy Fox Date: Thu, 2 Oct 2003 16:32:40 +0000 Subject: rename css file --- css/fedora.css | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ css/rhlp.css | 89 ---------------------------------------------------------- 2 files changed, 89 insertions(+), 89 deletions(-) create mode 100644 css/fedora.css delete mode 100644 css/rhlp.css (limited to 'css') diff --git a/css/fedora.css b/css/fedora.css new file mode 100644 index 0000000..95e2471 --- /dev/null +++ b/css/fedora.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; +} + diff --git a/css/rhlp.css b/css/rhlp.css deleted file mode 100644 index 95e2471..0000000 --- a/css/rhlp.css +++ /dev/null @@ -1,89 +0,0 @@ -/* - -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; -} - -- cgit