MediaWiki:Vector.css: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) |
Admin (обсуждение | вклад) |
||
Строка 11: | Строка 11: | ||
width: 200px; | width: 200px; | ||
height: 105px; | height: 105px; | ||
+ | } | ||
+ | .b-head .b-logo a { | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | width: 199px; | ||
+ | height: 103px; | ||
+ | } | ||
+ | .b-ads { | ||
+ | background: #c4d9f4; | ||
+ | width: 728px; | ||
+ | height: 90px; | ||
+ | position: absolute; | ||
+ | top: 30px; | ||
+ | left: 260px; | ||
} | } |
Версия 14:33, 1 сентября 2021
.b-head {
height: 155px;
background-image: url(https://fishingwiki.ru/skins/common/images/head-bg.jpg?2021-05-21T11:38:20Z);
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.b-head .b-logo {
margin: 0;
padding: 27px 0 0 27px;
width: 200px;
height: 105px;
}
.b-head .b-logo a {
display: block;
position: relative;
width: 199px;
height: 103px;
}
.b-ads {
background: #c4d9f4;
width: 728px;
height: 90px;
position: absolute;
top: 30px;
left: 260px;
}