Useful style and code snippets
Background image
Hint Use filelibrary so it works offline in CAPI/AskMe apps.
Solid picture
.cf-page {
  background: black url('/isa/BDJPFRDMEYBPBKLVADAYFQCDAVIOEQJR/backgroundg.png') top center no-repeat;  
  }
.cf-page__header {
  background: none;
}
Repeating picture
.cf-page {
  background: black url('/isa/BDJPFRDMEYBPBKLVADAYFQCDAVIOEQJR/backgroundg.jpg');  
  }
.cf-page__header {
  border-bottom: 1px solid #a8a8a8;
}

