summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-06-09 19:58:49 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-06-09 19:58:49 (GMT)
commitdae59054d3387840f0f4b4bf8f237fee0591a5b1 (patch)
treebc980e351fc747c41720cca5f31affe4f27c3a31 /src/htmlgen.cpp
parent0c394c5817041713aee58748fcd5d338a467cbee (diff)
downloadDoxygen-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.cpp22
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"