source: josm/trunk/tools/japicc/modules/Internals/Css/Report.css@ 11682

Last change on this file since 11682 was 11682, checked in by Don-vip, 7 years ago

update to japi-compliance-checker 2.1

File size: 3.6 KB
Line 
1body {
2 font-family:Arial, sans-serif;
3 background-color:White;
4 color:Black;
5}
6hr {
7 color:Black;
8 background-color:Black;
9 height:1px;
10 border:0;
11}
12h1 {
13 margin-bottom:0px;
14 padding-bottom:0px;
15 font-size:1.625em;
16}
17h2 {
18 margin-bottom:0px;
19 padding-bottom:0px;
20 font-size:1.25em;
21 white-space:nowrap;
22}
23div.symbols {
24 color:#003E69;
25}
26div.symbols i {
27 color:Brown;
28}
29span.section {
30 font-weight:bold;
31 cursor:pointer;
32 color:#003E69;
33 white-space:nowrap;
34 margin-left:0.3125em;
35}
36span:hover.section {
37 color:#336699;
38}
39span.sect_aff {
40 cursor:pointer;
41 padding-left:1.55em;
42 font-size:0.875em;
43 color:#cc3300;
44}
45span.ext {
46 font-weight:100;
47}
48span.jar {
49 color:#cc3300;
50 font-size:0.875em;
51 font-weight:bold;
52}
53div.jar_list {
54 padding-left:0.4em;
55 font-size:0.94em;
56}
57span.pkg_t {
58 color:#408080;
59 font-size:0.875em;
60}
61span.pkg {
62 color:#408080;
63 font-size:0.875em;
64 font-weight:bold;
65}
66span.cname {
67 color:Green;
68 font-size:0.875em;
69 font-weight:bold;
70}
71span.iname_b {
72 font-weight:bold;
73}
74span.iname_a {
75 color:#333333;
76 font-weight:bold;
77 font-size:0.94em;
78}
79span.sym_p {
80 font-weight:normal;
81 white-space:normal;
82}
83span.sym_pd {
84 white-space:normal;
85}
86span.sym_p span, span.sym_pd span {
87 white-space:nowrap;
88}
89span.attr {
90 color:Black;
91 font-weight:100;
92}
93span.deprecated {
94 color:Red;
95 font-weight:bold;
96 font-family:Monaco, monospace;
97}
98div.affect {
99 padding-left:1em;
100 padding-bottom:10px;
101 font-size:0.87em;
102 font-style:italic;
103 line-height:0.9em;
104}
105div.affected {
106 padding-left:2em;
107 padding-top:10px;
108}
109table.ptable {
110 border-collapse:collapse;
111 border:1px outset black;
112 margin-left:0.95em;
113 margin-top:3px;
114 margin-bottom:3px;
115 width:56.25em;
116}
117table.ptable td {
118 border:1px solid Gray;
119 padding:3px;
120 font-size:0.875em;
121 text-align:left;
122 vertical-align:top;
123 max-width:28em;
124 word-wrap:break-word;
125}
126table.ptable th {
127 background-color:#eeeeee;
128 font-weight:bold;
129 color:#333333;
130 font-family:Verdana, Arial;
131 font-size:0.875em;
132 border:1px solid Gray;
133 text-align:center;
134 vertical-align:top;
135 white-space:nowrap;
136 padding:3px;
137}
138table.summary {
139 border-collapse:collapse;
140 border:1px outset black;
141}
142table.summary th {
143 background-color:#eeeeee;
144 font-weight:100;
145 text-align:left;
146 font-size:0.94em;
147 white-space:nowrap;
148 border:1px inset Gray;
149 padding:3px;
150}
151table.summary td {
152 text-align:right;
153 white-space:nowrap;
154 border:1px inset Gray;
155 padding:3px 5px 3px 10px;
156}
157span.mngl {
158 padding-left:1em;
159 font-size:0.875em;
160 cursor:text;
161 color:#444444;
162 font-weight:bold;
163}
164span.pleft {
165 padding-left:2.5em;
166}
167span.color_p {
168 font-style:italic;
169 color:Brown;
170}
171span.param {
172 font-style:italic;
173}
174span.focus_p {
175 font-style:italic;
176 background-color:#DCDCDC;
177}
178span.ttype {
179 font-weight:100;
180}
181span.nowrap {
182 white-space:nowrap;
183}
184span.value {
185 white-space:nowrap;
186 font-weight:bold;
187}
188.passed {
189 background-color:#CCFFCC;
190 font-weight:100;
191}
192.warning {
193 background-color:#F4F4AF;
194 font-weight:100;
195}
196.failed {
197 background-color:#FFCCCC;
198 font-weight:100;
199}
200.new {
201 background-color:#C6DEFF;
202 font-weight:100;
203}
204
205.compatible {
206 background-color:#CCFFCC;
207 font-weight:100;
208}
209.almost_compatible {
210 background-color:#FFDAA3;
211 font-weight:100;
212}
213.incompatible {
214 background-color:#FFCCCC;
215 font-weight:100;
216}
217.gray {
218 background-color:#DCDCDC;
219 font-weight:100;
220}
221
222.top_ref {
223 font-size:0.69em;
224}
225.footer {
226 font-size:0.8125em;
227}
Note: See TracBrowser for help on using the repository browser.