MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
.ring-chart27 {
.ring-chart27 {
   position: relative;
   position: relative;
Line 13: Line 5:
   border-radius: 50%;
   border-radius: 50%;
   background: white;
   background: white;
}
.ring-chart27 .circle-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* Обеспечивает правильное масштабирование изображения */
  z-index: 3;
}
}


Line 25: Line 27:
   border-radius: 50%;
   border-radius: 50%;
   z-index: 1;
   z-index: 1;
}
.ring-chart27:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/a/a4/Circle_frame.svg.png') no-repeat center;
  background-size: contain;
  z-index: 3;
}
}


Line 99: Line 89:
   background-color: #ef5350;
   background-color: #ef5350;
}
}




Navigation menu