Олёша Вики ищет редакторов/модераторов/писателей статей. Обращаться к Администратору

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

Материал из Олёша Вики
мНет описания правки
мНет описания правки
Строка 12: Строка 12:
.infobox-title {
.infobox-title {
font-weight: bold;
font-weight: bold;
     font-size: 2em;
     font-size: 1.7em;
     text-align: center;
     text-align: center;
    margin-bottom: 10px;
}
}
.infobox-image {
.infobox-image {

Версия от 19:46, 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: 1.7em;
    text-align: center;
    margin-bottom: 10px;
}
.infobox-image {
    text-align: center;
}
.infobox table {
	margin-top: 15px;
}
.infobox th {
    text-align: left;
    width: 120px;
}
.infobox td, .infobox th {
    vertical-align: top;
    padding: 0.5em 0.3em;
    border-top: 1px solid black;
}
.infobox tr:last-child td, .infobox tr:last-child th {
    border-bottom: 1px solid black;
}