0
Beantwortet

Script to put a custom CSS style

Denis vor 7 Jahren aktualisiert von Christian Fritz vor 7 Jahren 1

Hello,


I created a custom style "bibbase.css". This is placed the bibbase folder that is located at the root of my site. When I put it in the following script I created a custom style "bibbase.css". This is placed the bibbase folder that is located at the root of my site. When I put it in the following script <script src = "https://bibbase.org/show?bib=address of the zotero database & jsonp = 1 & filter = year: 2017 & css = site address / bibbase / bibbase.css"> < Script>, nothing happens. The script to put a custom css is "& css = css file location"?

I forgot something to make it work?

Antwort

Antwort
Beantwortet

If you are embedding your bibbase page into your own page, then you just need to add your css to your own page just like any other css, i.e., add

<link href="/bibbase.css" rel="stylesheet">

to the head in your html file.

Antwort
Beantwortet

If you are embedding your bibbase page into your own page, then you just need to add your css to your own page just like any other css, i.e., add

<link href="/bibbase.css" rel="stylesheet">

to the head in your html file.