GothSilvio Posted November 28, 2014 Report Share Posted November 28, 2014 Приветствую. Хотелось бы затолкать в стиль Background (основной фон), изначально он не предусмотрен. Какой скрипт и куда надо затолкать, чтобы вставить его? Заранее благодарен за ответ, сам выход найти не смог. Link to comment Share on other sites More sharing options...
Mano Posted November 28, 2014 Report Share Posted November 28, 2014 GothSilvio, АЦ - ВНешний вид - Ваш стиль - CSS - ipb_styles, там в теге body творите что хотите, либо цвет, либо картинку Пример: body { color: #666; font: 400 12px tahoma,helvetica,arial,sans-serif; position: relative; height: 100%; z-index: 2; background-color: #197393; background-attachment: fixed; background-size: cover; padding-bottom: 10px; } Zyablik 1 Link to comment Share on other sites More sharing options...
GothSilvio Posted November 29, 2014 Author Report Share Posted November 29, 2014 GothSilvio, АЦ - ВНешний вид - Ваш стиль - CSS - ipb_styles, там в теге body творите что хотите, либо цвет, либо картинку Пример: body { color: #666; font: 400 12px tahoma,helvetica,arial,sans-serif; position: relative; height: 100%; z-index: 2; background-color: #197393; background-attachment: fixed; background-size: cover; padding-bottom: 10px; } Картинку в этот код как впихнуть? Link to comment Share on other sites More sharing options...
Streamer Posted November 29, 2014 Report Share Posted November 29, 2014 body { background:#212121 url("Ссылка на картинку") ; background-repeat: no-repeat; background-attachment:fixed; background-position: center bottom; background-size:100% 100%; color: #FFF; font: normal 11px tahoma, helvetica, arial, sans-serif; position: relative; padding-bottom: 20px; } GothSilvio 1 Link to comment Share on other sites More sharing options...
Recommended Posts