Index: public/stylesheets/application.css =================================================================== --- public/stylesheets/application.css (revision 16377) +++ public/stylesheets/application.css (working copy) @@ -2,7 +2,7 @@ body { font-family: Verdana, sans-serif; font-size: 12px; color:#333; margin: 0; padding: 0; min-width: 900px; } h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;} -#content h1, h2, h3, h4 {color: #555;} +#content h1, h2, h3, h4 {color: #333;} h2, .wiki h1 {font-size: 20px;} h3, .wiki h2 {font-size: 16px;} h4, .wiki h3 {font-size: 13px;} @@ -80,11 +80,11 @@ #admin-menu ul {margin: 0; padding: 0;} #admin-menu li {margin: 0; padding: 0 0 6px 0; list-style-type:none;} -#main {background-color:#EEEEEE;} +#main {background-color:#f2f2f2;} #sidebar{ float: right; width: 22%; position: relative; z-index: 9; padding: 0; margin: 0;} * html #sidebar{ width: 22%; } -#sidebar h3{ font-size: 14px; margin-top:14px; color: #666; } +#sidebar h3{ font-size: 14px; margin-top:14px; color: #333; } #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; } * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; } #sidebar .contextual { margin-right: 1em; } @@ -411,7 +411,7 @@ .box{ padding:6px; margin-bottom: 10px; - background-color:#f6f6f6; + background-color:#f9f9f9; color:#505050; line-height:1.5em; border: 1px solid #e4e4e4; @@ -447,7 +447,7 @@ body.textarea-monospace textarea.wiki-edit {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size: 12px;} body.textarea-proportional textarea.wiki-edit {font-family: Verdana, sans-serif; font-size: 12px;} li p {margin-top: 0;} -div.issue {background:#ffffdd; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;} +div.issue {background:#ffffe6; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;} p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;} p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; } p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; } @@ -973,7 +973,7 @@ padding:4px 6px 4px 6px; border: 1px solid #ccc; border-bottom: 1px solid #bbbbbb; - background-color: #f6f6f6; + background-color: #f9f9f9; color:#999; font-weight:bold; border-top-left-radius:3px; @@ -1039,7 +1039,7 @@ .text-diff { padding: 1em; - background-color:#f6f6f6; + background-color:#fafafa; color:#505050; border: 1px solid #e4e4e4; } Index: public/stylesheets/scm.css =================================================================== --- public/stylesheets/scm.css (revision 16377) +++ public/stylesheets/scm.css (working copy) @@ -34,7 +34,7 @@ #changes-legend { float: right; font-size: 0.8em; margin: 0; } #changes-legend li { float: left; background-position: 5px 0; } -table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; } +table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fefefe; } table.filecontent tbody {font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px;} table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; } table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;} @@ -102,7 +102,7 @@ background: inherit; } -table.annotate td.line-code { background-color: #fafafa; } +table.annotate td.line-code { background-color: #fefefe; } div.action_M { background: #fd8 } div.action_D { background: #f88 }