MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 38: Line 38:
     background: conic-gradient(#21ABC6 0% 20%, #87B22A 20% 100%);
     background: conic-gradient(#21ABC6 0% 20%, #87B22A 20% 100%);
     border-radius: 50%;
     border-radius: 50%;
     position: relative;
     position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /* Диаграмма на самом нижнем уровне */
}
}


Line 50: Line 53:
     left: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
    z-index: 2; /* Центр кольца выше диаграммы */
}
.imagemap-content2 {
    position: absolute;
    z-index: 3; /* Карта изображения выше всех */
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
}
}


Navigation menu