From b36dad8d0d7627ebf443e32169a19a484f010794 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 16 2011 16:53:05 +0000 Subject: Update `Webenv/Css/Docbook' definitions: - Update body definition. Start using 1em of padding at bottom. - Update admonition, lists, table of content, and heading definitions. --- diff --git a/Identity/Webenv/Css/Docbook/base.css b/Identity/Webenv/Css/Docbook/base.css index 98690b0..61316af 100755 --- a/Identity/Webenv/Css/Docbook/base.css +++ b/Identity/Webenv/Css/Docbook/base.css @@ -24,7 +24,7 @@ body { clear: both; - padding: 0 40px 0 40px; + padding: 0 40px 1em 40px; background-color: #FFF; } diff --git a/Identity/Webenv/Css/Docbook/headings.css b/Identity/Webenv/Css/Docbook/headings.css index 089112f..9cc7d18 100755 --- a/Identity/Webenv/Css/Docbook/headings.css +++ b/Identity/Webenv/Css/Docbook/headings.css @@ -23,18 +23,32 @@ */ h1.title { - font-size: 2em; + text-align: center; color: #fff; padding: 1em; margin-bottom: 1em; background-color: #204c8d; background-image: url("/home/centos/artwork/trunk/Identity/Images/Webenv/h1-bg.png"); + line-height: 1.9em; } h2.title { - margin-top: 1.6em; + color: #072B61; + line-height: 1em; + padding-top: 1.5em; + color: #072B61; } -.title { - color: #072B61; +h3.title, +h4.title, +h5.title, +h6.title { + padding-top: 1em; + line-height: 1em; + color: #072B61; + } + +.subtitle, +.author { + line-height: 1.5em; } diff --git a/Identity/Webenv/Css/Docbook/lists.css b/Identity/Webenv/Css/Docbook/lists.css index 4ab9936..e19d3aa 100755 --- a/Identity/Webenv/Css/Docbook/lists.css +++ b/Identity/Webenv/Css/Docbook/lists.css @@ -26,10 +26,6 @@ ul { list-style: url("/home/centos/artwork/trunk/Identity/Images/Webenv/ul.png") disc; } -div.toc dl { - margin-left: 0; - } - span.term { font-weight: bold; } @@ -37,8 +33,16 @@ span.term { /* Table of contents -----------------------------------------------*/ +.toc dl { + margin: 0; + } + +.toc dl dt { + margin: 0.3em 0 0.3em 0; + } + div.toc { - margin: 1em 0 2em 0; + margin: 1.3em 0 1em 0; } div.toc p { diff --git a/Identity/Webenv/Css/Docbook/tables.css b/Identity/Webenv/Css/Docbook/tables.css old mode 100644 new mode 100755 index aef4d76..15badff --- a/Identity/Webenv/Css/Docbook/tables.css +++ b/Identity/Webenv/Css/Docbook/tables.css @@ -25,10 +25,6 @@ /* Revision History -----------------------------------------------*/ -div.revhistory { - margin: 1em 0 1em 0; - } - div.revhistory table th, div.revhistory table td { font-size: x-small; @@ -49,7 +45,7 @@ div.navfooter { div.navheader table, div.navfooter table { - margin: 0; + margin: 0; } div.navheader table th, @@ -67,7 +63,7 @@ div.tip, div.important, div.caution, div.warning { - margin: 0 0 1.5em 0 !important; + margin: 1.5em 0 1.5em 0 !important; } div.note table, div.note table, @@ -113,7 +109,7 @@ div.important table th, div.caution table th, div.warning table th { font-size: 1.4em; - padding: 1em 0 0.5em 0; + padding: 1em 0 0 0; } div.note table td img, @@ -121,7 +117,7 @@ div.tip table td img, div.important table td img, div.caution table td img, div.warning table td img { - margin: 1em 0.5em; + margin: 1em 10px; } div.note table td p, @@ -129,7 +125,7 @@ div.tip table td p, div.important table td p, div.caution table td p, div.warning table td p { - margin: 0 1em 1em 0; + margin: 1em 15px 1em 0; } div.note pre, @@ -140,6 +136,6 @@ div.warning pre { border: none; background-color: #333; color: #FFFFFF; - margin: 0 1em 1em 0; + margin: 0 15px 1em 0; padding: 0.5em 1em 0.5em 1em; }