MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Coteyka (обсуждение | вклад) Нет описания правки Метка: отменено |
Coteyka (обсуждение | вклад) Нет описания правки Метка: отменено |
||
| Строка 82: | Строка 82: | ||
/* | /* Фикс для Vector 2010: принудительная установка логотипа */ | ||
#p-logo | #p-logo a.mw-wiki-logo { | ||
background-image: url("/wiki/resources/assets/LOXFlag_v2.png?v=2026") !important; | |||
background-size: contain !important; | |||
background-repeat: no-repeat !important; | |||
background-position: center !important; | |||
display: block !important; | display: block !important; | ||
width: | width: 155px !important; | ||
height: | height: 155px !important; | ||
} | } | ||
Версия от 23:49, 31 января 2026
/* Стили для инфобокса */
.infobox {
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
color: #202122;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
width: 22em;
font-size: 88%;
line-height: 1.5em;
}
.infobox th {
font-weight: bold;
background-color: #eaecf0;
padding: 4px 8px;
vertical-align: top;
text-align: left;
}
.infobox td {
padding: 4px 8px;
vertical-align: top;
}
.infobox .infobox-above {
background-color: #eaecf0;
font-size: 120%;
font-weight: bold;
text-align: center;
padding: 8px;
}
.infobox-label {
width: 33%;
font-weight: bold;
padding: 4px 8px;
vertical-align: top;
}
.infobox-data {
padding: 4px 8px;
vertical-align: top;
}
.custom-quote {
border-left: 3px solid #ccc;
margin: 1em 0;
padding-left: 1em;
color: #555;
font-style: italic;
}
.custom-quote footer {
text-align: right;
font-style: normal;
color: #333;
margin-top: 0.5em;
}
.thumb {
border: 1px solid #c8ccd1;
padding: 3px;
background-color: #f8f9fa;
margin: 0.5em;
}
.thumbinner {
border: none;
padding: 0;
}
.thumbcaption {
border: none;
text-align: left;
padding: 3px;
font-size: 94%;
}
.tleft { float: left; clear: left; }
.tright { float: right; clear: right; }
.tcenter { margin-left: auto; margin-right: auto; }
/* Фикс для Vector 2010: принудительная установка логотипа */
#p-logo a.mw-wiki-logo {
background-image: url("/wiki/resources/assets/LOXFlag_v2.png?v=2026") !important;
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
display: block !important;
width: 155px !important;
height: 155px !important;
}