MediaWiki:Common.css: различия между версиями
Страница интерфейса MediaWiki
Дополнительные действия
Mohooks (обсуждение | вклад) Новая страница: «→Размещённый здесь CSS будет применяться ко всем темам оформления: .infobox { background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px; } .infobox-title { font-size: 2em; text-align: center; } .infobox-image { text-align: center; } .infobox-table th { text-align: right; vertical-align: top; width: 120px; } .i...» |
Mohooks (обсуждение | вклад) Нет описания правки |
||
Строка 1: | Строка 1: | ||
.infobox { | .infobox { | ||
background: #eee; | background: #eee; | ||
Строка 16: | Строка 16: | ||
} | } | ||
.infobox-table th { | .infobox-table th { | ||
width: 100%; | |||
text-align: left; | |||
} | } | ||
.infobox-table td { | .infobox-table td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } |
Версия от 02:28, 17 июля 2025
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox-table th {
width: 100%;
text-align: left;
}
.infobox-table td {
vertical-align: top;
}