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;
}
Сплошной цвет.
@-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 ; }
Отредактировано Wlad_8 (17-11-2018 16:02:15)
Отсутствует