Commit ae9e46150b5fcf6454d2a22b8793473e662e3e29
Exists in
master
and in
79 other branches
Add Software Metrics block style
Showing
4 changed files
with
63 additions
and
0 deletions
Show diff stats
css/software-pages.css
| @@ -377,6 +377,7 @@ | @@ -377,6 +377,7 @@ | ||
| 377 | } | 377 | } |
| 378 | 378 | ||
| 379 | /* Repository block */ | 379 | /* Repository block */ |
| 380 | + | ||
| 380 | .template-lefttopright #content .box-2 .repository-block{ | 381 | .template-lefttopright #content .box-2 .repository-block{ |
| 381 | padding: 0 0 0 10px; | 382 | padding: 0 0 0 10px; |
| 382 | } | 383 | } |
| @@ -416,6 +417,68 @@ | @@ -416,6 +417,68 @@ | ||
| 416 | 417 | ||
| 417 | /*** WARNING - WITH BOX-4 ***/ | 418 | /*** WARNING - WITH BOX-4 ***/ |
| 418 | 419 | ||
| 420 | +/* Metrics Block */ | ||
| 421 | +.software-metrics-block { | ||
| 422 | + font-family: Arial; | ||
| 423 | + padding: 3px 0px 0px 10px; | ||
| 424 | +} | ||
| 425 | + | ||
| 426 | +.software-metrics-block .metrics-list { | ||
| 427 | + border-bottom: 1px dotted #D3D6DE; | ||
| 428 | +} | ||
| 429 | + | ||
| 430 | +.software-metrics-block .metrics-list li { | ||
| 431 | + display: table; | ||
| 432 | + margin-bottom: 10px; | ||
| 433 | +} | ||
| 434 | + | ||
| 435 | +.software-metrics-block .metrics-list li span, | ||
| 436 | +.software-metrics-block .metrics-list li a { | ||
| 437 | + display: table-cell; | ||
| 438 | + vertical-align: top; | ||
| 439 | +} | ||
| 440 | + | ||
| 441 | +.software-metrics-block .metrics-list li a:link { | ||
| 442 | + color: #2c66ce !important; | ||
| 443 | +} | ||
| 444 | + | ||
| 445 | +.software-metrics-block span.arrow-globe-icon { | ||
| 446 | + content: url('../images/arrow-globe-icon.png'); | ||
| 447 | + padding-right: 5px; | ||
| 448 | +} | ||
| 449 | + | ||
| 450 | +.software-metrics-block span.downloads-icon { | ||
| 451 | + content: url('../images/downloads-icon.png'); | ||
| 452 | + padding-right: 14px; | ||
| 453 | + padding-left: 1px; | ||
| 454 | +} | ||
| 455 | + | ||
| 456 | +.software-metrics-block span.face-icon { | ||
| 457 | + content: url('../images/beneficiados-icon.png'); | ||
| 458 | + padding-right: 14px; | ||
| 459 | + padding-left: 1px; | ||
| 460 | +} | ||
| 461 | + | ||
| 462 | +.software-metrics-block span.pig-safe-icon { | ||
| 463 | + content: url('../images/economizados-icon.png'); | ||
| 464 | + padding-right: 11px; | ||
| 465 | +} | ||
| 466 | + | ||
| 467 | +.software-metrics-block .metrics-list li a { | ||
| 468 | + letter-spacing: -0.1px; | ||
| 469 | +} | ||
| 470 | + | ||
| 471 | +.software-metrics-block .admin-estimation { | ||
| 472 | + font-size: 11px; | ||
| 473 | + line-height: 15px; | ||
| 474 | + margin-top: 7px; | ||
| 475 | + margin-left: 4px; | ||
| 476 | +} | ||
| 477 | + | ||
| 478 | +.software-metrics-block .metrics-list .saved-money { | ||
| 479 | + font-size: 14px; | ||
| 480 | +} | ||
| 481 | + | ||
| 419 | /*** end of right bar ***/ | 482 | /*** end of right bar ***/ |
| 420 | 483 | ||
| 421 | /************ END DUPLICATE ************/ | 484 | /************ END DUPLICATE ************/ |
895 Bytes
609 Bytes
517 Bytes