From 9defa4fd78332cf04b6181823d81f2e74f28d189 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 26 Feb 2009 16:40:36 +0000 Subject: verschiedene links ausgebessert git-svn-id: https://svn.neo-layout.org@1712 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- www/stylesheet_wiki.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/www/stylesheet_wiki.css b/www/stylesheet_wiki.css index f2eb7e8..f70cc03 100644 --- a/www/stylesheet_wiki.css +++ b/www/stylesheet_wiki.css @@ -70,6 +70,10 @@ fieldset.iefix { background: transparent; border: none; padding: 0; margin: 0 } } #mainnav :link, #mainnav :visited { background: url(http://wiki.neo-layout.org/chrome/common/dots.gif) 0 0 no-repeat; } +#mainnav .active :link, #mainnav .active :visited { + background: #333 url(http://wiki.neo-layout.org/chrome/common/topbar_gradient2.png) 0 0 repeat-x; +} + /* Context-dependent navigation links */ /* Alternate links */ @@ -105,7 +109,7 @@ fieldset.iefix { background: transparent; border: none; padding: 0; margin: 0 } #altlinks li :link, #altlinks li :visited { background-position: 0 -1px; } -#altlinks li a.rss { background-image: url(../xml.png); padding-left: 42px } +#altlinks li a.rss { background-image: url(http://wiki.neo-layout.org/chrome/common/feed.png); padding-left: 42px } /* Footer */ #footer { @@ -135,10 +139,8 @@ fieldset.iefix { background: transparent; border: none; padding: 0; margin: 0 } } /* Version information (browser, wiki, attachments) */ - - -.wikitoolbar { - width: 208px; +.wikitoolbar :link, .wikitoolbar :visited { + background: transparent url(http://wiki.neo-layout.org/chrome/common/edit_toolbar.png) no-repeat; } /* Styles for the form for adding attachments. */ @@ -155,6 +157,9 @@ table.listing thead th { table.listing tbody td, table.listing tbody th { padding: .33em .5em; } +table.listing th.asc a { background-image: url(http://wiki.neo-layout.org/chrome/common/asc.png) } +table.listing th.desc a { background-image: url(http://wiki.neo-layout.org/chrome/common/desc.png) } + /* Styles for the error page (and rst errors) */ #content.error pre, div.system-message pre { margin-left: 1em; overflow: auto } -- cgit v1.2.3