ThirdParty:scotch 6.0.4 under Mac OSX: enable Scotch pthread
[foam-extend-3.2.git] / doc / Doxygen / Doxygen.css
blob0cd2e2ce0420016ee79f551ab26316b14ad6983b
1 body {
2 color: #000000 ;
3 background: #ffffff;
4 margin: 0px;
5 font-family: verdana, arial, helvetica, sans-serif;
6 text-decoration: none;
7 font-size: 12px;
9 a:link { text-decoration: none; color: #0000ff ; }
10 a:link:hover { text-decoration: none; color: #0000ff ; }
11 a:visited { text-decoration: none; color: #0000ff ; }
12 a:visited:hover { text-decoration: none; color: #0000ff ; }
13 a:link img { border: 0; }
14 a:visited img { border: 0; }
15 a:active img { border: 0; }
16 a.menuLefton { color: #0000ff; font-size: 12px; font-weight: bold; }
17 td.leftmenu {
18 font-family: verdana, arial, helvetica, sans-serif;
19 text-decoration: none;
20 background: #ddddff;
21 text-align: left;
22 font-size: 14px;
23 height: 20px;
24 width: 200px;
27 a.menuTopoff { color: #000000; font-size: 14px; }
28 a.menuTopoff:visited { color: #000000; font-size: 14px; }
29 a.menuTopoff:hover { color: #0000ff; font-size: 14px; }
30 td.topmenu {
31 font-family: verdana, arial, helvetica, sans-serif;
32 background: #ddddff;
33 text-align: center;
34 font-size: 16px;
35 width: 150px;
36 font-weight: bold;
38 h1 { font-size: 18px; }
39 h2 { font-size: 16px; }
40 h3 { font-size: 14px; }
42 /* formatting for member functions:
43 * Since the OpenFOAM code already has nice line-breaks, wrapping the lines
44 * just looks terrible.
45 * Give a slightly different background to make it easier to find.
47 div.line {
48 font-family: monospace, fixed;
49 font-size: 13px;
50 line-height: 1.0;
51 text-wrap: unrestricted;
52 white-space: -moz-pre-wrap; /* Moz */
53 white-space: -pre-wrap; /* Opera 4-6 */
54 white-space: -o-pre-wrap; /* Opera 7 */
55 white-space: pre-wrap; /* CSS3 */
56 word-wrap: break-word; /* IE 5.5+ */
57 text-indent: -53px;
58 padding-left: 53px;
59 padding-bottom: 0px;
60 margin: 0px;
63 span.lineno {
64 padding-right: 4px;
65 text-align: right;
66 border-right: 2px solid #ddddff;
67 background-color: #ddddff;
68 white-space: pre;
72 .memitem {
73 padding: 4px;
74 background-color: #eef3f5;
75 border-width: 1px;
76 border-style: solid;
77 border-color: #dedeee;
80 .memproto {
81 background-color: #d5e1e8;
82 width: 100%;
83 border-width: 1px;
84 border-style: solid;
85 border-color: #84b0c7;
86 font-weight: bold;
89 table.memname {
90 width: 100%;
91 background: #f7f7ff;
92 white-space: nowrap;
96 .indexkey {
97 vertical-align: top;
98 background: #f7f7ff;
101 .indexvalue {
102 vertical-align: top;
103 background: #f7f7ff;
106 .paramkey {
107 width: 5%;
110 .memItemLeft {
111 background: #f7f7ff;
114 .memItemRight {
115 background: #f7f7ff;
118 .mdescLeft {
119 margin: 0px;
122 .mdescRight {
123 font-style: italic;