diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 1dc44f3f2..646ae0a31 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;} @@ -82,8 +82,8 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;} #main {display: flex; flex-direction: row-reverse;} -#sidebar{ flex-shrink: 0; width: 22%; padding-left: 20px; background: #EEEEEE; border-left: 1px solid #ddd} -#sidebar h3{ font-size: 14px; margin-top:14px; color: #666; } +#sidebar{ flex-shrink: 0; width: 22%; padding-left: 20px; background: #f2f2f2; border-left: 1px solid #ddd} +#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; } @@ -421,7 +421,7 @@ span.add_attachment a {padding-left:16px; background: url(../images/bullet_add.p .box{ padding:6px; margin-bottom: 10px; - background-color:#f6f6f6; + background-color:#f9f9f9; color:#505050; line-height:1.5em; border: 1px solid #e4e4e4; @@ -486,7 +486,7 @@ textarea.wiki-edit {width:99%; resize:vertical; box-sizing: border-box;} 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; } @@ -1087,6 +1087,7 @@ p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;} text-decoration:none; line-height:1.3em; padding:4px 6px 4px 6px; + background-color: #f9f9f9; border: 1px solid #ccc; border-bottom: 1px solid #bbbbbb; color:#999; @@ -1154,7 +1155,7 @@ button.tab-left.disabled, button.tab-right.disabled { .text-diff { padding: 1em; - background-color:#f6f6f6; + background-color:#fafafa; color:#505050; border: 1px solid #e4e4e4; white-space: pre-wrap; diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index c177b07cc..36aee8cd6 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -38,7 +38,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;} @@ -111,7 +111,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 }