diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-07-27 14:59:10 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-07-27 14:59:10 (GMT) |
commit | 016a22cd3abf688848cbe07315790fa4f14b0eef (patch) | |
tree | 201e94696e0c1cb55ffa8fd45c97dfa1ac586f0f /src/doxygen_css.h | |
parent | f7e90abb5cdcb69a618505177683e9ac74a2bdb8 (diff) | |
download | Doxygen-016a22cd3abf688848cbe07315790fa4f14b0eef.zip Doxygen-016a22cd3abf688848cbe07315790fa4f14b0eef.tar.gz Doxygen-016a22cd3abf688848cbe07315790fa4f14b0eef.tar.bz2 |
Release-1.5.6-20080727
Diffstat (limited to 'src/doxygen_css.h')
-rw-r--r-- | src/doxygen_css.h | 635 |
1 files changed, 302 insertions, 333 deletions
diff --git a/src/doxygen_css.h b/src/doxygen_css.h index 2c42fd5..d9d381e 100644 --- a/src/doxygen_css.h +++ b/src/doxygen_css.h @@ -1,363 +1,287 @@ -"BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {\n" -" font-family: Geneva, Arial, Helvetica, sans-serif;\n" +"body, table, div, p, dl {\n" +" font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;\n" +" font-size: 12px;\n" "}\n" -"BODY,TD {\n" -" font-size: 90%;\n" -"}\n" -"H1 {\n" +"\n" +"/* @group Heading Levels */\n" +"\n" +"h1 {\n" " text-align: center;\n" -" font-size: 160%;\n" +" font-size: 150%;\n" "}\n" -"H2 {\n" +"\n" +"h2 {\n" " font-size: 120%;\n" "}\n" -"H3 {\n" +"\n" +"h3 {\n" " font-size: 100%;\n" "}\n" -"CAPTION { \n" -" font-weight: bold \n" +"\n" +"/* @end */\n" +"\n" +"caption {\n" +" font-weight: bold;\n" "}\n" -"DIV.qindex {\n" -" width: 100%;\n" +"\n" +"div.qindex, div.navpath, div.navtab{\n" " background-color: #e8eef2;\n" " border: 1px solid #84b0c7;\n" " text-align: center;\n" " margin: 2px;\n" " padding: 2px;\n" -" line-height: 140%;\n" "}\n" -"DIV.navpath {\n" +"\n" +"div.qindex, div.navpath {\n" " width: 100%;\n" -" background-color: #e8eef2;\n" -" border: 1px solid #84b0c7;\n" -" text-align: center;\n" -" margin: 2px;\n" -" padding: 2px;\n" " line-height: 140%;\n" "}\n" -"DIV.navtab {\n" -" background-color: #e8eef2;\n" -" border: 1px solid #84b0c7;\n" -" text-align: center;\n" -" margin: 2px;\n" -" margin-right: 15px;\n" -" padding: 2px;\n" +"\n" +"div.navtab {\n" +" margin-right: 15px;\n" "}\n" -"TD.navtab {\n" -" font-size: 70%;\n" +"\n" +"/* @group Link Styling */\n" +"\n" +"a {\n" +" color: #153788;\n" +" font-weight: normal;\n" +" text-decoration: none;\n" "}\n" -"A.qindex {\n" -" text-decoration: none;\n" -" font-weight: bold;\n" -" color: #1A419D;\n" +"\n" +".contents a:visited {\n" +" color: #1b77c5;\n" "}\n" -"A.qindex:visited {\n" -" text-decoration: none;\n" -" font-weight: bold;\n" -" color: #1A419D\n" +"\n" +"a:hover {\n" +" text-decoration: underline;\n" "}\n" -"A.qindex:hover {\n" -" text-decoration: none;\n" -" background-color: #ddddff;\n" +"\n" +"a.qindex {\n" +" font-weight: bold;\n" "}\n" -"A.qindexHL {\n" -" text-decoration: none;\n" +"\n" +"a.qindexHL {\n" " font-weight: bold;\n" " background-color: #6666cc;\n" " color: #ffffff;\n" " border: 1px double #9295C2;\n" "}\n" -"A.qindexHL:hover {\n" -" text-decoration: none;\n" -" background-color: #6666cc;\n" -" color: #ffffff;\n" -"}\n" -"A.qindexHL:visited { \n" -" text-decoration: none; \n" -" background-color: #6666cc; \n" -" color: #ffffff \n" +"\n" +"a.el {\n" +" font-weight: bold;\n" "}\n" -"A.el { \n" -" text-decoration: none; \n" -" font-weight: bold \n" +"\n" +"a.elRef {\n" "}\n" -"A.elRef { \n" -" font-weight: bold \n" +"\n" +"a.code {\n" "}\n" -"A.code:link { \n" -" text-decoration: none; \n" -" font-weight: normal; \n" -" color: #0000FF\n" +"\n" +"a.codeRef {\n" "}\n" -"A.code:visited { \n" -" text-decoration: none; \n" -" font-weight: normal; \n" -" color: #0000FF\n" +"\n" +"/* @end */\n" +"\n" +"dl.el {\n" +" margin-left: -1cm;\n" "}\n" -"A.codeRef:link { \n" -" font-weight: normal; \n" -" color: #0000FF\n" +"\n" +".fragment {\n" +" font-family: monospace, fixed;\n" +" font-size: 105%;\n" "}\n" -"A.codeRef:visited { \n" -" font-weight: normal; \n" -" color: #0000FF\n" +"\n" +"pre.fragment {\n" +" border: 1px solid #CCCCCC;\n" +" background-color: #f5f5f5;\n" +" padding: 4px 6px;\n" +" margin: 4px 8px 4px 2px;\n" "}\n" -"A:hover { \n" -" text-decoration: none; \n" -" background-color: #f2f2ff \n" +"\n" +"div.ah {\n" +" background-color: black;\n" +" font-weight: bold;\n" +" color: #ffffff;\n" +" margin-bottom: 3px;\n" +" margin-top: 3px\n" "}\n" -"DL.el { \n" -" margin-left: -1cm \n" +"\n" +"div.groupHeader {\n" +" margin-left: 16px;\n" +" margin-top: 12px;\n" +" margin-bottom: 6px;\n" +" font-weight: bold;\n" "}\n" -".fragment {\n" -" font-family: monospace, fixed;\n" -" font-size: 95%;\n" +"\n" +"div.groupText {\n" +" margin-left: 16px;\n" +" font-style: italic;\n" "}\n" -"PRE.fragment {\n" -" border: 1px solid #CCCCCC;\n" -" background-color: #f5f5f5;\n" -" margin-top: 4px;\n" -" margin-bottom: 4px;\n" -" margin-left: 2px;\n" -" margin-right: 8px;\n" -" padding-left: 6px;\n" -" padding-right: 6px;\n" -" padding-top: 4px;\n" -" padding-bottom: 4px;\n" -"}\n" -"DIV.ah { \n" -" background-color: black; \n" -" font-weight: bold; \n" -" color: #ffffff; \n" -" margin-bottom: 3px; \n" -" margin-top: 3px \n" -"}\n" -"\n" -"DIV.groupHeader {\n" -" margin-left: 16px;\n" -" margin-top: 12px;\n" -" margin-bottom: 6px;\n" -" font-weight: bold;\n" -"}\n" -"DIV.groupText { \n" -" margin-left: 16px; \n" -" font-style: italic; \n" -" font-size: 90% \n" -"}\n" -"BODY {\n" +"\n" +"body {\n" " background: white;\n" " color: black;\n" " margin-right: 20px;\n" " margin-left: 20px;\n" "}\n" -"TD.indexkey {\n" +"\n" +"td.indexkey {\n" " background-color: #e8eef2;\n" " font-weight: bold;\n" -" padding-right : 10px;\n" -" padding-top : 2px;\n" -" padding-left : 10px;\n" -" padding-bottom : 2px;\n" -" margin-left : 0px;\n" -" margin-right : 0px;\n" -" margin-top : 2px;\n" -" margin-bottom : 2px;\n" " border: 1px solid #CCCCCC;\n" +" margin: 2px 0px 2px 0;\n" +" padding: 2px 10px;\n" "}\n" -"TD.indexvalue {\n" +"\n" +"td.indexvalue {\n" " background-color: #e8eef2;\n" -" font-style: italic;\n" -" padding-right : 10px;\n" -" padding-top : 2px;\n" -" padding-left : 10px;\n" -" padding-bottom : 2px;\n" -" margin-left : 0px;\n" -" margin-right : 0px;\n" -" margin-top : 2px;\n" -" margin-bottom : 2px;\n" +"// font-style: italic;\n" " border: 1px solid #CCCCCC;\n" +" padding: 2px 10px;\n" +" margin: 2px 0px;\n" "}\n" -"TR.memlist {\n" -" background-color: #f0f0f0; \n" +"\n" +"tr.memlist {\n" +" background-color: #f0f0f0;\n" "}\n" -"P.formulaDsp { \n" -" text-align: center; \n" +"\n" +"p.formulaDsp {\n" +" text-align: center;\n" "}\n" -"IMG.formulaDsp {\n" +"\n" +"img.formulaDsp {\n" +" \n" "}\n" -"IMG.formulaInl { \n" -" vertical-align: middle; \n" +"\n" +"img.formulaInl {\n" +" vertical-align: middle;\n" "}\n" -"SPAN.keyword { color: #008000 }\n" -"SPAN.keywordtype { color: #604020 }\n" -"SPAN.keywordflow { color: #e08000 }\n" -"SPAN.comment { color: #800000 }\n" -"SPAN.preprocessor { color: #806020 }\n" -"SPAN.stringliteral { color: #002080 }\n" -"SPAN.charliteral { color: #008080 }\n" -"SPAN.vhdldigit { color: #ff00ff }\n" -"SPAN.vhdlchar { color: #000000 }\n" -"SPAN.vhdlkeyword { color: #700070 }\n" -"SPAN.vhdllogic { color: #ff0000 }\n" "\n" -".mdescLeft {\n" -" padding: 0px 8px 4px 8px;\n" -" font-size: 80%;\n" -" font-style: italic;\n" -" background-color: #FAFAFA;\n" -" border-top: 1px none #E0E0E0;\n" -" border-right: 1px none #E0E0E0;\n" -" border-bottom: 1px none #E0E0E0;\n" -" border-left: 1px none #E0E0E0;\n" -" margin: 0px;\n" +"/* @group Code Colorization */\n" +"\n" +"span.keyword {\n" +" color: #008000\n" "}\n" -".mdescRight {\n" -" padding: 0px 8px 4px 8px;\n" -" font-size: 80%;\n" -" font-style: italic;\n" -" background-color: #FAFAFA;\n" -" border-top: 1px none #E0E0E0;\n" -" border-right: 1px none #E0E0E0;\n" -" border-bottom: 1px none #E0E0E0;\n" -" border-left: 1px none #E0E0E0;\n" -" margin: 0px;\n" +"\n" +"span.keywordtype {\n" +" color: #604020\n" "}\n" -".memItemLeft {\n" -" padding: 1px 0px 0px 8px;\n" -" margin: 4px;\n" -" border-top-width: 1px;\n" -" border-right-width: 1px;\n" -" border-bottom-width: 1px;\n" -" border-left-width: 1px;\n" -" border-top-color: #E0E0E0;\n" -" border-right-color: #E0E0E0;\n" -" border-bottom-color: #E0E0E0;\n" -" border-left-color: #E0E0E0;\n" -" border-top-style: solid;\n" -" border-right-style: none;\n" -" border-bottom-style: none;\n" -" border-left-style: none;\n" -" background-color: #FAFAFA;\n" -" font-size: 80%;\n" +"\n" +"span.keywordflow {\n" +" color: #e08000\n" "}\n" -".memItemRight {\n" -" padding: 1px 8px 0px 8px;\n" -" margin: 4px;\n" -" border-top-width: 1px;\n" -" border-right-width: 1px;\n" -" border-bottom-width: 1px;\n" -" border-left-width: 1px;\n" -" border-top-color: #E0E0E0;\n" -" border-right-color: #E0E0E0;\n" -" border-bottom-color: #E0E0E0;\n" -" border-left-color: #E0E0E0;\n" -" border-top-style: solid;\n" -" border-right-style: none;\n" -" border-bottom-style: none;\n" -" border-left-style: none;\n" -" background-color: #FAFAFA;\n" -" font-size: 80%;\n" +"\n" +"span.comment {\n" +" color: #800000\n" "}\n" -".memTemplItemLeft {\n" -" padding: 1px 0px 0px 8px;\n" -" margin: 4px;\n" -" border-top-width: 1px;\n" -" border-right-width: 1px;\n" -" border-bottom-width: 1px;\n" -" border-left-width: 1px;\n" -" border-top-color: #E0E0E0;\n" -" border-right-color: #E0E0E0;\n" -" border-bottom-color: #E0E0E0;\n" -" border-left-color: #E0E0E0;\n" -" border-top-style: none;\n" -" border-right-style: none;\n" -" border-bottom-style: none;\n" -" border-left-style: none;\n" -" background-color: #FAFAFA;\n" -" font-size: 80%;\n" +"\n" +"span.preprocessor {\n" +" color: #806020\n" "}\n" -".memTemplItemRight {\n" -" padding: 1px 8px 0px 8px;\n" -" margin: 4px;\n" -" border-top-width: 1px;\n" -" border-right-width: 1px;\n" -" border-bottom-width: 1px;\n" -" border-left-width: 1px;\n" -" border-top-color: #E0E0E0;\n" -" border-right-color: #E0E0E0;\n" -" border-bottom-color: #E0E0E0;\n" -" border-left-color: #E0E0E0;\n" -" border-top-style: none;\n" -" border-right-style: none;\n" -" border-bottom-style: none;\n" -" border-left-style: none;\n" -" background-color: #FAFAFA;\n" -" font-size: 80%;\n" +"\n" +"span.stringliteral {\n" +" color: #002080\n" "}\n" -".memTemplParams {\n" -" padding: 1px 0px 0px 8px;\n" -" margin: 4px;\n" -" border-top-width: 1px;\n" -" border-right-width: 1px;\n" -" border-bottom-width: 1px;\n" -" border-left-width: 1px;\n" -" border-top-color: #E0E0E0;\n" -" border-right-color: #E0E0E0;\n" -" border-bottom-color: #E0E0E0;\n" -" border-left-color: #E0E0E0;\n" -" border-top-style: solid;\n" -" border-right-style: none;\n" -" border-bottom-style: none;\n" -" border-left-style: none;\n" -" color: #606060;\n" -" background-color: #FAFAFA;\n" -" font-size: 80%;\n" +"\n" +"span.charliteral {\n" +" color: #008080\n" +"}\n" +"\n" +"span.vhdldigit { \n" +" color: #ff00ff \n" +"}\n" +"\n" +"span.vhdlchar { \n" +" color: #000000 \n" +"}\n" +"\n" +"span.vhdlkeyword { \n" +" color: #700070 \n" "}\n" -".search { \n" +"\n" +"span.vhdllogic { \n" +" color: #ff0000 \n" +"}\n" +"\n" +"/* @end */\n" +"\n" +".search {\n" " color: #003399;\n" " font-weight: bold;\n" "}\n" -"FORM.search {\n" +"\n" +"form.search {\n" " margin-bottom: 0px;\n" " margin-top: 0px;\n" "}\n" -"INPUT.search { \n" +"\n" +"input.search {\n" " font-size: 75%;\n" " color: #000080;\n" " font-weight: normal;\n" " background-color: #e8eef2;\n" "}\n" -"TD.tiny { \n" +"\n" +"td.tiny {\n" " font-size: 75%;\n" "}\n" -"a {\n" -" color: #1A41A8;\n" -"}\n" -"a:visited {\n" -" color: #2A3798;\n" -"}\n" -".dirtab { \n" +"\n" +".dirtab {\n" " padding: 4px;\n" " border-collapse: collapse;\n" " border: 1px solid #84b0c7;\n" "}\n" -"TH.dirtab { \n" +"\n" +"th.dirtab {\n" " background: #e8eef2;\n" " font-weight: bold;\n" "}\n" -"HR { \n" -" height: 1px;\n" +"\n" +"hr {\n" +" height: 0;\n" +" border: none;\n" +" border-top: 1px solid #666;\n" +"}\n" +"\n" +"/* @group Member Descriptions */\n" +"\n" +".mdescLeft, .mdescRight,\n" +".memItemLeft, .memItemRight,\n" +".memTemplItemLeft, .memTemplItemRight, .memTemplParams {\n" +" background-color: #FAFAFA;\n" " border: none;\n" -" border-top: 1px solid black;\n" +" margin: 4px;\n" +" padding: 1px 0 0 8px;\n" +"}\n" +"\n" +".mdescLeft, .mdescRight {\n" +" padding: 0px 8px 4px 8px;\n" +" color: #555;\n" +"}\n" +"\n" +".memItemLeft, .memItemRight, .memTemplParams {\n" +" border-top: 1px solid #ccc;\n" "}\n" "\n" -"/* Style for detailed member documentation */\n" +".memTemplParams {\n" +" color: #606060;\n" +"}\n" +"\n" +"/* @end */\n" +"\n" +"/* @group Member Details */\n" +"\n" +"/* Styles for detailed member documentation */\n" +"\n" ".memtemplate {\n" " font-size: 80%;\n" " color: #606060;\n" " font-weight: normal;\n" " margin-left: 3px;\n" -"} \n" -".memnav { \n" +"}\n" +"\n" +".memnav {\n" " background-color: #e8eef2;\n" " border: 1px solid #84b0c7;\n" " text-align: center;\n" @@ -365,109 +289,154 @@ " margin-right: 15px;\n" " padding: 2px;\n" "}\n" +"\n" ".memitem {\n" -" padding: 4px;\n" -" background-color: #eef3f5;\n" -" border-width: 1px;\n" -" border-style: solid;\n" -" border-color: #dedeee;\n" -" -moz-border-radius: 8px 8px 8px 8px;\n" +" padding: 0;\n" "}\n" +"\n" ".memname {\n" " white-space: nowrap;\n" " font-weight: bold;\n" "}\n" -".memdoc{\n" -" padding-left: 10px;\n" +"\n" +".memproto, .memdoc {\n" +" border: 1px solid #84b0c7; \n" "}\n" +"\n" ".memproto {\n" +" padding: 0;\n" " background-color: #d5e1e8;\n" -" width: 100%;\n" -" border-width: 1px;\n" -" border-style: solid;\n" -" border-color: #84b0c7;\n" " font-weight: bold;\n" -" -moz-border-radius: 8px 8px 8px 8px;\n" +" -webkit-border-top-left-radius: 8px;\n" +" -webkit-border-top-right-radius: 8px;\n" +" -moz-border-radius-topleft: 8px;\n" +" -moz-border-radius-topright: 8px;\n" +"}\n" +"\n" +".memdoc {\n" +" padding: 2px 5px;\n" +" background-color: #eef3f5;\n" +" border-top-width: 0;\n" +" -webkit-border-bottom-left-radius: 8px;\n" +" -webkit-border-bottom-right-radius: 8px;\n" +" -moz-border-radius-bottomleft: 8px;\n" +" -moz-border-radius-bottomright: 8px;\n" +"}\n" +"\n" +".memdoc p, .memdoc dl, .memdoc ul {\n" +" margin: 6px 0;\n" "}\n" +"\n" ".paramkey {\n" " text-align: right;\n" "}\n" +"\n" ".paramtype {\n" " white-space: nowrap;\n" "}\n" +"\n" ".paramname {\n" " color: #602020;\n" -" font-style: italic;\n" " white-space: nowrap;\n" "}\n" -"/* End Styling for detailed member documentation */\n" +".paramname em {\n" +" font-style: normal;\n" +"}\n" +"\n" +"/* @end */\n" +"\n" +"/* @group Directory (tree) */\n" "\n" "/* for the tree view */\n" +"\n" ".ftvtree {\n" " font-family: sans-serif;\n" -" margin:0.5em;\n" +" margin: 0.5em;\n" "}\n" +"\n" "/* these are for tree view when used as main index */\n" -".directory { \n" -" font-size: 9pt; \n" -" font-weight: bold; \n" +"\n" +".directory {\n" +" font-size: 9pt;\n" +" font-weight: bold;\n" "}\n" -".directory h3 { \n" -" margin: 0px; \n" -" margin-top: 1em; \n" -" font-size: 11pt; \n" +"\n" +".directory h3 {\n" +" margin: 0px;\n" +" margin-top: 1em;\n" +" font-size: 11pt;\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" +"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" -"/* .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" +".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" +".directory > h3 {\n" +" margin-top: 0;\n" "}\n" -".directory p { \n" -" margin: 0px; \n" -" white-space: nowrap; \n" +"\n" +".directory p {\n" +" margin: 0px;\n" +" white-space: nowrap;\n" "}\n" -".directory div { \n" -" display: none; \n" -" margin: 0px; \n" +"\n" +".directory div {\n" +" display: none;\n" +" margin: 0px;\n" "}\n" -".directory img { \n" -" vertical-align: -30%; \n" +"\n" +".directory img {\n" +" vertical-align: -30%;\n" "}\n" +"\n" "/* these are for tree view when not used as main index */\n" -".directory-alt { \n" -" font-size: 100%; \n" -" font-weight: bold; \n" +"\n" +".directory-alt {\n" +" font-size: 100%;\n" +" font-weight: bold;\n" "}\n" -".directory-alt h3 { \n" -" margin: 0px; \n" -" margin-top: 1em; \n" -" font-size: 11pt; \n" +"\n" +".directory-alt h3 {\n" +" margin: 0px;\n" +" margin-top: 1em;\n" +" font-size: 11pt;\n" "}\n" -".directory-alt > h3 { \n" -" margin-top: 0; \n" +"\n" +".directory-alt > h3 {\n" +" margin-top: 0;\n" "}\n" -".directory-alt p { \n" -" margin: 0px; \n" -" white-space: nowrap; \n" +"\n" +".directory-alt p {\n" +" margin: 0px;\n" +" white-space: nowrap;\n" "}\n" -".directory-alt div { \n" -" display: none; \n" -" margin: 0px; \n" +"\n" +".directory-alt div {\n" +" display: none;\n" +" margin: 0px;\n" "}\n" -".directory-alt img { \n" -" vertical-align: -30%; \n" +"\n" +".directory-alt img {\n" +" vertical-align: -30%;\n" "}\n" "\n" +"/* @end */\n" +"\n" +"address {\n" +" font-style: normal;\n" +" color: #333;\n" +"}\n" |