From b05c7adf308045a6ff8214f148f3aa5b84a669c3 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 22 Jan 2012 19:46:33 +0000 Subject: added new (and partly old) bullets again for sitemap, toc and page list style --- css/content.css | 18 ++++++++++++++---- css/design.css | 4 ++-- images/bullet.png | Bin 302 -> 199 bytes images/closed.png | Bin 269 -> 165 bytes images/open.png | Bin 265 -> 174 bytes images/toc-bullet.png | Bin 0 -> 211 bytes 6 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 images/toc-bullet.png diff --git a/css/content.css b/css/content.css index 555819749..a32f71464 100755 --- a/css/content.css +++ b/css/content.css @@ -39,12 +39,22 @@ } -/*____________ lists ____________ +/*____________ lists ____________*/ -.dokuwiki ul li { - list-style-image: url(images/bullet.png); +.dokuwiki #dokuwiki__content li { + font-weight: bold; + color: __text_alt__; } -*/ + +.dokuwiki #dokuwiki__content ul li { + list-style-type: square; +} + +.dokuwiki #dokuwiki__content li .li { + font-weight: normal; + color: __text__; +} + /*____________ tables ____________*/ diff --git a/css/design.css b/css/design.css index 026c5e3c0..aa2dab333 100755 --- a/css/design.css +++ b/css/design.css @@ -356,10 +356,10 @@ padding: .5em 1em 1em; } .dokuwiki #toc__inside ul { - padding: 0 0 0 1.5em; + padding: 0 0 0 1.2em; } .dokuwiki #toc__inside ul li { - list-style: disc; + list-style-image: url(images/toc-bullet.png); } .dokuwiki #toc__inside ul li div.li { padding: .2em 0; diff --git a/images/bullet.png b/images/bullet.png index 4d4b2b541..5da537443 100755 Binary files a/images/bullet.png and b/images/bullet.png differ diff --git a/images/closed.png b/images/closed.png index 4730fe829..3691ebc17 100755 Binary files a/images/closed.png and b/images/closed.png differ diff --git a/images/open.png b/images/open.png index 188d809ce..40ff129be 100755 Binary files a/images/open.png and b/images/open.png differ diff --git a/images/toc-bullet.png b/images/toc-bullet.png new file mode 100644 index 000000000..a6f0169c3 Binary files /dev/null and b/images/toc-bullet.png differ -- cgit v1.2.3