X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78226dacc2d087acc0a1acfb0bd15c7cc9773c58..63a4b41eda9484b315e499a05aa718b113b20da1:/docs/doxygen/extra_stylesheet.css diff --git a/docs/doxygen/extra_stylesheet.css b/docs/doxygen/extra_stylesheet.css index 48658c3ca8..2acb20158d 100644 --- a/docs/doxygen/extra_stylesheet.css +++ b/docs/doxygen/extra_stylesheet.css @@ -1,5 +1,26 @@ /* wxWidgets Custom Styles */ +html, body { + margin: 0; + padding: 0; + height: 100%; +} + +#page_container { + position: relative; + margin: 0; + padding: 0; + height: auto !important; + height: 100%; + min-height: 100%; +} + +div.contents, div.searchresults { + margin-top: 10px; + margin-right: 12px; + padding-bottom: 70px; +} + #projectlogo { text-align: left; padding: 0.5em; @@ -11,6 +32,17 @@ padding: 0.5em 1em; } +.tabs { + font-size: 14px; +} +.tabs2, .tabs3 { + font-size: 12px; +} + +.navpath ul { + font-size: 12px; +} + h1, h2, h3, h4, h5, h6 { color: #002D88; font-weight: normal; @@ -38,11 +70,35 @@ h4 { margin-top: 0.5em; } +div.headertitle h1 { + margin: 10px 2px; + border: none; + padding: 0; + width: auto; + color: black; + font-weight: bold; +} + +div.toc h3 { + font-size: 14px; +} + +div.toc li { + font-size: 12px; + line-height: 1.3; + padding-left: 14px; +} + img.logo { float: right; margin: 20px; } +div.logo { + float: right; + margin: 20px; +} + div.appearance { margin: 1em 0em; } @@ -105,9 +161,18 @@ code { color: #444444; } -hr.footer { - margin-top: 2em; -} address.footer { - margin: 0.75em; + position: absolute; + bottom: 0; + margin: 0; + padding: 10px 0; + width: 100%; + border-top: 1px solid #0043CC; + background-image: url('nav_h.png'); + background-repeat: repeat-x; + background-color: #F4F8FF; +} + +address.footer small { + padding: 0 10px; } \ No newline at end of file