diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-06-09 19:58:49 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-06-09 19:58:49 (GMT) |
commit | dae59054d3387840f0f4b4bf8f237fee0591a5b1 (patch) | |
tree | bc980e351fc747c41720cca5f31affe4f27c3a31 /src/htmlgen.cpp | |
parent | 0c394c5817041713aee58748fcd5d338a467cbee (diff) | |
download | Doxygen-dae59054d3387840f0f4b4bf8f237fee0591a5b1.zip Doxygen-dae59054d3387840f0f4b4bf8f237fee0591a5b1.tar.gz Doxygen-dae59054d3387840f0f4b4bf8f237fee0591a5b1.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" |