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

Нет описания правки
Нет описания правки
Строка 2: Строка 2:


.banner_top {
.banner_top {
     width: 100%;
     width: 350px;
     background: #5e5e5e;
     background: #5e5e5e;
     height: 300px;
     height: 500px;
     margin-left: 20px;
     margin-left: 20px;
    position: sticky;
    top: 5px;
    border-radius: 10px;
}
}


.banner_right {
    width: 20%;
    background: #5e5e5e;
    height: 100%;
    margin-left: 20px;
}