Олёша Вики ищет редакторов/модераторов/писателей статей. Обращаться к Администратору
MediaWiki:Common.css: различия между версиями
Материал из Олёша Вики
L27001 (обсуждение | вклад) мНет описания правки |
L27001 (обсуждение | вклад) Добавлен отступ в 15px от картинки для таблицы |
||
| Строка 17: | Строка 17: | ||
.infobox-image { | .infobox-image { | ||
text-align: center; | text-align: center; | ||
} | |||
.infobox table { | |||
margin-top: 15px; | |||
} | } | ||
.infobox th { | .infobox th { | ||
Версия от 19:27, 24 января 2023
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#p-logo-text a { padding: 0.1em 0.3em 0.2em; }
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.infobox-title {
font-weight: bold;
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox table {
margin-top: 15px;
}
.infobox th {
text-align: left;
vertical-align: top;
width: 120px;
}
.infobox td {
vertical-align: top;
}
