Commit c5c33cb9878621a29358413dcf95ffcb2073f00e

Authored by Fabiano Rangel
1 parent 0ae91e29

CSS da Barra de Estatistica

Atualizando o CSS da barra de dados estatísticos (quantidade de pessoas, comunidades, tags, conselhos e etc)
Showing 1 changed file with 36 additions and 0 deletions   Show diff stats
style.css
... ... @@ -689,3 +689,39 @@ div#article-parent {
689 689 #footer-license {
690 690 text-align: left;
691 691 }
  692 +
  693 +
  694 +/* padrao da barra verde - estatistica */
  695 +.environment-statistics-block-data{
  696 + background:#0c763e;
  697 + width:960px;
  698 + float:left;
  699 + padding:10px 0 25px 0;
  700 +}
  701 +
  702 +.environment-statistics-block-data ul{
  703 + list-style:none;
  704 +}
  705 +
  706 +.environment-statistics-block-data ul li{
  707 + float:left;
  708 + width:146px;
  709 + margin:0 20px 20px 0px;
  710 + text-align:center;
  711 + color:#fff;
  712 +}
  713 +
  714 +.environment-statistics-block-data ul li .amount{
  715 + font-size:40px !important;
  716 + font-weight:bold;
  717 + width:136px;
  718 +}
  719 +
  720 +.environment-statistics-block-data ul li .label{
  721 + font-size:14px !important;
  722 + clear:both;
  723 + float:left;
  724 + width:136px;
  725 + color:#98baa5;
  726 +}
  727 +
... ...