Initialize Tizen 2.3
[external/libtasn1.git] / build-aux / pmccabe.css
1 body {
2
3     font-family: Helvetica, sans-serif;
4
5 }
6
7 .page_title {
8
9     font: 18pt Georgia, serif;
10 /*    font-size: 1.5em;
11     font-weight: bold; */
12     color: darkred;
13     border-bottom: 2px solid darkred;
14 }
15
16 .section_title {
17
18     font: 14pt Georgia, serif;
19     color: darkred;
20     border-bottom: 2px dashed darkred;
21 }
22
23 .report_timestamp {
24
25     color: darkred;
26     font-weight: bold;
27
28 }
29
30 .function_src {
31
32     text-align: left;
33     background: white;
34 }
35
36 .resume_table {
37
38 }
39
40 .resume_header_entry {
41     
42     color: black;
43 }
44
45 .resume_number_entry {
46
47     color: darkred;
48     font-weight: bold;
49     text-align: right;
50 }
51
52 .ranges_table {
53
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;
59 }
60
61 .ranges_header_entry {
62
63     padding: 5px;
64     border-bottom: solid 1px black;
65     font-size: 1em;
66     font-weight: bold;
67     color: darkred;
68     text-align: left;
69 }
70
71 .ranges_entry {
72
73 }
74
75 .ranges_entry_simple {
76
77     background: #87ff75; 
78
79 }
80
81 .ranges_entry_moderate {
82
83     background: #fffc60;
84
85 }
86
87 .ranges_entry_high {
88
89     background: #ff5a5d;
90
91 }
92
93 .ranges_entry_untestable {
94
95     background: #993300
96
97 }
98
99
100 .function_table {
101
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;
107 }
108
109 .function_table_caption {
110
111     font-size: 1.1em;
112     font-weight: bold;
113     color: black;
114     padding: 5px;
115 }
116
117 .function_table_header {
118     
119 }
120
121
122 .function_table_header_entry {
123
124     padding: 5px;
125     border-bottom: solid 1px black;
126     font-size: 1em;
127     font-weight: bold;
128     color: darkred;
129     text-align: left;
130 }
131
132 .function_entry {
133
134
135 }
136
137
138 .function_entry_simple {
139
140     background: #87ff75; 
141
142 }
143
144 .function_entry_moderate {
145
146     background: #fffc60;
147
148 }
149
150 .function_entry_high {
151
152     background: #ff5a5d;
153
154 }
155
156 .function_entry_untestable {
157
158     background: #993300
159
160 }
161
162
163 .function_entry_name {
164
165     font-size: 1em;
166     text-align: left;
167     font-weight: bold;
168     text-valign: top;
169
170     border-top: solid 1px black;
171     padding: 3px;
172 }
173
174 .function_entry_cyclo {
175
176     font-size: 1em;
177     text-align: right;
178     text-valign: top;
179
180     border-top: solid 1px black;
181     padding: 3px;
182 }
183
184 .function_entry_number {
185
186     font-size: 1em;
187     text-align: right;
188     text-valign: top;
189
190     border-top: solid 1px black;
191     padding: 3px;
192 }
193
194 .function_entry_filename {
195
196     font-size: 1em;
197     text-align: left;
198     text-valign: top;
199
200     border-top: solid 1px black;
201     padding: 3px;
202 }
203
204 .sidemenu {
205     
206     border: 1px black solid;
207     padding: 5px;
208
209 }
210
211 .sidemenuheader {
212  
213     color: darkred;
214     font-size: 1.1em;
215     font-weight: bold;
216     border-bottom: 1px dashed darkred;
217 }
218
219 .sidemenuentry {
220
221
222 }
223
224 .menu {
225
226 }
227