##// END OF EJS Templates
paper: minor adjustments to table styles...
av6 -
r35480:6915f6a4 default
parent child Browse files
Show More
@@ -1,553 +1,553 b''
1 1 body {
2 2 margin: 0;
3 3 padding: 0;
4 4 background: white;
5 5 color: black;
6 6 font-family: sans-serif;
7 7 }
8 8
9 9 .container {
10 10 padding-left: 115px;
11 11 }
12 12
13 13 .main {
14 14 position: relative;
15 15 background: white;
16 16 padding: 2em 2em 2em 0;
17 17 }
18 18
19 19 #.main {
20 20 width: 98%;
21 21 }
22 22
23 23 .overflow {
24 24 width: 100%;
25 25 overflow: auto;
26 26 }
27 27
28 28 .menu {
29 29 width: 90px;
30 30 margin: 0;
31 31 font-size: 80%;
32 32 text-align: left;
33 33 position: absolute;
34 34 top: 20px;
35 35 left: 20px;
36 36 right: auto;
37 37 }
38 38
39 39 .menu ul {
40 40 list-style: none;
41 41 padding: 0;
42 42 margin: 10px 0 0 0;
43 43 border-left: 2px solid #999;
44 44 }
45 45
46 46 .menu li {
47 47 margin-bottom: 3px;
48 48 padding: 2px 4px;
49 49 background: white;
50 50 color: black;
51 51 font-weight: normal;
52 52 }
53 53
54 54 .menu li.active {
55 55 font-weight: bold;
56 56 }
57 57
58 58 .menu img {
59 59 width: 75px;
60 60 height: 90px;
61 61 border: 0;
62 62 }
63 63
64 64 div.atom-logo {
65 65 margin-top: 10px;
66 66 }
67 67
68 68 .atom-logo img{
69 69 width: 14px;
70 70 height: 14px;
71 71 border: 0;
72 72 }
73 73
74 74 .menu a { color: black; display: block; }
75 75
76 76 .search {
77 77 position: absolute;
78 78 top: .7em;
79 79 right: 2em;
80 80 }
81 81
82 82 form.search div#hint {
83 83 display: none;
84 84 position: absolute;
85 85 top: 40px;
86 86 right: 0px;
87 87 width: 190px;
88 88 padding: 5px;
89 89 background: #ffc;
90 90 font-size: 70%;
91 91 border: 1px solid yellow;
92 92 border-radius: 5px;
93 93 }
94 94
95 95 form.search:hover div#hint { display: block; }
96 96
97 97 a { text-decoration:none; }
98 98 .age { white-space:nowrap; }
99 99 .date { white-space:nowrap; }
100 100 .indexlinks { white-space:nowrap; }
101 101 .parity0,
102 102 .stripes4 > :nth-child(4n+1),
103 103 .stripes2 > :nth-child(2n+1) { background-color: #f0f0f0; }
104 104 .parity1,
105 105 .stripes4 > :nth-child(4n+3),
106 106 .stripes2 > :nth-child(2n+2) { background-color: white; }
107 107 .plusline { color: green; }
108 108 .minusline { color: #dc143c; } /* crimson */
109 109 .atline { color: purple; }
110 110
111 111 .diffstat-table {
112 112 margin-top: 1em;
113 113 }
114 114 .diffstat-file {
115 115 white-space: nowrap;
116 116 font-size: 90%;
117 117 }
118 118 .diffstat-total {
119 119 white-space: nowrap;
120 120 font-size: 90%;
121 121 }
122 122 .diffstat-graph {
123 123 width: 100%;
124 124 }
125 125 .diffstat-add {
126 126 background-color: green;
127 127 float: left;
128 128 }
129 129 .diffstat-remove {
130 130 background-color: red;
131 131 float: left;
132 132 }
133 133
134 134 .navigate {
135 135 text-align: right;
136 136 font-size: 60%;
137 137 margin: 1em 0;
138 138 }
139 139
140 140 .phase {
141 141 color: #999;
142 142 font-size: 70%;
143 143 border-bottom: 1px dotted #999;
144 144 font-weight: normal;
145 145 margin-left: .5em;
146 146 vertical-align: baseline;
147 147 }
148 148
149 149 .obsolete {
150 150 color: #999;
151 151 font-size: 70%;
152 152 border-bottom: 1px dashed #999;
153 153 font-weight: normal;
154 154 margin-left: .5em;
155 155 vertical-align: baseline;
156 156 }
157 157
158 158 .instability {
159 159 color: #000;
160 160 font-size: 70%;
161 161 border-bottom: 1px solid #000;
162 162 font-weight: normal;
163 163 margin-left: .5em;
164 164 vertical-align: baseline;
165 165 }
166 166
167 167 .tag {
168 168 color: #999;
169 169 font-size: 70%;
170 170 font-weight: normal;
171 171 margin-left: .5em;
172 172 vertical-align: baseline;
173 173 }
174 174
175 175 .branchhead {
176 176 color: #000;
177 177 font-size: 80%;
178 178 font-weight: normal;
179 179 margin-left: .5em;
180 180 vertical-align: baseline;
181 181 }
182 182
183 183 ul#graphnodes .branchhead {
184 184 font-size: 75%;
185 185 }
186 186
187 187 .branchname {
188 188 color: #000;
189 189 font-size: 60%;
190 190 font-weight: normal;
191 191 margin-left: .5em;
192 192 vertical-align: baseline;
193 193 }
194 194
195 195 /* Common */
196 196 pre { margin: 0; }
197 197
198 198 h2 { font-size: 120%; border-bottom: 1px solid #999; }
199 199 h2 a { color: #000; }
200 200 h3 {
201 201 margin-top: +.7em;
202 202 font-size: 100%;
203 203 }
204 204
205 205 /* log and tags tables */
206 206 .bigtable {
207 207 border-bottom: 1px solid #999;
208 208 border-collapse: collapse;
209 209 font-size: 90%;
210 210 width: 100%;
211 211 font-weight: normal;
212 212 text-align: left;
213 213 }
214 214
215 215 .bigtable td {
216 padding: 1px 4px;
216 217 vertical-align: top;
217 218 }
218 219
219 220 .bigtable th {
220 221 padding: 1px 4px;
221 222 border-bottom: 1px solid #999;
222 223 }
223 224 .bigtable tr { border: none; }
224 225 .bigtable .age { width: 7em; }
225 226 .bigtable .author { width: 15em; }
226 227 .bigtable .description { }
227 228 .bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; }
228 229 .bigtable .node { width: 5em; font-family: monospace;}
229 230 .bigtable .permissions { width: 8em; text-align: left;}
230 231 .bigtable .size { width: 5em; text-align: right; }
231 232 .bigtable .annotate { text-align: right; }
232 233 .bigtable td.annotate { font-size: smaller; }
233 234 .bigtable td.source { font-size: inherit; }
234 235 tr.thisrev a { color:#999999; text-decoration: none; }
235 236 tr.thisrev td.source { color:#009900; }
236 237 td.annotate {
237 238 white-space: nowrap;
238 239 }
239 240 div.annotate-info {
240 241 z-index: 5;
241 242 display: none;
242 243 position: absolute;
243 244 background-color: #FFFFFF;
244 245 border: 1px solid #999;
245 246 text-align: left;
246 247 color: #000000;
247 248 padding: 5px;
248 249 }
249 250 div.annotate-info a { color: #0000FF; }
250 251 td.annotate:hover div.annotate-info { display: inline; }
251 252
252 253 #diffopts-form {
253 254 font-size: smaller;
254 255 color: #424242;
255 256 padding-bottom: 10px;
256 257 display: none;
257 258 }
258 259
259 260 .source, .sourcefirst {
260 261 font-family: monospace;
261 262 white-space: pre;
262 263 padding: 1px 4px;
263 264 font-size: 90%;
264 265 }
265 266 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; }
266 267 .source a { color: #999; font-size: smaller; font-family: monospace;}
267 268 .bottomline { border-bottom: 1px solid #999; }
268 269
269 270 .sourcelines {
270 271 font-size: 90%;
271 272 position: relative;
272 273 counter-reset: lineno;
273 274 }
274 275
275 276 .wrap > span {
276 277 white-space: pre-wrap;
277 278 }
278 279
279 280 .linewraptoggle {
280 281 float: right;
281 282 }
282 283
283 284 .diffblocks { counter-reset: lineno; }
284 285 .diffblocks > div { counter-increment: lineno; }
285 286
286 287 .sourcelines > span {
287 288 display: inline-block;
288 289 box-sizing: border-box;
289 290 width: 100%;
290 291 padding: 1px 0px 1px 5em;
291 292 counter-increment: lineno;
292 293 }
293 294
294 295 .sourcelines > span:before {
295 296 -moz-user-select: -moz-none;
296 297 -khtml-user-select: none;
297 298 -webkit-user-select: none;
298 299 -ms-user-select: none;
299 300 user-select: none;
300 301 display: inline-block;
301 302 margin-left: -6em;
302 303 width: 4em;
303 304 font-size: smaller;
304 305 color: #999;
305 306 text-align: right;
306 307 content: counters(lineno, ".");
307 308 float: left;
308 309 }
309 310
310 311 .sourcelines > span:target, tr:target td {
311 312 background-color: #bfdfff;
312 313 }
313 314
314 315 /* Followlines */
315 316 tbody.sourcelines > tr.followlines-selected,
316 317 pre.sourcelines > span.followlines-selected {
317 318 background-color: #99C7E9;
318 319 }
319 320
320 321 div#followlines {
321 322 background-color: #FFF;
322 323 border: 1px solid #999;
323 324 padding: 5px;
324 325 position: fixed;
325 326 }
326 327
327 328 div.followlines-cancel {
328 329 text-align: right;
329 330 }
330 331
331 332 div.followlines-cancel > button {
332 333 line-height: 80%;
333 334 padding: 0;
334 335 border: 0;
335 336 border-radius: 2px;
336 337 background-color: inherit;
337 338 font-weight: bold;
338 339 }
339 340
340 341 div.followlines-cancel > button:hover {
341 342 color: #FFFFFF;
342 343 background-color: #CF1F1F;
343 344 }
344 345
345 346 div.followlines-link {
346 347 margin: 2px;
347 348 margin-top: 4px;
348 349 font-family: sans-serif;
349 350 }
350 351
351 352 .btn-followlines {
352 353 display: none;
353 354 cursor: pointer;
354 355 box-sizing: content-box;
355 356 font-size: 12px;
356 357 width: 13px;
357 358 height: 13px;
358 359 border-radius: 3px;
359 360 margin: 0px;
360 361 margin-top: -2px;
361 362 padding: 0px;
362 363 background-color: #E5FDE5;
363 364 border: 1px solid #9BC19B;
364 365 font-family: monospace;
365 366 text-align: center;
366 367 line-height: 5px;
367 368 }
368 369
369 370 tr .btn-followlines {
370 371 position: absolute;
371 372 }
372 373
373 374 span .btn-followlines {
374 375 float: left;
375 376 }
376 377
377 378 span.followlines-select .btn-followlines {
378 379 margin-left: -1.5em;
379 380 }
380 381
381 382 .btn-followlines:hover {
382 383 transform: scale(1.2, 1.2);
383 384 }
384 385
385 386 .btn-followlines .followlines-plus {
386 387 color: green;
387 388 }
388 389
389 390 .btn-followlines .followlines-minus {
390 391 color: red;
391 392 }
392 393
393 394 .btn-followlines-end {
394 395 background-color: #ffdcdc;
395 396 }
396 397
397 398 .sourcelines tr:hover .btn-followlines,
398 399 .sourcelines span.followlines-select:hover > .btn-followlines {
399 400 display: inline;
400 401 }
401 402
402 403 .btn-followlines-hidden,
403 404 .sourcelines tr:hover .btn-followlines-hidden {
404 405 display: none;
405 406 }
406 407
407 408 .sourcelines > a {
408 409 display: inline-block;
409 410 position: absolute;
410 411 left: 0px;
411 412 width: 4em;
412 413 height: 1em;
413 414 }
414 415
415 416 .fileline { font-family: monospace; }
416 417 .fileline img { border: 0; }
417 418
418 419 .tagEntry .closed { color: #99f; }
419 420
420 421 /* Changeset entry */
421 422 #changesetEntry {
422 423 border-collapse: collapse;
423 424 font-size: 90%;
424 425 width: 100%;
425 426 margin-bottom: 1em;
426 427 }
427 428
428 429 #changesetEntry th {
429 430 padding: 1px 4px;
430 431 width: 4em;
431 432 text-align: right;
432 433 font-weight: normal;
433 434 color: #999;
434 margin-right: .5em;
435 435 vertical-align: top;
436 436 }
437 437
438 438 div.description {
439 439 border-left: 2px solid #999;
440 440 margin: 1em 0 1em 0;
441 441 padding: .3em;
442 442 white-space: pre;
443 443 font-family: monospace;
444 444 }
445 445
446 446 /* Graph */
447 447 div#wrapper {
448 448 position: relative;
449 449 border-top: 1px solid black;
450 450 border-bottom: 1px solid black;
451 451 margin: 0;
452 452 padding: 0;
453 453 }
454 454
455 455 canvas {
456 456 position: absolute;
457 457 z-index: 5;
458 458 top: -0.7em;
459 459 margin: 0;
460 460 }
461 461
462 462 ul#graphnodes {
463 463 position: absolute;
464 464 z-index: 10;
465 465 top: -1.0em;
466 466 list-style: none inside none;
467 467 padding: 0;
468 468 }
469 469
470 470 ul#nodebgs {
471 471 list-style: none inside none;
472 472 padding: 0;
473 473 margin: 0;
474 474 top: -0.7em;
475 475 }
476 476
477 477 ul#graphnodes li, ul#nodebgs li {
478 478 height: 39px;
479 479 }
480 480
481 481 ul#graphnodes li .info {
482 482 display: block;
483 483 font-size: 70%;
484 484 }
485 485
486 486 /* Comparison */
487 487 .legend {
488 488 padding: 1.5% 0 1.5% 0;
489 489 }
490 490
491 491 .legendinfo {
492 492 border: 1px solid #999;
493 493 font-size: 80%;
494 494 text-align: center;
495 495 padding: 0.5%;
496 496 }
497 497
498 498 .equal {
499 499 background-color: #ffffff;
500 500 }
501 501
502 502 .delete {
503 503 background-color: #faa;
504 504 color: #333;
505 505 }
506 506
507 507 .insert {
508 508 background-color: #ffa;
509 509 }
510 510
511 511 .replace {
512 512 background-color: #e8e8e8;
513 513 }
514 514
515 515 .header {
516 516 text-align: center;
517 517 }
518 518
519 519 .block {
520 520 border-top: 1px solid #999;
521 521 }
522 522
523 523 .breadcrumb {
524 524 color: gray;
525 525 }
526 526
527 527 .breadcrumb a {
528 528 color: blue;
529 529 }
530 530
531 531 .scroll-loading {
532 532 -webkit-animation: change_color 1s linear 0s infinite alternate;
533 533 -moz-animation: change_color 1s linear 0s infinite alternate;
534 534 -o-animation: change_color 1s linear 0s infinite alternate;
535 535 animation: change_color 1s linear 0s infinite alternate;
536 536 }
537 537
538 538 @-webkit-keyframes change_color {
539 539 from { background-color: #A0CEFF; } to { }
540 540 }
541 541 @-moz-keyframes change_color {
542 542 from { background-color: #A0CEFF; } to { }
543 543 }
544 544 @-o-keyframes change_color {
545 545 from { background-color: #A0CEFF; } to { }
546 546 }
547 547 @keyframes change_color {
548 548 from { background-color: #A0CEFF; } to { }
549 549 }
550 550
551 551 .scroll-loading-error {
552 552 background-color: #FFCCCC !important;
553 553 }
General Comments 0
You need to be logged in to leave comments. Login now