Mercurial > pub > site.implab
diff public_html/static/css/doxygen.css @ 6:2d1a0a75fc49
added css, templates
author | sergey |
---|---|
date | Mon, 12 May 2014 18:05:30 +0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/public_html/static/css/doxygen.css Mon May 12 18:05:30 2014 +0400 @@ -0,0 +1,55 @@ +#toc { + overflow: auto; +} + +.doxContainer .header { + background: inherit; +} + +.textPre { + font-family: courier; + white-space: nowrap; +} + +.para { + margin: 0.5em 0em; +} + +table { + border-collapse: collapse; +} + +table td, +table th +{ + padding: 3px; + vertical-align: top; +} + +table th { + font-weight: bold; +} + +table.membersTable { + width: 100%; +} + +.membersTable td, +.membersTable th +{ + border: 1px solid #c0c0c0; +} + +.siblingLinks { + white-space: nowrap; +} + +.siblingLinks a { + color: #707070; + font-weight: normal; +} + +.siblingLinks .active a { + color: #000000; + font-weight: bold; +} \ No newline at end of file