diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-06-09 19:58:49 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-06-09 19:58:49 (GMT) |
commit | d863498bbf7129c5d7f4984ca00adf378aac246d (patch) | |
tree | bc980e351fc747c41720cca5f31affe4f27c3a31 /src/htmlgen.cpp | |
parent | 0aa47e2a30513b04d1041d528f468d3434a81558 (diff) | |
download | Doxygen-d863498bbf7129c5d7f4984ca00adf378aac246d.zip Doxygen-d863498bbf7129c5d7f4984ca00adf378aac246d.tar.gz Doxygen-d863498bbf7129c5d7f4984ca00adf378aac246d.tar.bz2 |
Release-1.3.1-20030609
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" |