and generate cleaner HTML files. Thanks to Bruno Santos for various fixes and improvements. Resolves bug reports: http://www.openfoam.org/mantisbt/view.php?id=1516 http://www.openfoam.org/mantisbt/view.php?id=1016 http://www.openfoam.org/mantisbt/view.php?id=1512
751 lines
12 KiB
CSS
751 lines
12 KiB
CSS
/* The standard CSS for doxygen */
|
|
|
|
/* set these elsewhere!! */
|
|
/*
|
|
body, table, div, p, dl {
|
|
font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
*/
|
|
|
|
/* @group Heading Levels */
|
|
|
|
h1 {
|
|
text-align: center;
|
|
font-size: 150%;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 120%;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 100%;
|
|
}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.multicol {
|
|
-moz-column-gap: 1em;
|
|
-webkit-column-gap: 1em;
|
|
-moz-column-count: 3;
|
|
-webkit-column-count: 3;
|
|
}
|
|
|
|
p.startli, p.startdd, p.starttd {
|
|
margin-top: 2px;
|
|
}
|
|
|
|
p.endli {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
p.enddd {
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
p.endtd {
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
caption {
|
|
font-weight: bold;
|
|
}
|
|
|
|
span.legend {
|
|
font-size: 70%;
|
|
text-align: center;
|
|
}
|
|
|
|
h3.version {
|
|
font-size: 90%;
|
|
text-align: center;
|
|
}
|
|
|
|
div.qindex, div.navtab{
|
|
background-color: #e8eef2;
|
|
border: 1px solid #84b0c7;
|
|
text-align: center;
|
|
margin: 2px;
|
|
padding: 2px;
|
|
}
|
|
|
|
div.qindex, div.navpath {
|
|
width: 100%;
|
|
line-height: 140%;
|
|
}
|
|
|
|
div.navtab {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
/* @group Link Styling */
|
|
|
|
a {
|
|
color: rgb(85,144,112);
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.contents a:visited {
|
|
color: rgb(85,144,112);
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a.qindex {
|
|
font-weight: bold;
|
|
}
|
|
|
|
a.qindexHL {
|
|
font-weight: bold;
|
|
background-color: #6666cc;
|
|
color: #ffffff;
|
|
border: 1px double #9295C2;
|
|
}
|
|
|
|
.contents a.qindexHL:visited {
|
|
color: #ffffff;
|
|
}
|
|
|
|
a.el {
|
|
font-weight: bold;
|
|
}
|
|
|
|
a.elRef {
|
|
}
|
|
|
|
a.code {
|
|
color: #3030f0;;
|
|
font-family: "Courier New", Courier, monospace, fixed;
|
|
}
|
|
|
|
a.codeRef {
|
|
color: #3030f0;;
|
|
font-family: "Courier New", Courier, monospace, fixed;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
dl.el {
|
|
margin-left: -1cm;
|
|
}
|
|
|
|
.fragment {
|
|
font-size: 105%;
|
|
font-family: "Courier New", Courier, monospace, fixed;
|
|
}
|
|
|
|
pre.fragment {
|
|
border: 1px solid #CCCCCC;
|
|
background-color: #f5f5f5;
|
|
padding: 4px 6px;
|
|
margin: 4px 8px 4px 2px;
|
|
overflow: auto;
|
|
word-wrap: break-word;
|
|
font-size: 9pt;
|
|
line-height: 125%;
|
|
}
|
|
|
|
div.ah {
|
|
background-color: black;
|
|
font-weight: bold;
|
|
color: #ffffff;
|
|
margin-bottom: 3px;
|
|
margin-top: 3px
|
|
}
|
|
|
|
div.groupHeader {
|
|
margin-left: 16px;
|
|
margin-top: 12px;
|
|
margin-bottom: 6px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.groupText {
|
|
margin-left: 16px;
|
|
font-style: italic;
|
|
}
|
|
|
|
body {
|
|
background: white;
|
|
color: black;
|
|
margin-right: 20px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
td.indexkey {
|
|
background-color: #e8eef2;
|
|
font-weight: bold;
|
|
border: 1px solid #CCCCCC;
|
|
margin: 2px 0px 2px 0;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
td.indexvalue {
|
|
background-color: #e8eef2;
|
|
border: 1px solid #CCCCCC;
|
|
padding: 2px 10px;
|
|
margin: 2px 0px;
|
|
}
|
|
|
|
tr.memlist {
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
p.formulaDsp {
|
|
text-align: center;
|
|
}
|
|
|
|
img.formulaDsp {
|
|
|
|
}
|
|
|
|
img.formulaInl {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
div.center {
|
|
text-align: center;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.center img {
|
|
border: 0px;
|
|
}
|
|
|
|
img.footer {
|
|
border: 0px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* @group Code Colorization */
|
|
|
|
span.keyword {
|
|
color: #008000;
|
|
font-family: "Courier New", Courier, monospace, fixed;
|
|
}
|
|
|
|
span.keywordtype {
|
|
color: #604020;
|
|
font-family: "Courier New", Courier, monospace, fixed;
|
|
}
|
|
|
|
span.keywordflow {
|
|
color: #e08000;
|
|
font-family: "Courier New", Courier, monospace, fixed;
|
|
}
|
|
|
|
span.comment {
|
|
color: #800000;
|
|
font-family: "Courier New", Courier, monospace, fixed;
|
|
}
|
|
|
|
span.preprocessor {
|
|
color: #806020;
|
|
font-family: "Courier New", Courier, monospace, fixed;
|
|
}
|
|
|
|
span.stringliteral {
|
|
color: #002080;
|
|
font-family: "Courier New", Courier, monospace, fixed;
|
|
}
|
|
|
|
span.charliteral {
|
|
color: #008080;
|
|
font-family: "Courier New", Courier, monospace, fixed;
|
|
}
|
|
|
|
span.vhdldigit {
|
|
color: #ff00ff;
|
|
font-family: "Courier New", Courier, monospace, fixed;
|
|
}
|
|
|
|
span.vhdlchar {
|
|
color: #000000;
|
|
font-family: "Courier New", Courier, monospace, fixed;
|
|
}
|
|
|
|
span.vhdlkeyword {
|
|
color: #700070;
|
|
font-family: "Courier New", Courier, monospace, fixed;
|
|
}
|
|
|
|
span.vhdllogic {
|
|
color: #ff0000;
|
|
font-family: "Courier New", Courier, monospace, fixed;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
.search {
|
|
color: #003399;
|
|
font-weight: bold;
|
|
}
|
|
|
|
form.search {
|
|
margin-bottom: 0px;
|
|
margin-top: 0px;
|
|
}
|
|
|
|
input.search {
|
|
font-size: 75%;
|
|
color: #000080;
|
|
font-weight: normal;
|
|
background-color: #e8eef2;
|
|
}
|
|
|
|
td.tiny {
|
|
font-size: 75%;
|
|
}
|
|
|
|
.dirtab {
|
|
padding: 4px;
|
|
border-collapse: collapse;
|
|
border: 1px solid #84b0c7;
|
|
}
|
|
|
|
th.dirtab {
|
|
background: #e8eef2;
|
|
font-weight: bold;
|
|
}
|
|
|
|
hr {
|
|
height: 0px;
|
|
border: none;
|
|
border-top: 1px solid #666;
|
|
}
|
|
|
|
hr.footer {
|
|
height: 1px;
|
|
}
|
|
|
|
/* @group Member Descriptions */
|
|
|
|
.mdescLeft, .mdescRight,
|
|
.memItemLeft, .memItemRight,
|
|
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
|
|
background-color: #FAFAFA;
|
|
border: none;
|
|
margin: 4px;
|
|
padding: 1px 0 0 8px;
|
|
}
|
|
|
|
.mdescLeft, .mdescRight {
|
|
padding: 0px 8px 4px 8px;
|
|
color: #555;
|
|
}
|
|
|
|
.memItemLeft, .memItemRight, .memTemplParams {
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
|
|
.memItemLeft, .memTemplItemLeft {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.memTemplParams {
|
|
color: #606060;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
/* @group Member Details */
|
|
|
|
/* Styles for detailed member documentation */
|
|
|
|
.memtemplate {
|
|
font-size: 80%;
|
|
color: #606060;
|
|
font-weight: normal;
|
|
margin-left: 3px;
|
|
}
|
|
|
|
.memnav {
|
|
background-color: #e8eef2;
|
|
border: 1px solid #84b0c7;
|
|
text-align: center;
|
|
margin: 2px;
|
|
margin-right: 15px;
|
|
padding: 2px;
|
|
}
|
|
|
|
.memitem {
|
|
padding: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.memname {
|
|
white-space: nowrap;
|
|
font-weight: bold;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.memproto {
|
|
border-top: 1px solid #84b0c7;
|
|
border-left: 1px solid #84b0c7;
|
|
border-right: 1px solid #84b0c7;
|
|
padding: 0;
|
|
background-color: #d5e1e8;
|
|
font-weight: bold;
|
|
/* firefox specific markup */
|
|
background-image: -moz-linear-gradient(rgba(225, 244, 238, 1.0) 0%, rgba(191, 223, 191, 1.0) 100%);
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
|
|
-moz-border-radius-topright: 8px;
|
|
-moz-border-radius-topleft: 8px;
|
|
/* webkit specific markup */
|
|
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(225, 244, 238, 1.0)), to(rgba(191, 223, 191, 1.0)));
|
|
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
|
-webkit-border-top-right-radius: 8px;
|
|
-webkit-border-top-left-radius: 8px;
|
|
|
|
}
|
|
|
|
.memdoc {
|
|
border-bottom: 1px solid #84b0c7;
|
|
border-left: 1px solid #84b0c7;
|
|
border-right: 1px solid #84b0c7;
|
|
padding: 2px 5px;
|
|
background-color: #eef3f5;
|
|
border-top-width: 0;
|
|
/* firefox specific markup */
|
|
-moz-border-radius-bottomleft: 8px;
|
|
-moz-border-radius-bottomright: 8px;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
|
|
/* webkit specific markup */
|
|
-webkit-border-bottom-left-radius: 8px;
|
|
-webkit-border-bottom-right-radius: 8px;
|
|
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.paramkey {
|
|
text-align: right;
|
|
}
|
|
|
|
.paramtype {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.paramname {
|
|
color: #602020;
|
|
white-space: nowrap;
|
|
}
|
|
.paramname em {
|
|
font-style: normal;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
/* @group Directory (tree) */
|
|
|
|
/* for the tree view */
|
|
|
|
.ftvtree {
|
|
font-family: sans-serif;
|
|
margin: 0.5em;
|
|
}
|
|
|
|
/* these are for tree view when used as main index */
|
|
|
|
.directory {
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.directory h3 {
|
|
margin: 0px;
|
|
margin-top: 1em;
|
|
font-size: 11pt;
|
|
}
|
|
|
|
/*
|
|
The following two styles can be used to replace the root node title
|
|
with an image of your choice. Simply uncomment the next two styles,
|
|
specify the name of your image and be sure to set 'height' to the
|
|
proper pixel height of your image.
|
|
*/
|
|
|
|
/*
|
|
.directory h3.swap {
|
|
height: 61px;
|
|
background-repeat: no-repeat;
|
|
background-image: url("yourimage.gif");
|
|
}
|
|
.directory h3.swap span {
|
|
display: none;
|
|
}
|
|
*/
|
|
|
|
.directory > h3 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.directory p {
|
|
margin: 0px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.directory div {
|
|
display: none;
|
|
margin: 0px;
|
|
}
|
|
|
|
.directory img {
|
|
vertical-align: -30%;
|
|
}
|
|
|
|
/* these are for tree view when not used as main index */
|
|
|
|
.directory-alt {
|
|
font-size: 100%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.directory-alt h3 {
|
|
margin: 0px;
|
|
margin-top: 1em;
|
|
font-size: 11pt;
|
|
}
|
|
|
|
.directory-alt > h3 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.directory-alt p {
|
|
margin: 0px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.directory-alt div {
|
|
display: none;
|
|
margin: 0px;
|
|
}
|
|
|
|
.directory-alt img {
|
|
vertical-align: -30%;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
address {
|
|
font-style: normal;
|
|
color: #333;
|
|
}
|
|
|
|
table.doxtable {
|
|
border-collapse:collapse;
|
|
}
|
|
|
|
table.doxtable td, table.doxtable th {
|
|
border: 1px solid rgb(85,144,112);
|
|
padding: 3px 7px 2px;
|
|
}
|
|
|
|
table.doxtable th {
|
|
background-color: #254798;
|
|
color: #FFFFFF;
|
|
font-size: 110%;
|
|
padding-bottom: 4px;
|
|
padding-top: 5px;
|
|
text-align:left;
|
|
}
|
|
|
|
/* tooltip related style info */
|
|
|
|
.ttc {
|
|
position: absolute;
|
|
display: none;
|
|
}
|
|
|
|
#powerTip {
|
|
cursor: default;
|
|
white-space: nowrap;
|
|
background-color: white;
|
|
border: 1px solid gray;
|
|
border-radius: 4px 4px 4px 4px;
|
|
box-shadow: 1px 1px 7px gray;
|
|
display: none;
|
|
font-size: smaller;
|
|
max-width: 80%;
|
|
opacity: 0.9;
|
|
padding: 1ex 1em 1em;
|
|
position: absolute;
|
|
z-index: 2147483647;
|
|
}
|
|
|
|
#powerTip div.ttdoc {
|
|
color: grey;
|
|
font-style: italic;
|
|
}
|
|
|
|
#powerTip div.ttname a {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#powerTip div.ttname {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#powerTip div.ttdeci {
|
|
color: #006318;
|
|
}
|
|
|
|
#powerTip div {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font: 12px/16px Roboto,sans-serif;
|
|
}
|
|
|
|
#powerTip:before, #powerTip:after {
|
|
content: "";
|
|
position: absolute;
|
|
margin: 0px;
|
|
}
|
|
|
|
#powerTip.n:after, #powerTip.n:before,
|
|
#powerTip.s:after, #powerTip.s:before,
|
|
#powerTip.w:after, #powerTip.w:before,
|
|
#powerTip.e:after, #powerTip.e:before,
|
|
#powerTip.ne:after, #powerTip.ne:before,
|
|
#powerTip.se:after, #powerTip.se:before,
|
|
#powerTip.nw:after, #powerTip.nw:before,
|
|
#powerTip.sw:after, #powerTip.sw:before {
|
|
border: solid transparent;
|
|
content: " ";
|
|
height: 0;
|
|
width: 0;
|
|
position: absolute;
|
|
}
|
|
|
|
#powerTip.n:after, #powerTip.s:after,
|
|
#powerTip.w:after, #powerTip.e:after,
|
|
#powerTip.nw:after, #powerTip.ne:after,
|
|
#powerTip.sw:after, #powerTip.se:after {
|
|
border-color: rgba(255, 255, 255, 0);
|
|
}
|
|
|
|
#powerTip.n:before, #powerTip.s:before,
|
|
#powerTip.w:before, #powerTip.e:before,
|
|
#powerTip.nw:before, #powerTip.ne:before,
|
|
#powerTip.sw:before, #powerTip.se:before {
|
|
border-color: rgba(128, 128, 128, 0);
|
|
}
|
|
|
|
#powerTip.n:after, #powerTip.n:before,
|
|
#powerTip.ne:after, #powerTip.ne:before,
|
|
#powerTip.nw:after, #powerTip.nw:before {
|
|
top: 100%;
|
|
}
|
|
|
|
#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
|
|
border-top-color: #ffffff;
|
|
border-width: 10px;
|
|
margin: 0px -10px;
|
|
}
|
|
#powerTip.n:before {
|
|
border-top-color: #808080;
|
|
border-width: 11px;
|
|
margin: 0px -11px;
|
|
}
|
|
#powerTip.n:after, #powerTip.n:before {
|
|
left: 50%;
|
|
}
|
|
|
|
#powerTip.nw:after, #powerTip.nw:before {
|
|
right: 14px;
|
|
}
|
|
|
|
#powerTip.ne:after, #powerTip.ne:before {
|
|
left: 14px;
|
|
}
|
|
|
|
#powerTip.s:after, #powerTip.s:before,
|
|
#powerTip.se:after, #powerTip.se:before,
|
|
#powerTip.sw:after, #powerTip.sw:before {
|
|
bottom: 100%;
|
|
}
|
|
|
|
#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
|
|
border-bottom-color: #ffffff;
|
|
border-width: 10px;
|
|
margin: 0px -10px;
|
|
}
|
|
|
|
#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
|
|
border-bottom-color: #808080;
|
|
border-width: 11px;
|
|
margin: 0px -11px;
|
|
}
|
|
|
|
#powerTip.s:after, #powerTip.s:before {
|
|
left: 50%;
|
|
}
|
|
|
|
#powerTip.sw:after, #powerTip.sw:before {
|
|
right: 14px;
|
|
}
|
|
|
|
#powerTip.se:after, #powerTip.se:before {
|
|
left: 14px;
|
|
}
|
|
|
|
#powerTip.e:after, #powerTip.e:before {
|
|
left: 100%;
|
|
}
|
|
#powerTip.e:after {
|
|
border-left-color: #ffffff;
|
|
border-width: 10px;
|
|
top: 50%;
|
|
margin-top: -10px;
|
|
}
|
|
#powerTip.e:before {
|
|
border-left-color: #808080;
|
|
border-width: 11px;
|
|
top: 50%;
|
|
margin-top: -11px;
|
|
}
|
|
|
|
#powerTip.w:after, #powerTip.w:before {
|
|
right: 100%;
|
|
}
|
|
#powerTip.w:after {
|
|
border-right-color: #ffffff;
|
|
border-width: 10px;
|
|
top: 50%;
|
|
margin-top: -10px;
|
|
}
|
|
#powerTip.w:before {
|
|
border-right-color: #808080;
|
|
border-width: 11px;
|
|
top: 50%;
|
|
margin-top: -11px;
|
|
}
|
|
|
|
@media print
|
|
{
|
|
#top { display: none; }
|
|
#side-nav { display: none; }
|
|
#nav-path { display: none; }
|
|
body { overflow:visible; }
|
|
h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
|
|
.summary { display: none; }
|
|
.memitem { page-break-inside: avoid; }
|
|
#doc-content
|
|
{
|
|
margin-left:0 !important;
|
|
height:auto !important;
|
|
width:auto !important;
|
|
overflow:inherit;
|
|
display:inline;
|
|
}
|
|
}
|