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:
.circular-chart {
.circular-chart {
     position: relative;
     position: relative;
     width: 250px;
     width: 280px;
     height: 250px;
     height: 280px;
     border-radius: 50%;
     border-radius: 50%;
     list-style: none;
     list-style: none;
Line 50: Line 50:
     top: 50%;
     top: 50%;
     left: 50%;
     left: 50%;
     width: 150px;
     width: 200px;
     height: 150px;
     height: 200px;
     background-color: var(--setlist-bg-color); /* Используем ту же переменную */
     background-color: var(--setlist-bg-color); /* Используем ту же переменную */
     border-radius: 50%;
     border-radius: 50%;

Navigation menu