Roll src/third_party/WebKit 0c4ac17:a1f4c5d (svn 202354:202355)
[chromium-blink-merge.git] / tools / code_coverage / croc.css
blob071822dafad5e020a2db57fc42d60c8c0a65b36a
1 /*
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
7 /*
8 * croc.css - styles for croc HTML output
9 */
11 body {
12 font-family:arial;
15 table {
16 border-collapse:collapse;
17 border-width:0px;
18 border-style:solid;
21 thead {
22 background-color:#C0C0E0;
23 text-align:center;
26 td {
27 padding-right:10px;
28 padding-left:10px;
29 font-size:small;
30 border-width:1px;
31 border-style:solid;
32 border-color:black;
35 td.secdesc {
36 text-align:center;
37 font-size:medium;
38 font-weight:bold;
39 border-width:0px;
40 border-style:none;
41 padding-top:10px;
42 padding-bottom:5px;
45 td.section {
46 background-color:#D0D0F0;
47 text-align:center;
50 td.stat {
51 text-align:center;
54 td.number {
55 text-align:right;
58 td.graph {
59 /* Hide the dummy character */
60 color:#FFFFFF;
61 padding-left:6px;
64 td.high_pct {
65 text-align:right;
66 background-color:#B0FFB0;
68 td.mid_pct {
69 text-align:right;
70 background-color:#FFFF90;
72 td.low_pct {
73 text-align:right;
74 background-color:#FFB0B0;
78 span.missing {
79 background-color:#FFB0B0;
81 span.instr {
82 background-color:#FFFF90;
84 span.covered {
85 background-color:#B0FFB0;
88 span.g_missing {
89 background-color:#FF4040;
91 span.g_instr {
92 background-color:#FFFF00;
94 span.g_covered {
95 background-color:#40FF40;
98 p.time {
99 padding-top:10px;
100 font-size:small;
101 font-style:italic;