Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Ищу стиль Rage Russia V1

Ноя
1,975
6,578
Команда форума
Администратор
Обычный IO Dark, изменены только заголовки блоков
CSS:
.block.block--category .block-header:after {
    content: '';
    background: url(https://forum.ragerussia.online/styles/io_dark/io/images/swirl.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    mix-blend-mode: overlay;
    pointer-events: none;
}
CSS:
.block-minorHeader
{
    background: linear-gradient(-270deg, #185886 0%, #0c2d45 100%);
}
 
Сверху