Re: [Koha] Question on OPACUserCSS

2022-10-28 Thread Bruns, Anke
, I'll send you the URL off-list. Kind regards, Anke > -Ursprüngliche Nachricht- > Von: Koha Im Auftrag von Thomas > Klausner > Gesendet: Freitag, 28. Oktober 2022 00:47 > An: koha@lists.katipo.co.nz > Betreff: Re: [Koha] Question on OPACUserCSS > > Hi! > >

Re: [Koha] Question on OPACUserCSS

2022-10-27 Thread Thomas Klausner
Hi! On Thu, Oct 27, 2022 at 02:25:48PM +, Bruns, Anke wrote: > we are struggling with a background image for the OPAC pages. > > The description of the parameter OPACUserCSS says " Include the following > CSS on all pages in the OPAC". However, the style declaration > > body { >

Re: [Koha] Question on OPACUserCSS

2022-10-27 Thread Andy Boze
none defined by us in OPACUserCSS (or elsewhere). Regards, Anke -Ursprüngliche Nachricht- Von: Lucas Gass Gesendet: Donnerstag, 27. Oktober 2022 16:45 An: Bruns, Anke Cc: Koha Betreff: Re: [Koha] Question on OPACUserCSS Hi Bruns, The CSS you added should work on all OPAC pages

Re: [Koha] Question on OPACUserCSS

2022-10-27 Thread Bruns, Anke
022 16:45 > An: Bruns, Anke > Cc: Koha > Betreff: Re: [Koha] Question on OPACUserCSS > > Hi Bruns, > > The CSS you added should work on all OPAC pages and does for me. I am > testing with the following: > > body { > background-image: url(https://github.com/bywate

Re: [Koha] Question on OPACUserCSS

2022-10-27 Thread Lucas Gass
Hi Bruns, The CSS you added should work on all OPAC pages and does for me. I am testing with the following: body { background-image: url( https://github.com/bywatersolutions/web-assets/blob/master/sites/Koha-logo.png?raw=true ); background-repeat: no-repeat; background-size: cover; }

[Koha] Question on OPACUserCSS

2022-10-27 Thread Bruns, Anke
Hello, we are struggling with a background image for the OPAC pages. The description of the parameter OPACUserCSS says " Include the following CSS on all pages in the OPAC". However, the style declaration body { background-image: url(path/to/our/image.jpg); background-repeat: no-repeat;