diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 2885920..ee096c5 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -2,7 +2,7 @@ html {overflow-y:scroll;} 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;} @@ -12,7 +12,7 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;} /***** Layout *****/ #wrapper {background: white;} -#top-menu {background: #3E5B76; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;} +#top-menu {background: #183053; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;} #top-menu ul {margin: 0; padding: 0;} #top-menu li { float:left; @@ -26,7 +26,7 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;} #account {float:right;} -#header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;} +#header {min-height:5.3em;margin:0;background-color:#3862a3;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;} #header a {color:#f8f8f8;} #header h1 a.ancestor { font-size: 80%; } #quick-search {float:right;} @@ -69,11 +69,11 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;} #admin-menu a.info { background-image: url(../images/help.png); } #admin-menu a.server_authentication { background-image: url(../images/server_key.png); } -#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; } @@ -309,7 +309,7 @@ span.search_for_watchers a, span.add_attachment a {padding-left:16px; background .box{ padding:6px; margin-bottom: 10px; - background-color:#f6f6f6; + background-color:#f9f9f9; color:#505050; line-height:1.5em; border: 1px solid #e4e4e4; @@ -344,7 +344,7 @@ blockquote blockquote { margin-left: 0;} abbr, span.field-description[title] { border-bottom: 1px dotted #aaa; cursor: help; } textarea.wiki-edit {width:99%; resize:vertical;} 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; } @@ -867,7 +867,7 @@ p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;} 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; @@ -922,7 +922,7 @@ button.tab-right { .text-diff { padding: 1em; - background-color:#f6f6f6; + background-color:#fafafa; color:#505050; border: 1px solid #e4e4e4; } diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index 55cb040..6801d00 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -34,7 +34,7 @@ li.change .copied-from:before { content: " - "} #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;} @@ -100,7 +100,7 @@ table.annotate td.author { 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 }