From 8e45d6a9fd12397738f2115bdeb1de53966c35aa Mon Sep 17 00:00:00 2001 From: helmutm Date: Wed, 29 Nov 2006 10:42:40 +0000 Subject: [PATCH] improvement of menu presentation (CSS) git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1532 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/loops.css | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/browser/loops.css b/browser/loops.css index 93b9c11..60c1526 100644 --- a/browser/loops.css +++ b/browser/loops.css @@ -6,17 +6,8 @@ */ a[href]:hover { - background-color: #f8f8ff; - text-decoration: none; -} - -.box div.body div.even { - background-color: #f4f4f4; -} - -.even a[href]:hover { - background-color: #f4f4f4; text-decoration: none; + color: #c00048; } pre { @@ -24,6 +15,10 @@ pre { max-height: 35em; } +.box div.body div.even { + background-color: #f4f4f4; +} + .box { margin: 12px; } @@ -46,7 +41,7 @@ pre { font-size: 120%; } -.content-4 h1, .content-3 h2, .content-3 h3 { +.content-4 h1, .content-3 h2, .content-3 h3 { font-size: 110%; border: none; }