Ignore more headers.
[gnutls.git] / build-aux / pmccabe.css
blob2d94c91c75e176f6951aafb8cf55e7f753d8c6f5
1 body {
3 font-family: Helvetica, sans-serif;
7 .page_title {
9 font: 18pt Georgia, serif;
10 /* font-size: 1.5em;
11 font-weight: bold; */
12 color: darkred;
13 border-bottom: 2px solid darkred;
16 .section_title {
18 font: 14pt Georgia, serif;
19 color: darkred;
20 border-bottom: 2px dashed darkred;
23 .report_timestamp {
25 color: darkred;
26 font-weight: bold;
30 .function_src {
32 text-align: left;
33 background: white;
36 .resume_table {
40 .resume_header_entry {
42 color: black;
45 .resume_number_entry {
47 color: darkred;
48 font-weight: bold;
49 text-align: right;
52 .ranges_table {
54 border-spacing: 0px;
55 border-bottom: solid 2px black;
56 border-top: solid 2px black;
57 border-left: solid 2px black;
58 border-right: solid 2px black;
61 .ranges_header_entry {
63 padding: 5px;
64 border-bottom: solid 1px black;
65 font-size: 1em;
66 font-weight: bold;
67 color: darkred;
68 text-align: left;
71 .ranges_entry {
75 .ranges_entry_simple {
77 background: #87ff75;
81 .ranges_entry_moderate {
83 background: #fffc60;
87 .ranges_entry_high {
89 background: #ff5a5d;
93 .ranges_entry_untestable {
95 background: #993300
100 .function_table {
102 border-spacing: 0px;
103 border-bottom: solid 2px black;
104 border-top: solid 2px black;
105 border-left: solid 2px black;
106 border-right: solid 2px black;
109 .function_table_caption {
111 font-size: 1.1em;
112 font-weight: bold;
113 color: black;
114 padding: 5px;
117 .function_table_header {
122 .function_table_header_entry {
124 padding: 5px;
125 border-bottom: solid 1px black;
126 font-size: 1em;
127 font-weight: bold;
128 color: darkred;
129 text-align: left;
132 .function_entry {
138 .function_entry_simple {
140 background: #87ff75;
144 .function_entry_moderate {
146 background: #fffc60;
150 .function_entry_high {
152 background: #ff5a5d;
156 .function_entry_untestable {
158 background: #993300
163 .function_entry_name {
165 font-size: 1em;
166 text-align: left;
167 font-weight: bold;
168 text-valign: top;
170 border-top: solid 1px black;
171 padding: 3px;
174 .function_entry_cyclo {
176 font-size: 1em;
177 text-align: right;
178 text-valign: top;
180 border-top: solid 1px black;
181 padding: 3px;
184 .function_entry_number {
186 font-size: 1em;
187 text-align: right;
188 text-valign: top;
190 border-top: solid 1px black;
191 padding: 3px;
194 .function_entry_filename {
196 font-size: 1em;
197 text-align: left;
198 text-valign: top;
200 border-top: solid 1px black;
201 padding: 3px;
204 .sidemenu {
206 border: 1px black solid;
207 padding: 5px;
211 .sidemenuheader {
213 color: darkred;
214 font-size: 1.1em;
215 font-weight: bold;
216 border-bottom: 1px dashed darkred;
219 .sidemenuentry {
224 .menu {