Index: public/stylesheets/application.css =================================================================== --- public/stylesheets/application.css (Revision 20837) +++ public/stylesheets/application.css (Arbeitskopie) @@ -3,7 +3,7 @@ body { font-family: Verdana, sans-serif; font-size: 12px; color:#333; margin: 0; padding: 0; min-width: 900px; } h1, h2, h3, h4, h5, h6 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;} -#content h1, h2, h3, h4, h5, h6 {color: #555;} +#content h1, h2, h3, h4, h5, h6 {color: #333;} h2 {font-size: 20px;} h3 {font-size: 16px;} h4 {font-size: 13px; border-bottom: 1px solid #ccc; font-weight:normal;} @@ -92,14 +92,14 @@ #main {flex-grow: 2; display: flex; flex-direction: row-reverse;} -#sidebar{ flex-shrink: 0; padding-left: 20px; padding-right: 8px; background: #EEEEEE; border-left: 1px solid #ddd} +#sidebar{ flex-shrink: 0; padding-left: 20px; padding-right: 8px; background: #f2f2f2; border-left: 1px solid #ddd} @media screen and (min-width: 0px) and (max-width: 1089px) {#sidebar{width: 22%;}} @media screen and (min-width: 1090px) and (max-width: 1279px) {#sidebar{width: 240px;}} @media screen and (min-width: 1280px) and (max-width: 1599px) {#sidebar{width: 280px;}} @media screen and (min-width: 1600px) and (max-width: 1919px) {#sidebar{width: 320px;}} @media screen and (min-width: 1920px) and (max-width: 2559px) {#sidebar{width: 360px;}} @media screen and (min-width: 2560px) {#sidebar{width: 380px;}} -#sidebar h3{ font-size: 14px; margin-top:14px; color: #666; } +#sidebar h3{ font-size: 14px; margin-top:14px; color: #334; } #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; } @@ -445,7 +445,7 @@ .box{ padding:6px; margin-bottom: 10px; - background-color:#f6f6f6; + background-color:#f9f9f9; color:#505050; line-height:1.5em; border: 1px solid #e4e4e4; @@ -521,7 +521,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; } @@ -1160,6 +1160,7 @@ 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; @@ -1227,7 +1228,7 @@ .text-diff { padding: 1em; - background-color:#f6f6f6; + background-color:#fafafa; color:#505050; border: 1px solid #e4e4e4; white-space: pre-wrap; Index: public/stylesheets/scm.css =================================================================== --- public/stylesheets/scm.css (Revision 20837) +++ public/stylesheets/scm.css (Arbeitskopie) @@ -38,7 +38,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;} @@ -111,7 +111,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 }