diff options
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r-- | src/htmlgen.cpp | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp index 3d6b79a..1471638 100644 --- a/src/htmlgen.cpp +++ b/src/htmlgen.cpp @@ -47,8 +47,26 @@ static const char *defaultStyleSheet = " font-family: Geneva, Arial, Helvetica, sans-serif;\n" "}\n" "CAPTION { font-weight: bold }\n" -"A.qindex {}\n" -"A.qindexRef {}\n" +"DIV.qindex { width: 100%;\n" +" background-color: #ddddee;\n" +" border: 4px solid #ddddee;\n" +" text-align: center;\n" +" margin-bottom: 2px\n" +"}\n" +"A.qindex { text-decoration: none; font-weight: bold; }\n" +"A.qindex:hover { text-decoration: none; background-color: #ccccee }\n" +"A.qindexHL { text-decoration: none; font-weight: bold;\n" +" background-color: #6666cc;\n" +" color: #ffffff\n" +" }\n" +"A.qindexHL:hover { text-decoration: none; background-color: #6666cc }\n" +"A.qindexRef { text-decoration: none; font-weight: bold; }\n" +"A.qindexRef:hover { text-decoration: none; background-color: #ccccee }\n" +"A.qindexRefHL { text-decoration: none; font-weight: bold;\n" +" background-color: #6666cc;\n" +" color: #ffffff\n" +" }\n" +"A.qindexRefHL:hover { text-decoration: none; background-color: #6666cc }\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" |