utimens: Fix test failure on macOS 10.13.
[gnulib.git] / build-aux / pmccabe.css
bloba10ee35026b04d92d18eeec1e242d77ec5695a3b
1 body {
2 font-family: Helvetica, sans-serif;
5 .page_title {
6 font: 18pt Georgia, serif;
7 color: darkred;
10 .section_title {
11 font: 14pt Georgia, serif;
12 color: darkred;
15 .report_timestamp {
16 color: darkred;
17 font-weight: bold;
20 .function_src {
21 text-align: left;
22 background: white;
25 .resume_table {
28 .resume_header_entry {
29 color: black;
32 .resume_number_entry {
33 color: darkred;
34 font-weight: bold;
35 text-align: right;
38 .ranges_table {
39 border-spacing: 0px;
40 border-bottom: solid 2px black;
41 border-top: solid 2px black;
42 border-left: solid 2px black;
43 border-right: solid 2px black;
46 .ranges_header_entry {
47 padding: 5px;
48 border-bottom: solid 1px black;
49 font-size: 1em;
50 font-weight: bold;
51 color: darkred;
52 text-align: left;
55 .ranges_entry {
58 .ranges_entry_simple {
59 background: #87ff75;
62 .ranges_entry_moderate {
63 background: #fffc60;
66 .ranges_entry_high {
67 background: #ff5a5d;
70 .ranges_entry_untestable {
71 background: #993300
75 .function_table {
76 border-spacing: 0px;
77 border-bottom: solid 2px black;
78 border-top: solid 2px black;
79 border-left: solid 2px black;
80 border-right: solid 2px black;
83 .function_table_caption {
84 font-size: 1.1em;
85 font-weight: bold;
86 color: black;
87 padding: 5px;
90 .function_table_header {
94 .function_table_header_entry {
95 padding: 5px;
96 border-bottom: solid 1px black;
97 font-size: 1em;
98 font-weight: bold;
99 color: darkred;
100 text-align: left;
103 .function_entry {
107 .function_entry_simple {
108 background: #87ff75;
111 .function_entry_moderate {
112 background: #fffc60;
115 .function_entry_high {
116 background: #ff5a5d;
119 .function_entry_untestable {
120 background: #993300
124 .function_entry_name {
125 font-size: 1em;
126 text-align: left;
127 font-weight: bold;
128 text-valign: top;
130 border-top: solid 1px black;
131 padding: 3px;
134 .function_entry_cyclo {
135 font-size: 1em;
136 text-align: right;
137 text-valign: top;
139 border-top: solid 1px black;
140 padding: 3px;
143 .function_entry_number {
144 font-size: 1em;
145 text-align: right;
146 text-valign: top;
148 border-top: solid 1px black;
149 padding: 3px;
152 .function_entry_filename {
153 font-size: 1em;
154 text-align: left;
155 text-valign: top;
157 border-top: solid 1px black;
158 padding: 3px;