Commit 47e57b94 authored by hybrid's avatar hybrid

Fix layout of api docs. Add new logo to docs.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3985 dfc29bdd-3216-0410-991c-e03cc46cb475
parent d4e32d2a
...@@ -45,7 +45,7 @@ PROJECT_BRIEF = ...@@ -45,7 +45,7 @@ PROJECT_BRIEF =
# exceed 55 pixels and the maximum width should not exceed 200 pixels. # exceed 55 pixels and the maximum width should not exceed 200 pixels.
# Doxygen will copy the logo to the output directory. # Doxygen will copy the logo to the output directory.
PROJECT_LOGO = logobig.png PROJECT_LOGO = irrlichtlogo.png
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.
...@@ -1107,7 +1107,7 @@ GENERATE_TREEVIEW = YES ...@@ -1107,7 +1107,7 @@ GENERATE_TREEVIEW = YES
# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories, # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
# and Class Hierarchy pages using a tree view instead of an ordered list. # and Class Hierarchy pages using a tree view instead of an ordered list.
USE_INLINE_TREES = NO USE_INLINE_TREES = YES
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
# used to set the initial width (in pixels) of the frame in which the tree # used to set the initial width (in pixels) of the frame in which the tree
......
...@@ -69,8 +69,8 @@ h3.version { ...@@ -69,8 +69,8 @@ h3.version {
} }
div.qindex, div.navtab{ div.qindex, div.navtab{
background-color: #EBEFF6; background-color: #EBECF6;
border: 1px solid #A3B4D7; border: 1px solid #A3A6D7;
text-align: center; text-align: center;
} }
...@@ -86,13 +86,13 @@ div.navtab { ...@@ -86,13 +86,13 @@ div.navtab {
/* @group Link Styling */ /* @group Link Styling */
a { a {
color: #3D578C; color: #3D418C;
font-weight: normal; font-weight: normal;
text-decoration: none; text-decoration: none;
} }
.contents a:visited { .contents a:visited {
color: #4665A2; color: #464BA2;
} }
a:hover { a:hover {
...@@ -105,9 +105,9 @@ a.qindex { ...@@ -105,9 +105,9 @@ a.qindex {
a.qindexHL { a.qindexHL {
font-weight: bold; font-weight: bold;
background-color: #9CAFD4; background-color: #9C9FD4;
color: #ffffff; color: #ffffff;
border: 1px double #869DCA; border: 1px double #868ACA;
} }
.contents a.qindexHL:visited { .contents a.qindexHL:visited {
...@@ -122,11 +122,11 @@ a.elRef { ...@@ -122,11 +122,11 @@ a.elRef {
} }
a.code { a.code {
color: #4665A2; color: #464BA2;
} }
a.codeRef { a.codeRef {
color: #4665A2; color: #464BA2;
} }
/* @end */ /* @end */
...@@ -141,8 +141,8 @@ dl.el { ...@@ -141,8 +141,8 @@ dl.el {
} }
pre.fragment { pre.fragment {
border: 1px solid #C4CFE5; border: 1px solid #C4C6E5;
background-color: #FBFCFD; background-color: #FBFBFD;
padding: 4px 6px; padding: 4px 6px;
margin: 4px 8px 4px 2px; margin: 4px 8px 4px 2px;
overflow: auto; overflow: auto;
...@@ -193,22 +193,22 @@ div.contents { ...@@ -193,22 +193,22 @@ div.contents {
} }
td.indexkey { td.indexkey {
background-color: #EBEFF6; background-color: #EBECF6;
font-weight: bold; font-weight: bold;
border: 1px solid #C4CFE5; border: 1px solid #C4C6E5;
margin: 2px 0px 2px 0; margin: 2px 0px 2px 0;
padding: 2px 10px; padding: 2px 10px;
} }
td.indexvalue { td.indexvalue {
background-color: #EBEFF6; background-color: #EBECF6;
border: 1px solid #C4CFE5; border: 1px solid #C4C6E5;
padding: 2px 10px; padding: 2px 10px;
margin: 2px 0px; margin: 2px 0px;
} }
tr.memlist { tr.memlist {
background-color: #EEF1F7; background-color: #EEEEF7;
} }
p.formulaDsp { p.formulaDsp {
...@@ -318,18 +318,18 @@ td.tiny { ...@@ -318,18 +318,18 @@ td.tiny {
.dirtab { .dirtab {
padding: 4px; padding: 4px;
border-collapse: collapse; border-collapse: collapse;
border: 1px solid #A3B4D7; border: 1px solid #A3A6D7;
} }
th.dirtab { th.dirtab {
background: #EBEFF6; background: #EBECF6;
font-weight: bold; font-weight: bold;
} }
hr { hr {
height: 0px; height: 0px;
border: none; border: none;
border-top: 1px solid #4A6AAA; border-top: 1px solid #4A4FAA;
} }
hr.footer { hr.footer {
...@@ -346,7 +346,7 @@ table.memberdecls { ...@@ -346,7 +346,7 @@ table.memberdecls {
.mdescLeft, .mdescRight, .mdescLeft, .mdescRight,
.memItemLeft, .memItemRight, .memItemLeft, .memItemRight,
.memTemplItemLeft, .memTemplItemRight, .memTemplParams { .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
background-color: #F9FAFC; background-color: #F9F9FC;
border: none; border: none;
margin: 4px; margin: 4px;
padding: 1px 0 0 8px; padding: 1px 0 0 8px;
...@@ -358,7 +358,7 @@ table.memberdecls { ...@@ -358,7 +358,7 @@ table.memberdecls {
} }
.memItemLeft, .memItemRight, .memTemplParams { .memItemLeft, .memItemRight, .memTemplParams {
border-top: 1px solid #C4CFE5; border-top: 1px solid #C4C6E5;
} }
.memItemLeft, .memTemplItemLeft { .memItemLeft, .memTemplItemLeft {
...@@ -370,7 +370,7 @@ table.memberdecls { ...@@ -370,7 +370,7 @@ table.memberdecls {
} }
.memTemplParams { .memTemplParams {
color: #4665A2; color: #464BA2;
white-space: nowrap; white-space: nowrap;
} }
...@@ -382,14 +382,14 @@ table.memberdecls { ...@@ -382,14 +382,14 @@ table.memberdecls {
.memtemplate { .memtemplate {
font-size: 80%; font-size: 80%;
color: #4665A2; color: #464BA2;
font-weight: normal; font-weight: normal;
margin-left: 9px; margin-left: 9px;
} }
.memnav { .memnav {
background-color: #EBEFF6; background-color: #EBECF6;
border: 1px solid #A3B4D7; border: 1px solid #A3A6D7;
text-align: center; text-align: center;
margin: 2px; margin: 2px;
margin-right: 15px; margin-right: 15px;
...@@ -413,11 +413,11 @@ table.memberdecls { ...@@ -413,11 +413,11 @@ table.memberdecls {
} }
.memproto, dl.reflist dt { .memproto, dl.reflist dt {
border-top: 1px solid #A8B8D9; border-top: 1px solid #A8ABD9;
border-left: 1px solid #A8B8D9; border-left: 1px solid #A8ABD9;
border-right: 1px solid #A8B8D9; border-right: 1px solid #A8ABD9;
padding: 6px 0px 6px 0px; padding: 6px 0px 6px 0px;
color: #253555; color: #252755;
font-weight: bold; font-weight: bold;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
/* opera specific markup */ /* opera specific markup */
...@@ -434,16 +434,16 @@ table.memberdecls { ...@@ -434,16 +434,16 @@ table.memberdecls {
-webkit-border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px;
background-image:url('nav_f.png'); background-image:url('nav_f.png');
background-repeat:repeat-x; background-repeat:repeat-x;
background-color: #E2E8F2; background-color: #E2E3F2;
} }
.memdoc, dl.reflist dd { .memdoc, dl.reflist dd {
border-bottom: 1px solid #A8B8D9; border-bottom: 1px solid #A8ABD9;
border-left: 1px solid #A8B8D9; border-left: 1px solid #A8ABD9;
border-right: 1px solid #A8B8D9; border-right: 1px solid #A8ABD9;
padding: 2px 5px; padding: 2px 5px;
background-color: #FBFCFD; background-color: #FBFBFD;
border-top-width: 0; border-top-width: 0;
/* opera specific markup */ /* opera specific markup */
border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
...@@ -453,12 +453,12 @@ table.memberdecls { ...@@ -453,12 +453,12 @@ table.memberdecls {
-moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px; -moz-border-radius-bottomright: 8px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7); background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F7FB 95%, #EEEEF7);
/* webkit specific markup */ /* webkit specific markup */
-webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-right-radius: 8px;
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7)); background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F7FB), to(#EEEEF7));
} }
dl.reflist dt { dl.reflist dt {
...@@ -608,7 +608,7 @@ div.dynheader { ...@@ -608,7 +608,7 @@ div.dynheader {
address { address {
font-style: normal; font-style: normal;
color: #2A3D61; color: #2A2D61;
} }
table.doxtable { table.doxtable {
...@@ -616,12 +616,12 @@ table.doxtable { ...@@ -616,12 +616,12 @@ table.doxtable {
} }
table.doxtable td, table.doxtable th { table.doxtable td, table.doxtable th {
border: 1px solid #2D4068; border: 1px solid #2D3068;
padding: 3px 7px 2px; padding: 3px 7px 2px;
} }
table.doxtable th { table.doxtable th {
background-color: #374F7F; background-color: #373B7F;
color: #FFFFFF; color: #FFFFFF;
font-size: 110%; font-size: 110%;
padding-bottom: 4px; padding-bottom: 4px;
...@@ -632,7 +632,7 @@ table.doxtable th { ...@@ -632,7 +632,7 @@ table.doxtable th {
table.fieldtable { table.fieldtable {
width: 100%; width: 100%;
margin-bottom: 10px; margin-bottom: 10px;
border: 1px solid #A8B8D9; border: 1px solid #A8ABD9;
border-spacing: 0px; border-spacing: 0px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
...@@ -648,13 +648,13 @@ table.fieldtable { ...@@ -648,13 +648,13 @@ table.fieldtable {
.fieldtable td.fieldtype, .fieldtable td.fieldname { .fieldtable td.fieldtype, .fieldtable td.fieldname {
white-space: nowrap; white-space: nowrap;
border-right: 1px solid #A8B8D9; border-right: 1px solid #A8ABD9;
border-bottom: 1px solid #A8B8D9; border-bottom: 1px solid #A8ABD9;
vertical-align: top; vertical-align: top;
} }
.fieldtable td.fielddoc { .fieldtable td.fielddoc {
border-bottom: 1px solid #A8B8D9; border-bottom: 1px solid #A8ABD9;
width: 100%; width: 100%;
} }
...@@ -665,9 +665,9 @@ table.fieldtable { ...@@ -665,9 +665,9 @@ table.fieldtable {
.fieldtable th { .fieldtable th {
background-image:url('nav_f.png'); background-image:url('nav_f.png');
background-repeat:repeat-x; background-repeat:repeat-x;
background-color: #E2E8F2; background-color: #E2E3F2;
font-size: 90%; font-size: 90%;
color: #253555; color: #252755;
padding-bottom: 4px; padding-bottom: 4px;
padding-top: 5px; padding-top: 5px;
text-align:left; text-align:left;
...@@ -677,7 +677,7 @@ table.fieldtable { ...@@ -677,7 +677,7 @@ table.fieldtable {
-webkit-border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom: 1px solid #A8B8D9; border-bottom: 1px solid #A8ABD9;
} }
...@@ -698,8 +698,8 @@ table.fieldtable { ...@@ -698,8 +698,8 @@ table.fieldtable {
background-repeat:repeat-x; background-repeat:repeat-x;
height:30px; height:30px;
line-height:30px; line-height:30px;
color:#8AA0CC; color:#8A8DCC;
border:solid 1px #C2CDE4; border:solid 1px #C2C4E4;
overflow:hidden; overflow:hidden;
margin:0px; margin:0px;
padding:0px; padding:0px;
...@@ -714,7 +714,7 @@ table.fieldtable { ...@@ -714,7 +714,7 @@ table.fieldtable {
background-image:url('bc_s.png'); background-image:url('bc_s.png');
background-repeat:no-repeat; background-repeat:no-repeat;
background-position:right; background-position:right;
color:#364D7C; color:#36397C;
} }
.navpath li.navelem a .navpath li.navelem a
...@@ -727,7 +727,7 @@ table.fieldtable { ...@@ -727,7 +727,7 @@ table.fieldtable {
.navpath li.navelem a:hover .navpath li.navelem a:hover
{ {
color:#6884BD; color:#686CBD;
} }
.navpath li.footer .navpath li.footer
...@@ -739,7 +739,7 @@ table.fieldtable { ...@@ -739,7 +739,7 @@ table.fieldtable {
background-image:none; background-image:none;
background-repeat:no-repeat; background-repeat:no-repeat;
background-position:right; background-position:right;
color:#364D7C; color:#36397C;
font-size: 8pt; font-size: 8pt;
} }
...@@ -776,9 +776,9 @@ div.header ...@@ -776,9 +776,9 @@ div.header
{ {
background-image:url('nav_h.png'); background-image:url('nav_h.png');
background-repeat:repeat-x; background-repeat:repeat-x;
background-color: #F9FAFC; background-color: #F9F9FC;
margin: 0px; margin: 0px;
border-bottom: 1px solid #C4CFE5; border-bottom: 1px solid #C4C6E5;
} }
div.headertitle div.headertitle
...@@ -870,7 +870,7 @@ dl.bug ...@@ -870,7 +870,7 @@ dl.bug
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
width: 100%; width: 100%;
border-bottom: 1px solid #5373B4; border-bottom: 1px solid #5358B4;
} }
.image .image
...@@ -895,7 +895,7 @@ dl.bug ...@@ -895,7 +895,7 @@ dl.bug
div.zoom div.zoom
{ {
border: 1px solid #90A5CE; border: 1px solid #9093CE;
} }
dl.citelist { dl.citelist {
...@@ -903,7 +903,7 @@ dl.citelist { ...@@ -903,7 +903,7 @@ dl.citelist {
} }
dl.citelist dt { dl.citelist dt {
color:#334975; color:#333675;
float:left; float:left;
font-weight:bold; font-weight:bold;
margin-right:10px; margin-right:10px;
......
...@@ -2,18 +2,16 @@ ...@@ -2,18 +2,16 @@
<li class="footer"> <li class="footer">
<a href="http://irrlicht.sourceforge.net" target="_blank">Irrlicht <a href="http://irrlicht.sourceforge.net" target="_blank">Irrlicht
Engine</a> Documentation &copy; 2003-2011 by Nikolaus Gebhardt. Generated Engine</a> Documentation &copy; 2003-2011 by Nikolaus Gebhardt. Generated
on $datetime by <a href="http://www.doxygen.org/index.html" target="_blank">Doxygen</a> ($doxygenversion) on $datetime by <a href="http://www.doxygen.org/index.html" target="_blank">Doxygen</a> $doxygenversion </li>
</li>
</ul> </ul>
</div> </div>
<!--END GENERATE_TREEVIEW--> <!--END GENERATE_TREEVIEW-->
<!--BEGIN !GENERATE_TREEVIEW--> <!--BEGIN !GENERATE_TREEVIEW-->
<hr class="footer"/> <hr class="footer"/><address class="footer"><small>
<address class="footer">
<small>
<a href="http://irrlicht.sourceforge.net" target="_blank">Irrlicht <a href="http://irrlicht.sourceforge.net" target="_blank">Irrlicht
Engine</a> Documentation &copy; 2003-2011 by Nikolaus Gebhardt. Generated Engine</a> Documentation &copy; 2003-2011 by Nikolaus Gebhardt. Generated
on $datetime by <a href="http://www.doxygen.org/index.html" target="_blank">Doxygen</a> ($doxygenversion) on $datetime by <a href="http://www.doxygen.org/index.html" target="_blank">Doxygen
</a> $doxygenversion
</small></address> </small></address>
<!--END !GENERATE_TREEVIEW--> <!--END !GENERATE_TREEVIEW-->
</body> </body>
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME--> <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME--> <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
<link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css" />
$treeview $treeview
$search $search
$mathjax $mathjax
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment