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:
.table-photos {
    width: 53%;
    border: none; /* Hidden border */
    height: 315px;
}
.transparent-cell {
    background-color: transparent;
}
.centered-text-cell {
    background-color: transparent;
    color: #D02019;
    text-align: center;
    vertical-align: middle; /* To vertically center the text */
}
.centered-photo-cell {
    background-color: #D02019;
    text-align: center;
    vertical-align: middle; /* To vertically center the image */
}
.centered-photo-cell img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Для фото */
/* Для фото */
.photos-table { background-color: #EFE9DE; border: 2px solid #D33328; border-collapse: collapse; }
.photos-table { background-color: #EFE9DE; border: 2px solid #D33328; border-collapse: collapse; }

Navigation menu