Add INPUT_FILTER support do Doxygen builder
[senf.git] / doclib / senf.css
index f5f2de4..fc59ad8 100644 (file)
@@ -100,7 +100,17 @@ div.tabs ul li a:visited, div.tabs ul li a:active {
         text-decoration: none;
 }
 
-div.tabs ul li a:hover, div.tabs ul li#current a { 
+div.tabs li.current a {
+       background-position: 100% -150px;
+       border-width     : 0px;
+}
+
+div.tabs li.current span {
+       background-position: 0% -150px;
+       padding-bottom   : 6px;
+}
+
+div.tabs ul li a:hover, div.tabs ul li.current a { 
        color: #726921;
        text-decoration: none;
        background-color: #EDE497;
@@ -175,25 +185,24 @@ dl.bug, dl.fixme, dl.todo, dl.idea {
        padding: 0 10px;
 }
 
-dl:contains("Bug:"), dl:contains("Fix:"), dl:contains("Todo:"), dl:contains("Idea:") { 
+dl.xref-bug, dl.xref-fix, dl.xref-todo, dl.xref-idea { 
        border: 1px solid #CC8888;
-       padding: 4px;
+       padding: 2px 3px;
+       margin: 4px 0;
        background-color: #FFEEEE;
        color: #666666;
-       font-size: 6px;
-       line-height: 6px;
+       font-size: 9px;
        overflow: hidden;
-       height: 6px;
 }
 
-dl:contains("Bug:"):hover, dl:contains("Fix:"):hover, 
-dl:contains("Todo:"):hover, dl:contains("Idea:"):hover { 
-       line-height: inherit;
-       font-size: inherit;
-       height: auto;
+dl.xref-bug dt, dl.xref-fix dt, dl.xref-todo dt, dl.xref-idea dt,
+dl.xref-bug dd, dl.xref-fix dd, dl.xref-todo dd, dl.xref-idea dd { 
+       display: inline;
+       margin: 0;
+       padding: 0;
 }
 
-dl:contains("Bug:") a, dl:contains("Fix:") a, dl:contains("Todo:") a, dl:contains("Idea:") a { 
+dl.xref-bug a, dl.xref-fix a, dl.xref-todo a, dl.xref-idea a { 
        color: #6666FF;
 }
 
@@ -202,7 +211,7 @@ dl.fixme {
        background-color: #FFFFDD;
 }
 
-dl:contains("Fix:") { 
+dl.xref-fix { 
        border-color: #CCCC88;
        background-color: #FFFFEE;
 }
@@ -212,7 +221,7 @@ dl.todo {
        background-color: #DDFFDD;
 }
 
-dl:contains("Todo:") { 
+dl.xref-todo { 
        border-color: #88CC88;
        background-color: #EEFFEE;
 }
@@ -222,7 +231,7 @@ dl.idea {
        background-color: #EEEEEE;
 }
 
-dl:contains("Idea:") { 
+dl.xref-idea { 
        border-color:  #CCCCCC;
        background-color: #F8F8F8;
 }
@@ -253,3 +262,26 @@ div.qindex {
        padding: 2px;
        line-height: 140%;
 }
+
+dl.parameters dd table { 
+       width: auto;
+}
+
+table.glossary { 
+       border: none;
+       border-spacing: 0;
+}
+
+table.glossary tr td { 
+       border: none;
+       border-bottom: 4px solid white;
+       vertical-align: top;
+       padding: 2px 4px;
+       background-color: #F0F0F0;
+}
+
+table.glossary tr td:first-child {
+       font-weight: bold;
+       white-space: nowrap;
+       padding-right: 10px;
+}
\ No newline at end of file