2015-06-11 11:29:23 +00:00
|
|
|
body {
|
|
|
|
color: #000000 ;
|
|
|
|
background: #ffffff;
|
|
|
|
margin: 0px;
|
|
|
|
font-family: verdana, arial, helvetica, sans-serif;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2010-05-12 13:27:55 +00:00
|
|
|
a:link { text-decoration: none; color: #0000ff ; }
|
|
|
|
a:link:hover { text-decoration: none; color: #0000ff ; }
|
|
|
|
a:visited { text-decoration: none; color: #0000ff ; }
|
|
|
|
a:visited:hover { text-decoration: none; color: #0000ff ; }
|
|
|
|
a:link img { border: 0; }
|
|
|
|
a:visited img { border: 0; }
|
|
|
|
a:active img { border: 0; }
|
|
|
|
a.menuLefton { color: #0000ff; font-size: 12px; font-weight: bold; }
|
2015-06-11 11:29:23 +00:00
|
|
|
td.leftmenu {
|
|
|
|
font-family: verdana, arial, helvetica, sans-serif;
|
|
|
|
text-decoration: none;
|
|
|
|
background: #ddddff;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 14px;
|
|
|
|
height: 20px;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
2010-05-12 13:27:55 +00:00
|
|
|
a.menuTopoff { color: #000000; font-size: 14px; }
|
|
|
|
a.menuTopoff:visited { color: #000000; font-size: 14px; }
|
|
|
|
a.menuTopoff:hover { color: #0000ff; font-size: 14px; }
|
2015-06-11 11:29:23 +00:00
|
|
|
td.topmenu {
|
|
|
|
font-family: verdana, arial, helvetica, sans-serif;
|
|
|
|
background: #ddddff;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 16px;
|
|
|
|
width: 150px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2010-05-12 13:27:55 +00:00
|
|
|
h1 { font-size: 18px; }
|
|
|
|
h2 { font-size: 16px; }
|
|
|
|
h3 { font-size: 14px; }
|
|
|
|
|
|
|
|
/* formatting for member functions:
|
|
|
|
* Since the OpenFOAM code already has nice line-breaks, wrapping the lines
|
|
|
|
* just looks terrible.
|
|
|
|
* Give a slightly different background to make it easier to find.
|
|
|
|
*/
|
2015-06-11 11:29:23 +00:00
|
|
|
div.line {
|
2015-08-11 09:16:15 +00:00
|
|
|
font-family: monospace, fixed;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.0;
|
|
|
|
text-wrap: unrestricted;
|
|
|
|
white-space: -moz-pre-wrap; /* Moz */
|
|
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
|
|
white-space: pre-wrap; /* CSS3 */
|
|
|
|
word-wrap: break-word; /* IE 5.5+ */
|
|
|
|
text-indent: -53px;
|
|
|
|
padding-left: 53px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
margin: 0px;
|
2015-06-11 11:29:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
span.lineno {
|
2015-08-11 09:16:15 +00:00
|
|
|
padding-right: 4px;
|
|
|
|
text-align: right;
|
|
|
|
border-right: 2px solid #ddddff;
|
|
|
|
background-color: #ddddff;
|
|
|
|
white-space: pre;
|
2015-06-11 11:29:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-05-12 13:27:55 +00:00
|
|
|
.memitem {
|
|
|
|
padding: 4px;
|
|
|
|
background-color: #eef3f5;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #dedeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.memproto {
|
|
|
|
background-color: #d5e1e8;
|
|
|
|
width: 100%;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #84b0c7;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.memname {
|
|
|
|
width: 100%;
|
|
|
|
background: #f7f7ff;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.indexkey {
|
|
|
|
vertical-align: top;
|
|
|
|
background: #f7f7ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.indexvalue {
|
|
|
|
vertical-align: top;
|
|
|
|
background: #f7f7ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.paramkey {
|
|
|
|
width: 5%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.memItemLeft {
|
|
|
|
background: #f7f7ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.memItemRight {
|
|
|
|
background: #f7f7ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mdescLeft {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mdescRight {
|
|
|
|
font-style: italic;
|
|
|
|
}
|