0
Answered

Script to put a custom CSS style

Denis 7 years ago updated by Christian Fritz 7 years ago 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?

Answer

Answer
Answered

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.

Answer
Answered

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.