2013-01-06 04:25:41 +08:00
|
|
|
|
2010-10-19 17:40:49 +08:00
|
|
|
/******** Eigen specific CSS code ************/
|
|
|
|
|
2013-01-06 04:25:41 +08:00
|
|
|
/**** Styles removing elements ****/
|
|
|
|
|
|
|
|
/* remove the "modules|classes" link for module pages (they are already in the TOC) */
|
|
|
|
div.summary {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* remove */
|
|
|
|
div.contents hr {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**** ****/
|
|
|
|
|
2012-12-29 01:57:10 +08:00
|
|
|
p, dl.warning, dl.attention, dl.note
|
|
|
|
{
|
Big changes in Eigen documentation:
- Organize the documentation into "chapters".
- Each chapter include many documentation pages, reference pages organized as modules, and a quick reference page.
- The "Chapters" tree is created using the defgroup/ingroup mechanism, even for the documentation pages (i.e., .dox files for which I added an \eigenManualPage macro that we can switch between \page or \defgroup ).
- Add a "General topics" entry for all pages that do not fit well in the previous "chapters".
- The highlevel struture is managed by a new eigendoxy_layout.xml file.
- remove the "index" and quite useless pages (namespace list, class hierarchy, member list, file list, etc.)
- add the javascript search-engine.
- add the "treeview" panel.
- remove \tableofcontents (replace them by a custom \eigenAutoToc macro to be able to easily re-enable if needed).
- add javascript to automatically generate a TOC from the h1/h2 tags of the current page, and put the TOC in the left side panel.
- overload various javascript function generated by doxygen to:
- remove the root of the treeview
- remove links to section/subsection from the treeview
- automatically expand the "Chapters" section
- automatically expand the current section
- adjust the height of the treeview to take into account the TOC
- always use the default .css file, eigendoxy.css now only includes our modifications
- use Doxyfile to specify our logo
- remove cross references to unsupported modules (temporarily)
2013-01-05 23:37:11 +08:00
|
|
|
max-width:60em;
|
|
|
|
text-align:justify;
|
2010-10-19 21:18:06 +08:00
|
|
|
}
|
|
|
|
|
2013-01-07 06:48:59 +08:00
|
|
|
li {
|
|
|
|
max-width:55em;
|
|
|
|
text-align:justify;
|
|
|
|
}
|
|
|
|
|
2008-09-01 14:33:19 +08:00
|
|
|
img {
|
Big changes in Eigen documentation:
- Organize the documentation into "chapters".
- Each chapter include many documentation pages, reference pages organized as modules, and a quick reference page.
- The "Chapters" tree is created using the defgroup/ingroup mechanism, even for the documentation pages (i.e., .dox files for which I added an \eigenManualPage macro that we can switch between \page or \defgroup ).
- Add a "General topics" entry for all pages that do not fit well in the previous "chapters".
- The highlevel struture is managed by a new eigendoxy_layout.xml file.
- remove the "index" and quite useless pages (namespace list, class hierarchy, member list, file list, etc.)
- add the javascript search-engine.
- add the "treeview" panel.
- remove \tableofcontents (replace them by a custom \eigenAutoToc macro to be able to easily re-enable if needed).
- add javascript to automatically generate a TOC from the h1/h2 tags of the current page, and put the TOC in the left side panel.
- overload various javascript function generated by doxygen to:
- remove the root of the treeview
- remove links to section/subsection from the treeview
- automatically expand the "Chapters" section
- automatically expand the current section
- adjust the height of the treeview to take into account the TOC
- always use the default .css file, eigendoxy.css now only includes our modifications
- use Doxyfile to specify our logo
- remove cross references to unsupported modules (temporarily)
2013-01-05 23:37:11 +08:00
|
|
|
border: 0;
|
2010-10-19 22:55:49 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
div.fragment {
|
|
|
|
display:table; /* this allows the element to be larger than its parent */
|
|
|
|
padding: 0pt;
|
|
|
|
}
|
|
|
|
pre.fragment {
|
|
|
|
border: 1px solid #cccccc;
|
2010-10-19 22:07:04 +08:00
|
|
|
|
Big changes in Eigen documentation:
- Organize the documentation into "chapters".
- Each chapter include many documentation pages, reference pages organized as modules, and a quick reference page.
- The "Chapters" tree is created using the defgroup/ingroup mechanism, even for the documentation pages (i.e., .dox files for which I added an \eigenManualPage macro that we can switch between \page or \defgroup ).
- Add a "General topics" entry for all pages that do not fit well in the previous "chapters".
- The highlevel struture is managed by a new eigendoxy_layout.xml file.
- remove the "index" and quite useless pages (namespace list, class hierarchy, member list, file list, etc.)
- add the javascript search-engine.
- add the "treeview" panel.
- remove \tableofcontents (replace them by a custom \eigenAutoToc macro to be able to easily re-enable if needed).
- add javascript to automatically generate a TOC from the h1/h2 tags of the current page, and put the TOC in the left side panel.
- overload various javascript function generated by doxygen to:
- remove the root of the treeview
- remove links to section/subsection from the treeview
- automatically expand the "Chapters" section
- automatically expand the current section
- adjust the height of the treeview to take into account the TOC
- always use the default .css file, eigendoxy.css now only includes our modifications
- use Doxyfile to specify our logo
- remove cross references to unsupported modules (temporarily)
2013-01-05 23:37:11 +08:00
|
|
|
margin: 2px 0px 2px 0px;
|
2010-10-19 22:55:49 +08:00
|
|
|
padding: 3px 5px 3px 5px;
|
2010-10-19 22:07:04 +08:00
|
|
|
}
|
2010-10-19 17:40:49 +08:00
|
|
|
|
2013-01-06 04:25:41 +08:00
|
|
|
|
2013-01-06 00:14:14 +08:00
|
|
|
|
2010-10-19 21:25:00 +08:00
|
|
|
/* Common style for all Eigen's tables */
|
2010-10-19 21:40:23 +08:00
|
|
|
|
2010-10-19 21:25:00 +08:00
|
|
|
table.example, table.manual, table.manual-vl {
|
|
|
|
max-width:100%;
|
2008-09-01 14:33:19 +08:00
|
|
|
border-collapse: collapse;
|
2010-10-19 17:40:49 +08:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
border-color: #cccccc;
|
2008-09-01 14:33:19 +08:00
|
|
|
font-size: 1em;
|
2010-10-19 17:40:49 +08:00
|
|
|
|
|
|
|
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
2010-10-19 21:25:00 +08:00
|
|
|
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
2010-10-19 17:40:49 +08:00
|
|
|
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
|
|
|
}
|
|
|
|
|
2010-10-19 21:25:00 +08:00
|
|
|
table.example th, table.manual th, table.manual-vl th {
|
2010-10-19 17:40:49 +08:00
|
|
|
padding: 0.5em 0.5em 0.5em 0.5em;
|
|
|
|
text-align: left;
|
|
|
|
padding-right: 1em;
|
2010-10-19 21:25:00 +08:00
|
|
|
color: #555555;
|
|
|
|
background-color: #F4F4E5;
|
2010-10-19 17:40:49 +08:00
|
|
|
|
|
|
|
background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.3,#FFFFFF), color-stop(0.30,#FFFFFF), color-stop(0.98,#F4F4E5), to(#ECECDE));
|
|
|
|
background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 30%, #F4F4E5 98%, #ECECDE);
|
2010-10-19 21:25:00 +08:00
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4E5');
|
|
|
|
}
|
|
|
|
|
|
|
|
table.example td, table.manual td, table.manual-vl td {
|
|
|
|
vertical-align:top;
|
|
|
|
border-width: 1px;
|
|
|
|
border-color: #cccccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* header of headers */
|
|
|
|
table th.meta {
|
|
|
|
text-align:center;
|
|
|
|
font-size: 1.2em;
|
|
|
|
background-color:#FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* intermediate header */
|
|
|
|
table th.inter {
|
|
|
|
text-align:left;
|
|
|
|
background-color:#FFFFFF;
|
|
|
|
background-image:none;
|
|
|
|
border-style:solid solid solid solid;
|
|
|
|
border-width: 1px;
|
|
|
|
border-color: #cccccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** class for exemple / output tables **/
|
|
|
|
|
|
|
|
table.example {
|
|
|
|
}
|
|
|
|
|
|
|
|
table.example th {
|
2010-10-19 17:40:49 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
table.example td {
|
|
|
|
padding: 0.5em 0.5em 0.5em 0.5em;
|
|
|
|
vertical-align:top;
|
2008-09-01 14:33:19 +08:00
|
|
|
}
|
2010-06-30 21:52:00 +08:00
|
|
|
|
2010-10-19 17:40:49 +08:00
|
|
|
/* standard class for the manual */
|
|
|
|
|
2010-10-19 21:25:00 +08:00
|
|
|
table.manual, table.manual-vl {
|
2010-10-19 17:40:49 +08:00
|
|
|
padding: 0.2em 0em 0.5em 0em;
|
|
|
|
}
|
|
|
|
|
2010-10-19 21:25:00 +08:00
|
|
|
table.manual th, table.manual-vl th {
|
2010-10-19 17:40:49 +08:00
|
|
|
margin: 0em 0em 0.3em 0em;
|
|
|
|
}
|
|
|
|
|
2010-10-19 21:25:00 +08:00
|
|
|
table.manual td, table.manual-vl td {
|
2010-10-19 17:40:49 +08:00
|
|
|
padding: 0.3em 0.5em 0.3em 0.5em;
|
|
|
|
vertical-align:top;
|
2010-10-19 17:59:11 +08:00
|
|
|
border-width: 1px;
|
2010-10-19 17:40:49 +08:00
|
|
|
}
|
|
|
|
|
2010-10-19 21:25:00 +08:00
|
|
|
table.manual td.alt, table.manual tr.alt, table.manual-vl td.alt, table.manual-vl tr.alt {
|
2010-10-19 17:40:49 +08:00
|
|
|
background-color: #F4F4E5;
|
|
|
|
}
|
|
|
|
|
2010-10-19 21:25:00 +08:00
|
|
|
table.manual-vl th, table.manual-vl td, table.manual-vl td.alt {
|
|
|
|
border-color: #cccccc;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: none solid none solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.manual-vl th.inter {
|
|
|
|
border-style: solid solid solid solid;
|
|
|
|
}
|
2010-10-19 17:40:49 +08:00
|
|
|
|
|
|
|
h2 {
|
|
|
|
margin-top:2em;
|
|
|
|
border-style: none none solid none;
|
|
|
|
border-width: 1px;
|
|
|
|
border-color: #cccccc;
|
|
|
|
}
|
|
|
|
|
Big changes in Eigen documentation:
- Organize the documentation into "chapters".
- Each chapter include many documentation pages, reference pages organized as modules, and a quick reference page.
- The "Chapters" tree is created using the defgroup/ingroup mechanism, even for the documentation pages (i.e., .dox files for which I added an \eigenManualPage macro that we can switch between \page or \defgroup ).
- Add a "General topics" entry for all pages that do not fit well in the previous "chapters".
- The highlevel struture is managed by a new eigendoxy_layout.xml file.
- remove the "index" and quite useless pages (namespace list, class hierarchy, member list, file list, etc.)
- add the javascript search-engine.
- add the "treeview" panel.
- remove \tableofcontents (replace them by a custom \eigenAutoToc macro to be able to easily re-enable if needed).
- add javascript to automatically generate a TOC from the h1/h2 tags of the current page, and put the TOC in the left side panel.
- overload various javascript function generated by doxygen to:
- remove the root of the treeview
- remove links to section/subsection from the treeview
- automatically expand the "Chapters" section
- automatically expand the current section
- adjust the height of the treeview to take into account the TOC
- always use the default .css file, eigendoxy.css now only includes our modifications
- use Doxyfile to specify our logo
- remove cross references to unsupported modules (temporarily)
2013-01-05 23:37:11 +08:00
|
|
|
/**** Table of content in the side-nav ****/
|
2010-10-19 17:40:49 +08:00
|
|
|
|
2013-01-06 00:14:14 +08:00
|
|
|
|
Big changes in Eigen documentation:
- Organize the documentation into "chapters".
- Each chapter include many documentation pages, reference pages organized as modules, and a quick reference page.
- The "Chapters" tree is created using the defgroup/ingroup mechanism, even for the documentation pages (i.e., .dox files for which I added an \eigenManualPage macro that we can switch between \page or \defgroup ).
- Add a "General topics" entry for all pages that do not fit well in the previous "chapters".
- The highlevel struture is managed by a new eigendoxy_layout.xml file.
- remove the "index" and quite useless pages (namespace list, class hierarchy, member list, file list, etc.)
- add the javascript search-engine.
- add the "treeview" panel.
- remove \tableofcontents (replace them by a custom \eigenAutoToc macro to be able to easily re-enable if needed).
- add javascript to automatically generate a TOC from the h1/h2 tags of the current page, and put the TOC in the left side panel.
- overload various javascript function generated by doxygen to:
- remove the root of the treeview
- remove links to section/subsection from the treeview
- automatically expand the "Chapters" section
- automatically expand the current section
- adjust the height of the treeview to take into account the TOC
- always use the default .css file, eigendoxy.css now only includes our modifications
- use Doxyfile to specify our logo
- remove cross references to unsupported modules (temporarily)
2013-01-05 23:37:11 +08:00
|
|
|
div.toc {
|
|
|
|
margin:0;
|
2013-01-06 00:14:14 +08:00
|
|
|
padding: 0.3em 0 0 0;
|
Big changes in Eigen documentation:
- Organize the documentation into "chapters".
- Each chapter include many documentation pages, reference pages organized as modules, and a quick reference page.
- The "Chapters" tree is created using the defgroup/ingroup mechanism, even for the documentation pages (i.e., .dox files for which I added an \eigenManualPage macro that we can switch between \page or \defgroup ).
- Add a "General topics" entry for all pages that do not fit well in the previous "chapters".
- The highlevel struture is managed by a new eigendoxy_layout.xml file.
- remove the "index" and quite useless pages (namespace list, class hierarchy, member list, file list, etc.)
- add the javascript search-engine.
- add the "treeview" panel.
- remove \tableofcontents (replace them by a custom \eigenAutoToc macro to be able to easily re-enable if needed).
- add javascript to automatically generate a TOC from the h1/h2 tags of the current page, and put the TOC in the left side panel.
- overload various javascript function generated by doxygen to:
- remove the root of the treeview
- remove links to section/subsection from the treeview
- automatically expand the "Chapters" section
- automatically expand the current section
- adjust the height of the treeview to take into account the TOC
- always use the default .css file, eigendoxy.css now only includes our modifications
- use Doxyfile to specify our logo
- remove cross references to unsupported modules (temporarily)
2013-01-05 23:37:11 +08:00
|
|
|
width:100%;
|
|
|
|
float:none;
|
|
|
|
position:absolute;
|
|
|
|
bottom:0;
|
|
|
|
border-radius:0px;
|
2013-01-06 00:14:14 +08:00
|
|
|
border-style: solid none none none;
|
2008-08-25 18:49:53 +08:00
|
|
|
}
|
2010-06-30 21:52:00 +08:00
|
|
|
|
Big changes in Eigen documentation:
- Organize the documentation into "chapters".
- Each chapter include many documentation pages, reference pages organized as modules, and a quick reference page.
- The "Chapters" tree is created using the defgroup/ingroup mechanism, even for the documentation pages (i.e., .dox files for which I added an \eigenManualPage macro that we can switch between \page or \defgroup ).
- Add a "General topics" entry for all pages that do not fit well in the previous "chapters".
- The highlevel struture is managed by a new eigendoxy_layout.xml file.
- remove the "index" and quite useless pages (namespace list, class hierarchy, member list, file list, etc.)
- add the javascript search-engine.
- add the "treeview" panel.
- remove \tableofcontents (replace them by a custom \eigenAutoToc macro to be able to easily re-enable if needed).
- add javascript to automatically generate a TOC from the h1/h2 tags of the current page, and put the TOC in the left side panel.
- overload various javascript function generated by doxygen to:
- remove the root of the treeview
- remove links to section/subsection from the treeview
- automatically expand the "Chapters" section
- automatically expand the current section
- adjust the height of the treeview to take into account the TOC
- always use the default .css file, eigendoxy.css now only includes our modifications
- use Doxyfile to specify our logo
- remove cross references to unsupported modules (temporarily)
2013-01-05 23:37:11 +08:00
|
|
|
div.toc h3 {
|
|
|
|
margin-left: 0.5em;
|
2013-01-06 00:14:14 +08:00
|
|
|
margin-bottom: 0.2em;
|
2008-08-25 18:49:53 +08:00
|
|
|
}
|
|
|
|
|
Big changes in Eigen documentation:
- Organize the documentation into "chapters".
- Each chapter include many documentation pages, reference pages organized as modules, and a quick reference page.
- The "Chapters" tree is created using the defgroup/ingroup mechanism, even for the documentation pages (i.e., .dox files for which I added an \eigenManualPage macro that we can switch between \page or \defgroup ).
- Add a "General topics" entry for all pages that do not fit well in the previous "chapters".
- The highlevel struture is managed by a new eigendoxy_layout.xml file.
- remove the "index" and quite useless pages (namespace list, class hierarchy, member list, file list, etc.)
- add the javascript search-engine.
- add the "treeview" panel.
- remove \tableofcontents (replace them by a custom \eigenAutoToc macro to be able to easily re-enable if needed).
- add javascript to automatically generate a TOC from the h1/h2 tags of the current page, and put the TOC in the left side panel.
- overload various javascript function generated by doxygen to:
- remove the root of the treeview
- remove links to section/subsection from the treeview
- automatically expand the "Chapters" section
- automatically expand the current section
- adjust the height of the treeview to take into account the TOC
- always use the default .css file, eigendoxy.css now only includes our modifications
- use Doxyfile to specify our logo
- remove cross references to unsupported modules (temporarily)
2013-01-05 23:37:11 +08:00
|
|
|
div.toc ul {
|
2013-01-06 00:14:14 +08:00
|
|
|
margin: 0.2em 0 0.4em 0.5em;
|
2008-08-25 18:49:53 +08:00
|
|
|
}
|
2010-06-30 21:52:00 +08:00
|
|
|
|
Big changes in Eigen documentation:
- Organize the documentation into "chapters".
- Each chapter include many documentation pages, reference pages organized as modules, and a quick reference page.
- The "Chapters" tree is created using the defgroup/ingroup mechanism, even for the documentation pages (i.e., .dox files for which I added an \eigenManualPage macro that we can switch between \page or \defgroup ).
- Add a "General topics" entry for all pages that do not fit well in the previous "chapters".
- The highlevel struture is managed by a new eigendoxy_layout.xml file.
- remove the "index" and quite useless pages (namespace list, class hierarchy, member list, file list, etc.)
- add the javascript search-engine.
- add the "treeview" panel.
- remove \tableofcontents (replace them by a custom \eigenAutoToc macro to be able to easily re-enable if needed).
- add javascript to automatically generate a TOC from the h1/h2 tags of the current page, and put the TOC in the left side panel.
- overload various javascript function generated by doxygen to:
- remove the root of the treeview
- remove links to section/subsection from the treeview
- automatically expand the "Chapters" section
- automatically expand the current section
- adjust the height of the treeview to take into account the TOC
- always use the default .css file, eigendoxy.css now only includes our modifications
- use Doxyfile to specify our logo
- remove cross references to unsupported modules (temporarily)
2013-01-05 23:37:11 +08:00
|
|
|
/**** old Eigen's styles ****/
|
|
|
|
|
2010-06-30 21:52:00 +08:00
|
|
|
|
2008-09-01 14:33:19 +08:00
|
|
|
table.tutorial_code td {
|
2010-07-01 00:31:31 +08:00
|
|
|
border-color: transparent; /* required for Firefox */
|
2010-07-01 00:04:36 +08:00
|
|
|
padding: 3pt 5pt 3pt 5pt;
|
2010-06-30 20:05:37 +08:00
|
|
|
vertical-align: top;
|
2008-08-25 18:49:53 +08:00
|
|
|
}
|
2010-06-30 21:52:00 +08:00
|
|
|
|
2010-10-19 17:40:49 +08:00
|
|
|
|
2010-06-30 21:52:00 +08:00
|
|
|
/* Whenever doxygen meets a '\n' or a '<BR/>', it will put
|
|
|
|
* the text containing the characted into a <p class="starttd">.
|
|
|
|
* This little hack togehter with table.tutorial_code td.note
|
|
|
|
* aims at fixing this issue. */
|
|
|
|
table.tutorial_code td.note p.starttd {
|
2010-07-01 00:04:36 +08:00
|
|
|
margin: 0px;
|
|
|
|
border: none;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
2010-07-01 00:27:27 +08:00
|
|
|
|
2010-06-30 21:52:00 +08:00
|
|
|
div.eimainmenu {
|
2008-08-27 03:12:23 +08:00
|
|
|
text-align: center;
|
|
|
|
}
|
2010-03-26 20:36:42 +08:00
|
|
|
|
|
|
|
/* center version number on main page */
|
2010-06-30 21:52:00 +08:00
|
|
|
h3.version {
|
2010-03-26 20:36:42 +08:00
|
|
|
text-align: center;
|
|
|
|
}
|
2011-12-03 17:26:00 +08:00
|
|
|
|
|
|
|
|
|
|
|
td.width20em p.endtd {
|
|
|
|
width: 20em;
|
|
|
|
}
|