summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp126
1 files changed, 81 insertions, 45 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index d247102..fa8af17 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -49,38 +49,66 @@ static const char *defaultStyleSheet =
" font-family: Geneva, Arial, Helvetica, sans-serif;\n"
"}\n"
"CAPTION { font-weight: bold }\n"
-"DIV.qindex { width: 100%;\n"
-" background-color: #eeeeff;\n"
-" border: 4px solid #eeeeff;\n"
-" text-align: center;\n"
-" margin-bottom: 2px\n"
+"DIV.qindex {\n"
+" width: 100%;\n"
+" background-color: #eeeeff;\n"
+" border: 1px solid #B0B0B0;\n"
+" text-align: center;\n"
+" margin: 2px;\n"
+" padding: 2px;\n"
+"}\n"
+"A.qindex { text-decoration: none; font-weight: bold; color: #1A419D}\n"
+"A.qindex:visited { text-decoration: none; font-weight: bold; color: #1A419D}\n"
+"A.qindex:hover {\n"
+" text-decoration: none;\n"
+" background-color: #ddddff;\n"
+" padding-top: 2px;\n"
+" padding-right: 2px;\n"
+" padding-bottom: 2px;\n"
+" padding-left: 2px;\n"
"}\n"
-"A.qindex { text-decoration: none; font-weight: bold; color: #0000ee }\n"
-"A.qindex:visited { text-decoration: none; font-weight: bold; color: #0000ee }\n"
-"A.qindex:hover { text-decoration: none; background-color: #ddddff }\n"
-"A.qindexHL { text-decoration: none; font-weight: bold;\n"
-" background-color: #6666cc;\n"
-" color: #ffffff\n"
+"A.qindexHL {\n"
+" text-decoration: none;\n"
+" font-weight: bold;\n"
+" background-color: #6666cc;\n"
+" color: #ffffff;\n"
+" padding: 2 6px;\n"
+" border: 1px double #9295C2;\n"
" }\n"
-"A.qindexHL:hover { text-decoration: none; background-color: #6666cc; color: #ffffff }\n"
+"A.qindexHL:hover {\n"
+" text-decoration: none;\n"
+" background-color: #6666cc;\n"
+" color: #ffffff;\n"
+" padding: 2px 6px;\n"
+"}\n"
"A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }\n"
"A.el { text-decoration: none; font-weight: bold }\n"
"A.elRef { font-weight: bold }\n"
-"A.code { text-decoration: none; font-weight: normal; color: #4444ee }\n"
-"A.codeRef { font-weight: normal; color: #4444ee }\n"
+"A.code { text-decoration: none; font-weight: normal; color: #1A419D}\n"
+"A.codeRef { font-weight: normal; color: #1A419D}\n"
"A:hover { text-decoration: none; background-color: #f2f2ff }\n"
"DL.el { margin-left: -1cm }\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.fragment {\n"
-" width: 98%;\n"
" border: 1px solid #CCCCCC;\n"
" background-color: #f5f5f5;\n"
-" padding-left: 4px;\n"
-" margin: 4px;\n"
+" padding: 6px;\n"
"}\n"
"DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }\n"
-"TD.md { background-color: #f2f2ff; font-weight: bold; }\n"
-"TD.mdname1 { background-color: #f2f2ff; font-weight: bold; color: #602020; }\n"
-"TD.mdname { background-color: #f2f2ff; font-weight: bold; color: #602020; width: 600px; }\n"
+"TD.md { background-color: #F4F4FB; font-weight: bold; }\n"
+"TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }\n"
+"TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }\n"
"DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }\n"
"DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }\n"
"BODY {\n"
@@ -89,29 +117,31 @@ static const char *defaultStyleSheet =
" margin-right: 20px;\n"
" margin-left: 20px;\n"
"}\n"
-"TD.indexkey { \n"
-" background-color: #eeeeff; \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"
+"TD.indexkey {\n"
+" background-color: #eeeeff;\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"
"}\n"
-"TD.indexvalue { \n"
-" background-color: #eeeeff; \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"
+"TD.indexvalue {\n"
+" background-color: #eeeeff;\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"
+" border: 1px solid #CCCCCC;\n"
"}\n"
"TR.memlist {\n"
" background-color: #f0f0f0; \n"
@@ -128,10 +158,10 @@ static const char *defaultStyleSheet =
"SPAN.charliteral { color: #008080 }\n"
".mdTable {\n"
" border: 1px solid #868686;\n"
-" background-color: #f2f2ff;\n"
+" background-color: #F4F4FB;\n"
"}\n"
".mdRow {\n"
-" padding: 8px 20px;\n"
+" padding: 8px 10px;\n"
"}\n"
".mdescLeft {\n"
" font-size: smaller;\n"
@@ -196,7 +226,7 @@ static const char *defaultStyleSheet =
" font-family: Geneva, Arial, Helvetica, sans-serif;\n"
" font-size: 13px;\n"
"}\n"
-".search { color: #0000ee;\n"
+".search { color: #003399;\n"
" font-weight: bold;\n"
"}\n"
"FORM.search {\n"
@@ -209,6 +239,12 @@ static const char *defaultStyleSheet =
" background-color: #eeeeff;\n"
"}\n"
"TD.tiny { font-size: 75%;\n"
+"}\n"
+"a {\n"
+" color: #252E78;\n"
+"}\n"
+"a:visited {\n"
+" color: #3D2185;\n"
"}\n";
static QCString g_header;