diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-04-29 17:51:51 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-04-29 17:51:51 (GMT) |
commit | 44ca9512aaeb19f7fbd07afda88ec4cfe53ce831 (patch) | |
tree | a8d7cbd0da612bb0b1fa97dcc1bac1838f845338 /src/doxygen_css.h | |
parent | f3e0c94b327d47e5c3d3a36a9a6300cee8d2a537 (diff) | |
download | Doxygen-44ca9512aaeb19f7fbd07afda88ec4cfe53ce831.zip Doxygen-44ca9512aaeb19f7fbd07afda88ec4cfe53ce831.tar.gz Doxygen-44ca9512aaeb19f7fbd07afda88ec4cfe53ce831.tar.bz2 |
Release-1.8.0-20120429
Diffstat (limited to 'src/doxygen_css.h')
-rw-r--r-- | src/doxygen_css.h | 109 |
1 files changed, 39 insertions, 70 deletions
diff --git a/src/doxygen_css.h b/src/doxygen_css.h index 9443298..b6e57e3 100644 --- a/src/doxygen_css.h +++ b/src/doxygen_css.h @@ -598,123 +598,68 @@ "\n" "/* @end */\n" "\n" -"/* @group Directory (tree) */\n" -"\n" -"/* for the tree view */\n" -"\n" -".ftvtree {\n" -" font-family: sans-serif;\n" -" margin: 0px;\n" -"}\n" -"\n" -"/* these are for tree view when used as main index */\n" -"\n" -".directory {\n" -" font-size: 9pt;\n" -" font-weight: bold;\n" -" margin: 5px;\n" -"}\n" -"\n" -".directory h3 {\n" -" margin: 0px;\n" -" margin-top: 1em;\n" -" font-size: 11pt;\n" -"}\n" -"\n" -"/*\n" -"The following two styles can be used to replace the root node title\n" -"with an image of your choice. Simply uncomment the next two styles,\n" -"specify the name of your image and be sure to set 'height' to the\n" -"proper pixel height of your image.\n" -"*/\n" -"\n" -"/*\n" -".directory h3.swap {\n" -" height: 61px;\n" -" background-repeat: no-repeat;\n" -" background-image: url(\"yourimage.gif\");\n" -"}\n" -".directory h3.swap span {\n" -" display: none;\n" -"}\n" -"*/\n" -"\n" -".directory > h3 {\n" -" margin-top: 0;\n" -"}\n" -"\n" -".directory p {\n" -" margin: 0px;\n" -" white-space: nowrap;\n" -"}\n" -"\n" -".directory div {\n" -" display: none;\n" -" margin: 0px;\n" -"}\n" -"\n" -".directory img {\n" -" vertical-align: -30%;\n" -"}\n" -"\n" "/* these are for tree view when not used as main index */\n" "\n" -"div.directoryalt {\n" +"div.directory {\n" " margin: 10px 0px;\n" " border-top: 1px solid #A8B8D9;\n" " border-bottom: 1px solid #A8B8D9;\n" " width: 100%;\n" "}\n" "\n" -".directoryalt table {\n" +".directory table {\n" " border-collapse:collapse;\n" "}\n" "\n" -".directoryalt td {\n" +".directory td {\n" " margin: 0px;\n" " padding: 0px;\n" " vertical-align: top;\n" "}\n" "\n" -".directoryalt td.entry {\n" +".directory td.entry {\n" " white-space: nowrap;\n" " padding-right: 6px;\n" "}\n" "\n" -".directoryalt td.desc {\n" +".directory td.desc {\n" " width: 100%;\n" " padding-left: 6px;\n" " padding-right: 6px;\n" " border-left: 1px solid rgba(0,0,0,0.05);\n" "}\n" "\n" -".directoryalt tr.even {\n" +".directory tr.even {\n" " padding-left: 6px;\n" " background-color: ##F8;\n" "}\n" "\n" -".directoryalt img {\n" +".directory img {\n" " vertical-align: -30%;\n" "}\n" "\n" -".directoryalt .levels {\n" +".directory .levels {\n" " white-space: nowrap;\n" " width: 100%;\n" " text-align: right;\n" " font-size: 9pt;\n" "}\n" "\n" -".directoryalt .levels span {\n" +".directory .levels span {\n" " cursor: pointer;\n" " padding-left: 2px;\n" " padding-right: 2px;\n" " color: ##50;\n" "}\n" "\n" -"/* @end */\n" -"\n" "div.dynheader {\n" " margin-top: 8px;\n" +" -webkit-touch-callout: none;\n" +" -webkit-user-select: none;\n" +" -khtml-user-select: none;\n" +" -moz-user-select: none;\n" +" -ms-user-select: none;\n" +" user-select: none;\n" "}\n" "\n" "address {\n" @@ -1102,6 +1047,30 @@ " margin-left: 45px;\n" "}\n" "\n" +".inherit_header {\n" +" font-weight: bold;\n" +" color: gray;\n" +" cursor: pointer;\n" +" -webkit-touch-callout: none;\n" +" -webkit-user-select: none;\n" +" -khtml-user-select: none;\n" +" -moz-user-select: none;\n" +" -ms-user-select: none;\n" +" user-select: none;\n" +"}\n" +"\n" +".inherit_header td {\n" +" padding: 6px 0px 2px 5px;\n" +"}\n" +"\n" +".inherit {\n" +" display: none;\n" +"}\n" +"\n" +"tr.heading h2 {\n" +" margin-top: 12px;\n" +" margin-bottom: 4px;\n" +"}\n" "\n" "@media print\n" "{\n" |