diff --git a/doc/doxygen/Doxylocal b/doc/doxygen/Doxylocal index 578d304befd7b6ae2242e3508d92593f68533a0c..eb44ab9874c65051c21d25133ac28be6b33ff0ae 100644 --- a/doc/doxygen/Doxylocal +++ b/doc/doxygen/Doxylocal @@ -1,6 +1,11 @@ # This file contains local changes to the doxygen configuration # please us '+=' to add file/directories to the lists +PROJECT_NAME = "*" # a hack to get a version number but no title (is in the logo already), also see css (under #projectname) +PROJECT_BRIEF = "DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media" +PROJECT_LOGO = @top_srcdir@/doc/logo/dumux_logo_small.png +PROJECT_NUMBER = @DUNE_MOD_VERSION@ + PREDEFINED += "NEW_PROP_TAG(name)=Property tag name" \ "NEW_TYPE_TAG(name)=Type tag name" \ HAVE_VALGRIND:=1 diff --git a/doc/doxygen/customdoxygendumux.css b/doc/doxygen/customdoxygendumux.css index 3cd19f7d80bb465e684312550be401652ed1b07e..7db7aa057b193fecc99e43374f4d2c04147ae9ca 100644 --- a/doc/doxygen/customdoxygendumux.css +++ b/doc/doxygen/customdoxygendumux.css @@ -1164,6 +1164,7 @@ dl.section dd { #projectlogo img { border: 0px none; + padding-bottom: 10px; } #projectalign @@ -1173,21 +1174,24 @@ dl.section dd { #projectname { - font: 300% Tahoma, Arial,sans-serif; + color: #ffffff; + font: 100% Tahoma, Arial,sans-serif; margin: 0px; - padding: 2px 0px; + padding: 7px 0px; } #projectbrief { font: 120% Tahoma, Arial,sans-serif; margin: 0px; - padding: 0px; + padding-left: 13px; + padding-bottom: 10px; } #projectnumber { - font: 50% Tahoma, Arial,sans-serif; + color: #000000; + font: 150% Tahoma, Arial,sans-serif; margin: 0px; padding: 0px; } diff --git a/doc/logo/dumux_logo_small.png b/doc/logo/dumux_logo_small.png new file mode 100644 index 0000000000000000000000000000000000000000..98d28bc3c6a201c7afe8e7ba1b88f4a9364e3d42 Binary files /dev/null and b/doc/logo/dumux_logo_small.png differ