Biblioteca Java - Blame information for rev 32
Subversion Repositories:
(root)/Courses and labs samples/ISP/Exemple_ISP_Cluj_2015/ElevatorCurs/.jacocoverage/report.html/.resources/report.css
Rev | Author | Line No. | Line |
---|---|---|---|
32 | mihai | 1 | body, td { |
2 | font-family:sans-serif; | ||
3 | font-size:10pt; | ||
4 | } | ||
5 | |||
6 | h1 { | ||
7 | font-weight:bold; | ||
8 | font-size:18pt; | ||
9 | } | ||
10 | |||
11 | .breadcrumb { | ||
12 | border:#d6d3ce 1px solid; | ||
13 | padding:2px 4px 2px 4px; | ||
14 | } | ||
15 | |||
16 | .breadcrumb .info { | ||
17 | float:right; | ||
18 | } | ||
19 | |||
20 | .breadcrumb .info a { | ||
21 | margin-left:8px; | ||
22 | } | ||
23 | |||
24 | .el_report { | ||
25 | padding-left:18px; | ||
26 | background-image:url(report.gif); | ||
27 | background-position:left center; | ||
28 | background-repeat:no-repeat; | ||
29 | } | ||
30 | |||
31 | .el_group { | ||
32 | padding-left:18px; | ||
33 | background-image:url(group.gif); | ||
34 | background-position:left center; | ||
35 | background-repeat:no-repeat; | ||
36 | } | ||
37 | |||
38 | .el_bundle { | ||
39 | padding-left:18px; | ||
40 | background-image:url(bundle.gif); | ||
41 | background-position:left center; | ||
42 | background-repeat:no-repeat; | ||
43 | } | ||
44 | |||
45 | .el_package { | ||
46 | padding-left:18px; | ||
47 | background-image:url(package.gif); | ||
48 | background-position:left center; | ||
49 | background-repeat:no-repeat; | ||
50 | } | ||
51 | |||
52 | .el_class { | ||
53 | padding-left:18px; | ||
54 | background-image:url(class.gif); | ||
55 | background-position:left center; | ||
56 | background-repeat:no-repeat; | ||
57 | } | ||
58 | |||
59 | .el_source { | ||
60 | padding-left:18px; | ||
61 | background-image:url(source.gif); | ||
62 | background-position:left center; | ||
63 | background-repeat:no-repeat; | ||
64 | } | ||
65 | |||
66 | .el_method { | ||
67 | padding-left:18px; | ||
68 | background-image:url(method.gif); | ||
69 | background-position:left center; | ||
70 | background-repeat:no-repeat; | ||
71 | } | ||
72 | |||
73 | .el_session { | ||
74 | padding-left:18px; | ||
75 | background-image:url(session.gif); | ||
76 | background-position:left center; | ||
77 | background-repeat:no-repeat; | ||
78 | } | ||
79 | |||
80 | pre.source { | ||
81 | border:#d6d3ce 1px solid; | ||
82 | font-family:monospace; | ||
83 | } | ||
84 | |||
85 | pre.source ol { | ||
86 | margin-bottom: 0px; | ||
87 | margin-top: 0px; | ||
88 | } | ||
89 | |||
90 | pre.source li { | ||
91 | border-left: 1px solid #D6D3CE; | ||
92 | color: #A0A0A0; | ||
93 | padding-left: 0px; | ||
94 | } | ||
95 | |||
96 | pre.source span.fc { | ||
97 | background-color:#ccffcc; | ||
98 | } | ||
99 | |||
100 | pre.source span.nc { | ||
101 | background-color:#ffaaaa; | ||
102 | } | ||
103 | |||
104 | pre.source span.pc { | ||
105 | background-color:#ffffcc; | ||
106 | } | ||
107 | |||
108 | pre.source span.bfc { | ||
109 | background-image: url(branchfc.gif); | ||
110 | background-repeat: no-repeat; | ||
111 | background-position: 2px center; | ||
112 | } | ||
113 | |||
114 | pre.source span.bfc:hover { | ||
115 | background-color:#80ff80; | ||
116 | } | ||
117 | |||
118 | pre.source span.bnc { | ||
119 | background-image: url(branchnc.gif); | ||
120 | background-repeat: no-repeat; | ||
121 | background-position: 2px center; | ||
122 | } | ||
123 | |||
124 | pre.source span.bnc:hover { | ||
125 | background-color:#ff8080; | ||
126 | } | ||
127 | |||
128 | pre.source span.bpc { | ||
129 | background-image: url(branchpc.gif); | ||
130 | background-repeat: no-repeat; | ||
131 | background-position: 2px center; | ||
132 | } | ||
133 | |||
134 | pre.source span.bpc:hover { | ||
135 | background-color:#ffff80; | ||
136 | } | ||
137 | |||
138 | table.coverage { | ||
139 | empty-cells:show; | ||
140 | border-collapse:collapse; | ||
141 | } | ||
142 | |||
143 | table.coverage thead { | ||
144 | background-color:#e0e0e0; | ||
145 | } | ||
146 | |||
147 | table.coverage thead td { | ||
148 | white-space:nowrap; | ||
149 | padding:2px 14px 0px 6px; | ||
150 | border-bottom:#b0b0b0 1px solid; | ||
151 | } | ||
152 | |||
153 | table.coverage thead td.bar { | ||
154 | border-left:#cccccc 1px solid; | ||
155 | } | ||
156 | |||
157 | table.coverage thead td.ctr1 { | ||
158 | text-align:right; | ||
159 | border-left:#cccccc 1px solid; | ||
160 | } | ||
161 | |||
162 | table.coverage thead td.ctr2 { | ||
163 | text-align:right; | ||
164 | padding-left:2px; | ||
165 | } | ||
166 | |||
167 | table.coverage thead td.sortable { | ||
168 | cursor:pointer; | ||
169 | background-image:url(sort.gif); | ||
170 | background-position:right center; | ||
171 | background-repeat:no-repeat; | ||
172 | } | ||
173 | |||
174 | table.coverage thead td.up { | ||
175 | background-image:url(up.gif); | ||
176 | } | ||
177 | |||
178 | table.coverage thead td.down { | ||
179 | background-image:url(down.gif); | ||
180 | } | ||
181 | |||
182 | table.coverage tbody td { | ||
183 | white-space:nowrap; | ||
184 | padding:2px 6px 2px 6px; | ||
185 | border-bottom:#d6d3ce 1px solid; | ||
186 | } | ||
187 | |||
188 | table.coverage tbody tr:hover { | ||
189 | background: #f0f0d0 !important; | ||
190 | } | ||
191 | |||
192 | table.coverage tbody td.bar { | ||
193 | border-left:#e8e8e8 1px solid; | ||
194 | } | ||
195 | |||
196 | table.coverage tbody td.ctr1 { | ||
197 | text-align:right; | ||
198 | padding-right:14px; | ||
199 | border-left:#e8e8e8 1px solid; | ||
200 | } | ||
201 | |||
202 | table.coverage tbody td.ctr2 { | ||
203 | text-align:right; | ||
204 | padding-right:14px; | ||
205 | padding-left:2px; | ||
206 | } | ||
207 | |||
208 | table.coverage tfoot td { | ||
209 | white-space:nowrap; | ||
210 | padding:2px 6px 2px 6px; | ||
211 | } | ||
212 | |||
213 | table.coverage tfoot td.bar { | ||
214 | border-left:#e8e8e8 1px solid; | ||
215 | } | ||
216 | |||
217 | table.coverage tfoot td.ctr1 { | ||
218 | text-align:right; | ||
219 | padding-right:14px; | ||
220 | border-left:#e8e8e8 1px solid; | ||
221 | } | ||
222 | |||
223 | table.coverage tfoot td.ctr2 { | ||
224 | text-align:right; | ||
225 | padding-right:14px; | ||
226 | padding-left:2px; | ||
227 | } | ||
228 | |||
229 | .footer { | ||
230 | margin-top:20px; | ||
231 | border-top:#d6d3ce 1px solid; | ||
232 | padding-top:2px; | ||
233 | font-size:8pt; | ||
234 | color:#a0a0a0; | ||
235 | } | ||
236 | |||
237 | .footer a { | ||
238 | color:#a0a0a0; | ||
239 | } | ||
240 | |||
241 | .right { | ||
242 | float:right; | ||
243 | } |