Formatierung von Listen

Mittels html und css lässt sich die Liste weiter formatieren. Hier ein Beispiel unter Verwendung einer Vorlage der Fakultät ETIT auf Basis der Dokumentation der Hochschulbibliographie:

<style type="text/css">
.ub-widget {color: #003560; font-family: Arial, Helvetica, sans-serif;}
.ub-widget a {color: #003560; font-weight: bold; }
.ub-widget h1 {font-size: 150%;}
.ub-widget h2 {font-size: 120%; color: #8dae10; text-transform: uppercase; font-weight: bold; margin-top: -2em; }
.ub-widget h3 {padding: 0.5em; border-bottom: 2px solid #8dae25; background-color: #e6e6e6; font-size: 120%; margin-top: 1em; }
.ub-widget h4 {padding: 0.2em; border-bottom: 2px solid #8dae25; background-color: #fff; font-size: 100%; color: #707070; font-weight: bold; margin-bottom: 1em; margin-top: 1em;}
.linked-csl-entry {}
.csl-toc {}
.csl-bib-body {margin-bottom: 2em;}
.csl-entry {margin-top: 1em; margin-bottom: 0em;}
.csl-left-margin {display: inline; font-weight: bold; color: #707070; }
.csl-right-inline {display: inline; margin-left: 1em;}
.ext-bib-links {margin-top: -0.5em; }
.ub-widget li + li::before {content: " ";}
.ub-widget ul li {display: inline; margin-left: 0em; line-height: 200%; }
.ub-widget ul li a {background-color: #003560; color: #fff; padding: 0.25em 0.5em; text-decoration: none;}
.ub-widget ul {margin-left: -2.5em; font-size: 100%; margin-bottom: 0em;}
.toc_return {margin-top: 0em; font-size: 100%; border-bottom: 2px solid}
</style>
<div data-ub-widget-id="ffded7a0-4ff1-4fb3-9ae6-812748c45f74" data-ub-widget-accordion></div>
<script src="https://bibliographie.ub.rub.de/static/js/publig.js"></script>

Die im Beispielcode verwendete ID ist durch die entsprechend mit dem Generator erzeugte ID auszutauschen!

Ergebnis

Weitere Hinweise

Hinweise zur fortgeschrittenenen Formatierung finden sich in der Dokumentation der Hochschulbibliographie unter folgendem Link:
https://bibliographie.ub.rub.de/publist/documentation

To Top