Открыть меню
Переключить меню настроек
Открыть персональное меню
Вы не представились системе
Ваш IP-адрес будет виден всем, если вы внесёте какие-либо изменения.

MediaWiki:Common.css: различия между версиями

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
 
(не показано 8 промежуточных версий этого же участника)
Строка 7: Строка 7:
     padding: 1em;
     padding: 1em;
     width: 400px;
     width: 400px;
    border-radius: 7px;
    color: #000;
}
}
@media (prefers-color-scheme: dark) {
    .infobox {
        background: #2a2a2a;
        border: 1px solid #555;
        color: #f0f0f0;
    }
}
.infobox-title {
.infobox-title {
     font-size: 2em;
     font-size: 1em;
    background-color: #5485E8;
    font-weight: 600;
     text-align: center;
     text-align: center;
    border-radius: 5px;
    color: aliceblue;
}
}
.infobox-image {
.infobox-image {
margin-top: 5px;
     text-align: center;
     text-align: center;
}
.infobox-image img {
    border-radius: 7px;
}
}
.infobox-table th {
.infobox-table th {

Текущая версия от 10:38, 17 июля 2025

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
    border-radius: 7px;
    color: #000;
}

@media (prefers-color-scheme: dark) {
    .infobox {
        background: #2a2a2a;
        border: 1px solid #555;
        color: #f0f0f0;
    }
}

.infobox-title {
	
    font-size: 1em;
    background-color: #5485E8;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    color: aliceblue;
}
.infobox-image {
	margin-top: 5px;
    text-align: center;
}
.infobox-image img {
    border-radius: 7px;
}
.infobox-table th {
	width: 100%;
    text-align: left;
}
.infobox-table td {
    vertical-align: top;
}