diff --git a/static/style.css b/static/style.css index 42911fb..f0b4447 100644 --- a/static/style.css +++ b/static/style.css @@ -76,6 +76,10 @@ table#cv-result-sources th { text-align: center; } +table#cv-result-sources tr:nth-child(even) { + background-color: #F0F0F0; +} + table#cv-chain-table { width: 100%; margin-bottom: 10px; @@ -213,9 +217,9 @@ span.light { color: #CCC; } span.medium { color: #AAA; } span.source-confidence { font-weight: bold; } -span.source-suspect { color: #F77; } -span.source-possible { color: #EE5; } -span.source-novio { color: #7F7; } +span.source-suspect { color: #900; } +span.source-possible { color: #990; } +span.source-novio { color: #090; } span.source-skipped { font-style: italic; } a:link { color: #373; text-decoration: none; } diff --git a/templates/index.mako b/templates/index.mako index 4cdfbe7..175f4ff 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -168,11 +168,13 @@ + % for source in result.sources: - + + % if source.skipped: <% skips = True %>
URLCompare Confidence
${source.url | h} (compare)${source.url | h}CompareSkipped