Дополнительные действия
Gapp (обсуждение | вклад) Нет описания правки |
Gapp (обсуждение | вклад) м фикс по цветам инфобоксов |
||
| Строка 52: | Строка 52: | ||
.infobox .infobox-header { | .infobox .infobox-header { | ||
background-color: var(--background-color- | background-color: var(--background-color-progressive-subtle); | ||
} | } | ||
Текущая версия от 02:06, 15 сентября 2025
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#ca-talk { display: none !important; }
/* Infoboxes */
.infobox {
border: 1px solid var(--border-color-base);
border-radius: var(--border-radius--medium);
border-spacing: 3px;
background-color: var(--color-surface-2);
color: var(--color-base);
margin: 0 auto var(--space-md) var(--space-lg);
padding: 0.2em;
float: right;
clear: right;
font-size: 0.875rem;
line-height: 1.5em;
width: 22em;
text-align: left;
}
.infobox-header,.infobox-label,.infobox-above,.infobox-full-data,.infobox-data,.infobox-below,.infobox-subheader,.infobox-image,.infobox-navbar,.infobox th,.infobox td {
vertical-align: top
}
.infobox-label,.infobox-data,.infobox th,.infobox td {
text-align: left
}
.infobox .infobox-above,.infobox .infobox-title,.infobox caption {
font-size: 125%;
font-weight: bold;
text-align: center
}
.infobox-title,.infobox caption {
padding: 0.2em
}
.infobox .infobox-header,.infobox .infobox-subheader,.infobox .infobox-image,.infobox .infobox-full-data,.infobox .infobox-below {
text-align: center
}
.infobox .infobox-navbar {
text-align: right
}
.infobox tbody {
display: table;
width: 100%;
}
.infobox .infobox-header {
background-color: var(--background-color-progressive-subtle);
}
td.infobox-data {
word-break: break-word;
}
@media screen and (max-width: 720px) {
table.infobox {
margin-left: auto;
float: unset;
display: block;
margin: auto;
max-width: 90vw;
}
}