|
|
| (не показано 7 промежуточных версий этого же участника) |
| Строка 1: |
Строка 1: |
| /*ТУТ ПРО ЛОГОТИП */
| |
| /* Логотип слева от названия */
| |
| .mw-logo-container {
| |
| display: flex !important;
| |
| align-items: center !important;
| |
| gap: 10px !important;
| |
| }
| |
|
| |
| /* Логотип как изображение */
| |
| .mw-logo {
| |
| background-image: none !important;
| |
| background: none !important;
| |
| width: 40px !important;
| |
| height: 40px !important;
| |
| flex-shrink: 0 !important;
| |
| }
| |
|
| |
| .mw-logo::before {
| |
| content: '' !important;
| |
| width: 40px !important;
| |
| height: 40px !important;
| |
| background-image: url('https://svremya.org/images/logo.png') !important;
| |
| background-size: contain !important;
| |
| background-repeat: no-repeat !important;
| |
| background-position: center !important;
| |
| display: block !important;
| |
| }
| |
|
| |
| /* Название сайта справа */
| |
| #mw-head-base .mw-h1-title {
| |
| margin: 0 !important;
| |
| font-size: 1.5em !important;
| |
| }
| |
| /*ДАЛЕЕ НЕ ПРО ЛОГОТИП */
| |
|
| |
|
| |
|
| .extimg-400 img { | | .extimg-400 img { |
Текущая версия от 11:41, 7 января 2026
.extimg-400 img {
width: 400px !important;
height: auto;
display: block;
}
.ext-right {
float: right;
margin: 0 0 1em 1em;
clear: right;
}