Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • Author

Это? 

#branding {
    background: #2C5687 url('http://paranoy-rpg.ru/public/style_images/14_%D0%91%D0%B5%D0%B7_%D0%B8%D0%BC%D0%B5%D0%BD%D0%B8-3.png');
    height: 245px;
}
    
    #logo{float:left; margin-top: 30px;}#logo a.textLogo{color:#fff;height:69px;line-height:69px;padding:0 12px;font-weight:bold;font-size:48px;font-family:"Lato","Open Sans","Trebuchet MS",Tahoma,sans-serif;display:block;text-shadow:rgba(0,0,0,0.3) 0px -1px 0px;text-decoration:none;}#logo a.textLogo:hover{background:url("http://paranoy-rpg.ru/public/style_images/14_paranoy_1.png") repeat;background:rgba(255,255,255,0.04);}

#branding {
	background: #2C5687 url('http://paranoy-rpg.ru/public/style_images/14_%D0%91%D0%B5%D0%B7_%D0%B8%D0%BC%D0%B5%D0%BD%D0%B8-3.png');
	height: 245px;
}
	
	#logo{float:left; margin-top: 30px;}#logo a.textLogo{color:#fff;height:69px;line-height:69px;padding:0 12px;font-weight:bold;font-size:48px;font-family:"Lato","Open Sans","Trebuchet MS",Tahoma,sans-serif;display:block;text-shadow:rgba(0,0,0,0.3) 0px -1px 0px;text-decoration:none;}#logo a.textLogo:hover{background:url("http://paranoy-rpg.ru/public/style_images/14_paranoy_1.png") repeat;background:rgba(255,255,255,0.04);}

 

А все открыл. Стиль ggg

Найдите это:

#branding {
    background: #2C5687 url('http://paranoy-rpg.ru/public/style_images/14_%D0%91%D0%B5%D0%B7_%D0%B8%D0%BC%D0%B5%D0%BD%D0%B8-3.png');
    height: 245px;
}

Замените на это:

#branding {
    background: #2C5687 url(http://paranoy-rpg.ru/public/style_images/14_Без_имени-3.png) no-repeat center;
    height: 494px;
    background-position: center 0px;
}

Edited by Pashok(one)

Делайте ширину 1920. Обычно хватает, либо примите заполнение для картинки. Либо как и сказали - цвет.

46 минут назад, MATRIX132 сказал:

А как узнать точный размер? Я вроде через код смотрю размер, а оно все равно маленькое.

Точный размер - никак. Его в коде нет.

У вас стоит просто изображение там. Я поставил к примеру это: https://wallpaperscraft.com/image/space_sky_stars_79233_2560x1080.jpg и заполнилось все (у меня разрешение такое 2560 в ширину)

Сделайте картинку шире значит, либо вбейте заполнение с помощью css. 

Можно:

 background: url(images/bg.jpg) no-repeat center center fixed;
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.