initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / doc / Doxygen / Doxygen.css
blob24955d35f27bbd8d1da537372f7b4fd3ac9bb0fb
1 body { color: #000000 ; background: #ffffff; margin: 0px; font-family: verdana, arial, helvetica, sans-serif; text-decoration: none; font-size: 12px; }
2 a:link { text-decoration: none; color: #0000ff ; }
3 a:link:hover { text-decoration: none; color: #0000ff ; }
4 a:visited { text-decoration: none; color: #0000ff ; }
5 a:visited:hover { text-decoration: none; color: #0000ff ; }
6 a:link img { border: 0; }
7 a:visited img { border: 0; }
8 a:active img { border: 0; }
9 a.menuLefton { color: #0000ff; font-size: 12px; font-weight: bold; }
10 td.leftmenu { font-family: verdana, arial, helvetica, sans-serif; text-decoration: none; background: #ddddff; text-align: left; font-size: 14px; height: 20px; width: 200px; }
11 a.menuTopoff { color: #000000; font-size: 14px; }
12 a.menuTopoff:visited { color: #000000; font-size: 14px; }
13 a.menuTopoff:hover { color: #0000ff; font-size: 14px; }
14 td.topmenu { font-family: verdana, arial, helvetica, sans-serif; background: #ddddff; text-align: center; font-size: 16px; width: 150px; font-weight: bold; }
15 h1 { font-size: 18px; }
16 h2 { font-size: 16px; }
17 h3 { font-size: 14px; }
19 /* formatting for member functions:
20 * Since the OpenFOAM code already has nice line-breaks, wrapping the lines
21 * just looks terrible.
22 * Give a slightly different background to make it easier to find.
24 .memitem {
25 padding: 4px;
26 background-color: #eef3f5;
27 border-width: 1px;
28 border-style: solid;
29 border-color: #dedeee;
32 .memproto {
33 background-color: #d5e1e8;
34 width: 100%;
35 border-width: 1px;
36 border-style: solid;
37 border-color: #84b0c7;
38 font-weight: bold;
41 table.memname {
42 width: 100%;
43 background: #f7f7ff;
44 white-space: nowrap;
48 .indexkey {
49 vertical-align: top;
50 background: #f7f7ff;
53 .indexvalue {
54 vertical-align: top;
55 background: #f7f7ff;
58 .paramkey {
59 width: 5%;
62 .memItemLeft {
63 background: #f7f7ff;
66 .memItemRight {
67 background: #f7f7ff;
70 .mdescLeft {
71 margin: 0px;
74 .mdescRight {
75 font-style: italic;