From 888afd9e4c3bff5108a31f54ce17bac56a25c6af Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 8 Sep 2005 14:07:56 +0000 Subject: [PATCH] reference manual without frames git-svn-id: https://svn.dealii.org/trunk@11366 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/.cvsignore | 1 - deal.II/doc/doxygen/header.html | 15 +++++++++++++++ deal.II/doc/doxygen/stylesheet.css | 19 +++++++++++++++++++ deal.II/doc/navbar.html | 6 +++--- 4 files changed, 37 insertions(+), 4 deletions(-) create mode 100644 deal.II/doc/doxygen/header.html diff --git a/deal.II/doc/doxygen/.cvsignore b/deal.II/doc/doxygen/.cvsignore index 3a97a44a69..ec0203f8f9 100644 --- a/deal.II/doc/doxygen/.cvsignore +++ b/deal.II/doc/doxygen/.cvsignore @@ -3,4 +3,3 @@ base lac deal.II options.dox LaTeX Makefile -header.html diff --git a/deal.II/doc/doxygen/header.html b/deal.II/doc/doxygen/header.html new file mode 100644 index 0000000000..b167d6518f --- /dev/null +++ b/deal.II/doc/doxygen/header.html @@ -0,0 +1,15 @@ + + + + + $title + + + + + + +
+

deal.II Reference Manual

+
diff --git a/deal.II/doc/doxygen/stylesheet.css b/deal.II/doc/doxygen/stylesheet.css index ac2e6b3a84..b9f744eb35 100644 --- a/deal.II/doc/doxygen/stylesheet.css +++ b/deal.II/doc/doxygen/stylesheet.css @@ -34,6 +34,25 @@ h6 { font-size: 80%; font-weight: bold; } +h1.head { + position:relative; + text-align:center; + font-weight: bold; + color:black; + padding-top: 10px; + padding-bottom: 10px; + border-bottom: 0; +} + +div.head { + background-color: #CCD8E8; + border: 1px solid #B0B0B0; + width: 100%; + margin: 2px; + padding: 2px; + text-align:center; +} + CAPTION { font-weight: bold } DIV.qindex { width: 100%; diff --git a/deal.II/doc/navbar.html b/deal.II/doc/navbar.html index c22f2d9bd9..181e964814 100644 --- a/deal.II/doc/navbar.html +++ b/deal.II/doc/navbar.html @@ -33,9 +33,9 @@

Tutorial
- Reference
- /base API
- /lac API + Reference
+ /base API
+ /lac API


-- 2.39.5