]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/extra_stylesheet.css
fix consruction of string
[wxWidgets.git] / docs / doxygen / extra_stylesheet.css
index 48658c3ca8dbb32f50f43091a53847a7fca95a8c..2acb20158dd6f8ca622a4206b3bad75887bdd9cb 100644 (file)
@@ -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;
     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