mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
40 lines
651 B
CSS
40 lines
651 B
CSS
body {
|
|
border: 1px solid #000000;
|
|
background: #EEF3F5;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
div.ProxyHeading {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
padding-left: 5px;
|
|
background: #adc4d2;
|
|
font-weight: bold;
|
|
font-size: 24pt;
|
|
border-bottom: 1px solid #000000;
|
|
}
|
|
span.ProxyHeadingSmallText {
|
|
font-weight: bold;
|
|
font-size: 12pt;
|
|
}
|
|
div.ProxyLongHelp {
|
|
margin: 20px;
|
|
font-style: italic;
|
|
}
|
|
div.ProxyDescription {
|
|
border-top: 1px solid;
|
|
}
|
|
table.PropertiesTable {
|
|
}
|
|
tr.PropertiesTableHeading {
|
|
background: #85a8bc;
|
|
}
|
|
|
|
div.toc {
|
|
background: #DDDDDD;
|
|
border: 1px solid #000000;
|
|
margin: 2em 2em;
|
|
padding: 1em;
|
|
width: 30em;
|
|
}
|