MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 3: Line 3:
     height: 250px;
     height: 250px;
     border-radius: 50%;
     border-radius: 50%;
     border: 20px solid #4682B4; /* Цвет кольца и его толщина */
     border: none; /* Цвет кольца и его толщина */
     box-sizing: border-box;
     box-sizing: border-box;
     background-color: transparent; /* Фон кольца */
     background-color: #a2c063; /* Фон кольца */
     list-style-type: none;
     list-style-type: none;
     position: relative;
     position: relative;
Line 16: Line 16:
     width: 160px; /* Размер внутреннего круга */
     width: 160px; /* Размер внутреннего круга */
     height: 160px;
     height: 160px;
     background-color: white; /* Цвет внутреннего круга (можно сделать прозрачным) */
     background-color: transparent; /* Цвет внутреннего круга (можно сделать прозрачным) */
     border-radius: 50%;
     border-radius: 50%;
     top: 50%;
     top: 50%;

Navigation menu