Mercurial > pub > site.implab
comparison public_html/static/css/doxygen.css @ 6:2d1a0a75fc49
added css, templates
author | sergey |
---|---|
date | Mon, 12 May 2014 18:05:30 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
5:0b703449f192 | 6:2d1a0a75fc49 |
---|---|
1 #toc { | |
2 overflow: auto; | |
3 } | |
4 | |
5 .doxContainer .header { | |
6 background: inherit; | |
7 } | |
8 | |
9 .textPre { | |
10 font-family: courier; | |
11 white-space: nowrap; | |
12 } | |
13 | |
14 .para { | |
15 margin: 0.5em 0em; | |
16 } | |
17 | |
18 table { | |
19 border-collapse: collapse; | |
20 } | |
21 | |
22 table td, | |
23 table th | |
24 { | |
25 padding: 3px; | |
26 vertical-align: top; | |
27 } | |
28 | |
29 table th { | |
30 font-weight: bold; | |
31 } | |
32 | |
33 table.membersTable { | |
34 width: 100%; | |
35 } | |
36 | |
37 .membersTable td, | |
38 .membersTable th | |
39 { | |
40 border: 1px solid #c0c0c0; | |
41 } | |
42 | |
43 .siblingLinks { | |
44 white-space: nowrap; | |
45 } | |
46 | |
47 .siblingLinks a { | |
48 color: #707070; | |
49 font-weight: normal; | |
50 } | |
51 | |
52 .siblingLinks .active a { | |
53 color: #000000; | |
54 font-weight: bold; | |
55 } |