]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/wxwidgets.css
remove wine path from doxygen_chm: instead add some comments with urls about where...
[wxWidgets.git] / docs / doxygen / wxwidgets.css
index 92f8022307af9e5068c969d0e2a02242242f2e43..66e848956d5419ba98788826ccc4693c39d518ea 100644 (file)
@@ -1,3 +1,18 @@
+/*****************************************************************************
+ ** Name:        wxwidgets.css
+ ** Purpose:     The wxWidgets documentation CSS; a customized version of
+ **              the standard Doxygen CSS
+ ** Author:      Doxygen team
+ ** RCS-ID:      $Id$
+ ** Licence:     wxWindows license
+ *****************************************************************************/
+
+
+/*
+  Doxygen classic styles
+  ======================
+*/   
+
 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
        font-family: Geneva, Arial, Helvetica, sans-serif;
 }
@@ -7,7 +22,7 @@ BODY,TD {
 H1 {
        text-align: center;
        font-size: 160%;
   border-top: 1em;
+ border-top: 1em;
 }
 H2 {
        font-size: 120%;
@@ -435,10 +450,48 @@ HR {
 
 
 /*
- wxWidgets docs specific styles
+  wxWidgets docs specific styles
+  ==============================
 */
 
-table.doctable {
+IMG.logo {
+    float: right;
+    margin: 20px;
+}
+
+IMG.appearance {
+    margin: 20px;
+}
+
+TABLE.appearance {
+    width: 100%;
+    text-align: center;
+    font-style: italic; 
+    font-size: 90%;
+    /*font-weight: bold;*/
+}
+
+SPAN.literal {
+    text-decoration: none;
+    font-weight: bold;
+    font-family: monospace, fixed;
+    color: #008800;
+}
+
+/* we make all the following <span> tags render the text just like
+   the standard Doxygen @remarks, @see tags do, to obtain a uniform
+   look and feel */
+SPAN.itemdef, SPAN.lib, SPAN.category, SPAN.stdobj, SPAN.styles, SPAN.events, SPAN.appearance, SPAN.impl, SPAN.avail {
+    font-weight: bold;
+    line-height: 130%;
+}
+
+SPAN.style, SPAN.event {
+    font-weight: bold;
+    color: #880000;
+}
 
+A[HREF="modules.html"] SPAN:before {
+    content: "Categories / ";
 }