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: 200px;
     width: 250px;
     height: 200px;
     height: 250px;
     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: 60px;
     width: 150px;
     height: 60px;
     height: 150px;
     background-color: white;
     background-color: var(--setlist-bg-color); /* Используем ту же переменную */
     border-radius: 50%;
     border-radius: 50%;
     transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
Line 788: Line 788:
.unco-table > tr > th, .unco-table > tr > td, .unco-table > * > tr > th, .unco-table > * > tr > td { padding: 0.2em 0.4em; }
.unco-table > tr > th, .unco-table > tr > td, .unco-table > * > tr > th, .unco-table > * > tr > td { padding: 0.2em 0.4em; }


.setlist-table > tr > th, .setlist-table > tr > td, .setlist-table > * > tr > th, .setlist-table > * > tr > td { padding: 0.2em 0.4em; }
.setlist-table {
 
    --setlist-bg-color: #efe9de; /* Определяем переменную для цвета */
    background-color: var(--setlist-bg-color);
    border: 3px solid #c14424;
    text-align: left;
    margin: 1em 0;
    border-collapse: collapse;
}
.custom-table tbody .cell-red { background-color: #ffdddd; }
.custom-table tbody .cell-red { background-color: #ffdddd; }


Navigation menu