Some pages are referencing CSS stylesheets over http:// only links. This prevents loading such resources in recent browsers, for example this page: https://docbook.org/docs/howto/howto.html
Common trick is to use URLs like //docbook.org instead of https://docbook.org. Browser then will use the same protocol as page was loaded over.