summaryrefslogtreecommitdiff
path: root/doc/gutenprintui2/html/doxygen.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gutenprintui2/html/doxygen.css')
-rw-r--r--doc/gutenprintui2/html/doxygen.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/gutenprintui2/html/doxygen.css b/doc/gutenprintui2/html/doxygen.css
index 74c22a2..22c4843 100644
--- a/doc/gutenprintui2/html/doxygen.css
+++ b/doc/gutenprintui2/html/doxygen.css
@@ -407,6 +407,7 @@ HR {
font-family: sans-serif;
margin:0.5em;
}
+/* these are for tree view when used as main index */
.directory {
font-size: 9pt;
font-weight: bold;
@@ -416,6 +417,21 @@ HR {
margin-top: 1em;
font-size: 11pt;
}
+
+/* The following two styles can be used to replace the root node title */
+/* with an image of your choice. Simply uncomment the next two styles, */
+/* specify the name of your image and be sure to set 'height' to the */
+/* proper pixel height of your image. */
+
+/* .directory h3.swap { */
+/* height: 61px; */
+/* background-repeat: no-repeat; */
+/* background-image: url("yourimage.gif"); */
+/* } */
+/* .directory h3.swap span { */
+/* display: none; */
+/* } */
+
.directory > h3 {
margin-top: 0;
}
@@ -430,4 +446,28 @@ HR {
.directory img {
vertical-align: -30%;
}
+/* these are for tree view when not used as main index */
+.directory-alt {
+ font-size: 100%;
+ font-weight: bold;
+}
+.directory-alt h3 {
+ margin: 0px;
+ margin-top: 1em;
+ font-size: 11pt;
+}
+.directory-alt > h3 {
+ margin-top: 0;
+}
+.directory-alt p {
+ margin: 0px;
+ white-space: nowrap;
+}
+.directory-alt div {
+ display: none;
+ margin: 0px;
+}
+.directory-alt img {
+ vertical-align: -30%;
+}