mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Updated doc/Doxygen
This commit is contained in:
54
doc/Doxygen/css/doxyMod.css
Normal file
54
doc/Doxygen/css/doxyMod.css
Normal file
@ -0,0 +1,54 @@
|
||||
/* Modifications to standard doxygen style */
|
||||
|
||||
/* needs space between surrounding border */
|
||||
.contents {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* needs space between surrounding border */
|
||||
.contents ul {
|
||||
margin-left: 20px;
|
||||
list-style-type: square;
|
||||
}
|
||||
|
||||
|
||||
/* colour and underline to match OpenCFD style */
|
||||
.contents h1,
|
||||
.contents h2
|
||||
{
|
||||
color: #646464;
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
margin-bottom: 1em;
|
||||
border-bottom: 7px solid #E1E1E1;
|
||||
}
|
||||
|
||||
/* sub-heading as per navigation background */
|
||||
.contents h2
|
||||
{
|
||||
margin-top: 1em;
|
||||
background: rgb(240,240,240);
|
||||
}
|
||||
|
||||
|
||||
/* match overall border style */
|
||||
.contents hr
|
||||
{
|
||||
border: 2px solid rgb(175,175,175);
|
||||
margin: 1em -10px;
|
||||
}
|
||||
|
||||
|
||||
/* client-side search */
|
||||
/* #MSearchResultsWindow { } */
|
||||
|
||||
|
||||
/* table displayed in "Class List" */
|
||||
td.indexkey,
|
||||
td.indexvalue,
|
||||
tr.memlist
|
||||
{
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user