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:
.round-table {
    border-radius: 50%;
    overflow: hidden;
    width: 300px; /* Установите желаемую ширину */
    height: 300px; /* Установите желаемую высоту */
    display: inline-block;
}
.round-table table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.round-table td, .round-table th {
    text-align: center;
    vertical-align: middle;
}
.table-photos {
.table-photos {
     width: 53%;
     width: 53%;

Navigation menu