From 31b3c39a6b8975e9a8e44dcbb92e07c9f4324d12 Mon Sep 17 00:00:00 2001 From: "Unknown (abagchi)" <dev-null@apache.org> Date: Thu, 13 Apr 2000 18:45:21 +0000 Subject: [PATCH] Stylesheet, initial checkin git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172054 13f79535-47bb-0310-9956-ffa450edef68 --- doc/html/apiDocs/XercesApi.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/html/apiDocs/XercesApi.css diff --git a/doc/html/apiDocs/XercesApi.css b/doc/html/apiDocs/XercesApi.css new file mode 100644 index 000000000..2344de072 --- /dev/null +++ b/doc/html/apiDocs/XercesApi.css @@ -0,0 +1,15 @@ +H1 { text-align: center; } +A.qindex {} +A.qindexRef {} +A.el { text-decoration: none; font-weight: bold } +A.elRef { font-weight: bold } +A.code { text-decoration: none; font-weight: normal; color: #4444ee } +A.codeRef { font-weight: normal; color: #4444ee } +DL.el { margin-left: -1cm } +DIV.fragment { width: 100%; border: none; background-color: #eeeeee } +DIV.in { margin-left: 16 } +DIV.ah { background-color: black; margin-bottom: 3; margin-top: 3 } +TD.md { background-color: #f2f2ff } +DIV.groupHeader { margin-left: 16; margin-top: 12; margin-bottom: 6; font-weight: bold } +DIV.groupText { margin-left: 16; font-style: italic; font-size: smaller } + -- GitLab