>Форум Mozilla Россия http://forum.mozilla-russia.org/index.php >Firefox http://forum.mozilla-russia.org/viewforum.php?id=4 >Настройка Домашней страницы http://forum.mozilla-russia.org/viewtopic.php?id=74008 |
Xvost > 17-11-2018 00:07:34 |
Можно ли изменить фон домашней страницы (на изображение, например) и как это сделать? |
Wlad_8 > 17-11-2018 16:01:17 |
Xvost, добавьте в userContent.css Своё изображение для домашней страницы и страницы новой вкладки. скрытый текст @-moz-document url("about:newtab"), url("about:home") { /*for the new tab page*/ #newtab-scrollbox { background: url("file:///c:/FFAboutNewTabBackground1.jpg") no-repeat !important ; background-size: 100% !important; } /*for the homepage*/ body { background: url("file:///c:/FFAboutNewTabBackground1.jpg") no-repeat !important ; background-size: 100% !important; } Вместо c:/FFAboutNewTabBackground1.jpg вставьте свой путь к файлу изображения. Сплошной цвет. скрытый текст Выделить код Код:@-moz-document url(about:newtab), url(about:home) { body { background-color: #B6B6B6 !important ; } Градиент. скрытый текст Выделить код Код:@-moz-document url(about:newtab), url(about:home) { body { background: -moz-radial-gradient(center,#86BCD4,#319BCA) fixed !important ; background-color: #319BCA !important ; } |
Sergeys > 18-11-2018 12:29:38 |
поиск: настройка внешнего вида firefox |