# HG changeset patch # User Paul Boddie # Date 1275866212 -7200 # Node ID 601600966e41d24b184c598ef690617d3860e51a # Parent 8bf918932b9a38a842878aa91e7d86e3800bb704 Adjusted background and link colours in search navigation, messages, recent changes and tables of contents. diff -r 8bf918932b9a -r 601600966e41 themes/mercurialwiki/css/common.css --- a/themes/mercurialwiki/css/common.css Fri Jun 04 01:00:00 2010 +0200 +++ b/themes/mercurialwiki/css/common.css Mon Jun 07 01:16:52 2010 +0200 @@ -1,5 +1,6 @@ /* common.css - MoinMoin Default Styles +Copyright (c) 2010 by Paul Boddie Copyright (c) 2001, 2002, 2003 by Juergen Hermann */ @@ -162,6 +163,9 @@ margin:0; padding: 0; } +div.table-of-contents a { + color: #005cd5; +} p.table-of-contents-heading { font-weight:bold; padding:0; @@ -259,22 +263,22 @@ .recentchanges table { clear: both; - border-collapse: collapse; - - border: 1px solid #4d7da9; + border-collapse: collapse; } .recentchanges td { vertical-align: top; border: none; - background: #e6eaf0; + background: #f0f0f0; } +.recentchanges td a { + color: #005cd5; +} .recentchanges .rcdaybreak td { - background: #81BBF2; + background: #46d1f1; border: none; - border: 1px solid #4d7da9; } .rcdaybreak td a { @@ -319,7 +323,7 @@ margin: 0.5em 0; padding: 0; border: 1pt solid #AEBDCC; - background-color: #F3F5F7; + background-color: #f0f0f0; color: black; } @@ -413,14 +417,18 @@ font-size: 0.8em; text-align: right; width: 100%; - background-color: #E6EAF0; - border-top: 1px solid #9088DC; + background-color: #f0f0f0; + border-top: 1px solid #ccc; padding: 2px; } +p.searchstats a { + color: #005cd5; +} + p.searchhint { - background-color: #E6EAF0; - border: 1px solid #9088DC; + background-color: #f0f0f0; + border: 1px solid #ccc; padding: 2px; } diff -r 8bf918932b9a -r 601600966e41 themes/mercurialwiki/css/screen.css --- a/themes/mercurialwiki/css/screen.css Fri Jun 04 01:00:00 2010 +0200 +++ b/themes/mercurialwiki/css/screen.css Mon Jun 07 01:16:52 2010 +0200 @@ -194,6 +194,10 @@ padding: 0; } +#message a { + color: #005cd5; +} + #message div.buttons { font-weight: normal; }