Leitgedanken/templates/standard/bib_popup_body_2017.html
2022-11-21 09:47:28 +01:00

31 lines
684 B
HTML

<html><head>
<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'>
<script type='text/javascript' src='../overlib/overlib.js'></script>
<style type='text/css'>
{literal}
.indent {
width: 100%;
margin: 0px;
padding: 0px;
font-size: 1em;
line-height: 1.3em;
text-indent: 1.6em;
padding-left: 0px;
}
.name-of-deity{
font-variant:small-caps;
}
p{
display:inline
}
.linebreak:first-of-type{
height:0
}
{/literal}
</style>
<title>{$bib_popup_titel}</title>
<link rel='stylesheet' href='biblepopup.css' type='text/css'>
</head><body style='margin: 10px; padding: 0px;'>
<div align='justify'>{$bib_popup_body_wort}</div>
</body>
</html>