Skip to content
Snippets Groups Projects
Commit 1325cea2 authored by Marcus Baumgarten's avatar Marcus Baumgarten
Browse files

changes

parent c8869d7d
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ function sprung (event) {
console.log('sprung');
var targ = window.location.hash.substring(1);
console.log('target: ' + targ);
console.log(targ);
var startMarker = $("#" + targ);
if (startMarker.length == 0) return;
......@@ -64,7 +65,7 @@ function sprung (event) {
}
});
// Step 2: highlight »(startMarker/parent::*/parent::* intersect endMarker/parent::*/parent::*)//*)«
// Step 2: highlight »(startMarker/parent::* /parent::* intersect endMarker/parent::* /parent::*)//*)«
// 2a: Get startMarker's parents up to the common ancestor
var parentsList = startMarker.parentsUntil(cA);
......@@ -94,7 +95,10 @@ function sprung (event) {
//3b: Colour its earlier siblings if they dont have start marker
$(endMarker.prevAll().addBack().get().reverse()).each(function() {
if ($(this).has(startMarker).length > 0 || $(this).is(startMarker)) return;
if ($(this).has(startMarker).length > 0
|| $(this).is(startMarker)
|| $(this).nextAll().has(startMarker)
) return;
else {
$(this).css("background-color", "rgb(187, 187, 187)");
}
......
This diff is collapsed.
.reg {display: none;}
.person {color:red;}
.place {color:green;}
\ No newline at end of file
File added
File added
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
font-family: Junicode;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
p {
margin-bottom: 1em;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.sum {
border-bottom: 2px solid black;
}
/* Stylesheet HAB Seiten */
/* ----------------------------------- editionsspezifisches CSS --------------------------------------------------------------------------*/
a.abbr{
color: black;
text-decoration: underline;
}
div.cb_left {
position: absolute;
margin-right: 200px;
}
div.cb_right {
margin-left: 410px;
border-left: 1px solid black;
}
#doc_header_text {
margin-bottom:0.2em;
padding:0;
letter-spacing:0.3em;
}
#doc_header_line {
margin:0;
padding:0;
height:1px;
}
#menu_page {
font-size:smaller;
text-align:right;
}
#del {
text-decoration: line-through;
}
#annotation {
background-color:#EEE;
}
.tooltip {
border-bottom: 1px dashed #000000;
color: #000000; outline: none;
cursor: help; text-decoration: none;
position: relative;
}
.tooltip span.custom {
margin-left: -999em;
position: absolute;
padding: 5px 5px 5px 5px;
}
/*span.ex {
font-style: italic;
}*/
span.term b {
font-weight: bold;
}
span.term i {
font-style: italic;
}
.tooltip:hover span.custom {
font-family: Calibri, Tahoma, Geneva, sans-serif;
position: absolute;
left: 1em;
top: 2em;
z-index: 99;
margin-left: 0;
}
.tooltip:hover em {
font-family: Candara, Tahoma, Geneva, sans-serif;
font-size: 1em;
font-weight: bold;
display: block;
padding: 0.2em 0 0 0;
}
.classic { padding: 0.8em 1em; }
/*.custom { padding: 0.5em 0.8em 0.8em 2em; }*/
* html a:hover { background: transparent; }
.help { background: #EEE; border: 1px solid #000; }
.info { background: #EEE; border: 1px solid #000; }
/* diplomatische Wiedergabe*/
span.reg {
display: none;
}
/*Personenausgabe im Volltext*/
#info_person {
display: none;
}
#info_gloss {
display: none;
}
#info_bibl {
display: none;
}
.pShow {
position: relative;
background-color: #EEE;
border: 1px solid #000;
min-width: 20px;
min-height: 20px;
max-width: 30%;
margin: 10px;
padding: 10px;
border-radius: 5px;
}
.pShow img {
position:absolute;
top:-8px;
right:-8px;
width: 16px;
cursor: pointer;
}
.footnotes .pShow {
text-indent: 0em;
}
.forename {
font-weight: bold;
}
.surname {
font-weight: bold;
}
.nameLink {
font-weight: bold;
}
.author {
font-variant: small-caps;
}
.editor {
font-variant: small-caps;
}
/* Ortsausgabe im Volltext */
#info_place {
display:none;
}
/* Allgemeine Schriftformate */
:target {
background-color: rgb(187, 187, 187);
}
@font-face {
font-family:'junicode';
src: url('http://diglib.hab.de/rules/fonts/Junicode.woff') format('woff');
}
body {
position:relative;
margin-left:1.5em;
margin-right:1.5em;
margin-top:0;
margin-bottom:0;
font-size:1em;
line-height: 2em;
counter-reset: h2;
}
h1 {
font-size:1.1em;
color:#900129;
font-weight:600;
text-align:left;
}
h1.app {
font-size:13pt;
color:black;
font-weight:600;
text-align:left;
}
h2 {
font-size:1em;
color:black;
text-align:left;
background-color:#EEE;
padding:0.3em;
margin-top:1em;
position:relative;
width:100%;
counter-reset: h3;
}
.quelltext {
font-size:1em;
color:black;
text-align:left;
background-color:#EEE;
padding:0.3em;
margin:1em;
position:relative;
width:100%;
}
h2.quelltext:before{
content: "";
}
h2:before {
counter-increment: h2;
content: counter(h2) ". ";
}
h3 {
margin-top: 0.7em;
background-color:#EEE;
margin-left: 1em;
counter-reset: h4;
}
h3:before {
counter-increment: h3;
content: counter(h2) "." counter(h3) ". ";
}
h4 {
margin-top: 0.5em;
background-color:#EEE;
margin-left: 2em;
}
h4:before {
counter-increment: h4;
content: counter(h2) "." counter(h3) "." counter(h4) ". ";
}
table {
display: block;
margin: 20px 0px 0px 40px;
table-layout: auto;
width:auto;
border-collapse:collapse;
}
td {
/*border:1px solid #000; */
vertical-align:top;
padding-left: 5px;
padding-right: 5px;
}
.label {
background-color:#EEE;
}
/* -------------------------------Inhaltsverzeichnis ------------------------------------------mets TOC -------------------------------------------------------------------- */
#toc_title {
background-color: #EEE;
padding:0.5em;
border: 1px solid gray;
font-size:0.8em;
}
.toc_content {
margin-top:0.7em;
font-size:0.9em;
}
/* -------------------------------menueeintraege - menue2.php --------------------------------------------------------------------------- */
/* navigationszeile */
#menu {
position:relative;
height:30px;
margin-left:0;
padding:0.5em;
font-size:0.8em;
border-bottom:1px dotted #900129;
}
#menu_entries {
float:left;
}
#menu_paging {
float:left;
position:relative;
left:1em;
top:0.6em;
width:12em;
}
#menu_search {
float:right;
position:relative;
top:0.7em;
right:3em;
}
#menu_searchInp{
float: left;
}
#menu_searchIcon{
display: inline;
z-index: 101;
border:0;
padding:0;
margin:0;
}
#menu_lang {
position:absolute;
font-size:0.7em;
top:0.2em;
right:0em;
}
/* Inhalt der Popup-Fenster: menu_content */
#menu_content {
margin:1em;
padding:0.3em;
font-size:0.8em;
}
#menu_content_footer {
font-size:0.6em;
}
/* ------------------------ Inhalte, Einleitungen,Transkriptionen etc. ----------------------------------------------------------*/
.content _verse{
line-height:1.2em;
}
.content _tables{
line-height:1.2em;
}
.footnotes {
font-size:0.9em;
line-height:1em;
text-align:left;
padding-left: 1em;
text-indent: -1em;
}
#doc_footnotes {
font-size:0.9em;
line-height:1em;
text-align:left;
}
#doc_header {
margin:2em 0 1em 0;
}
#doc_bibliography{
font-size:1em;
text-align:left;
}
#doc_footer {
margin: 2em 0 3em 0;
text-align: right;
font-size:smaller;
}
#caption {
font-weight:700;
}
#responsibility {
font-weight: normal;
}
#headings {
display: none;
border:1px black solid;
font-size:0.8em;
margin-bottom:2em;
background-color:#EEE;
}
.illustration {
float:left;
margin:0.5em;
}
.illustration_desc {
font-size:smaller;
line-height:1em;
}
/* ---------------------------------------- Suche und Suchergebnisse - exist ---------------------------------------------------------------- */
#resultlist {
margin:1em 0 2em 0;
font-size:smaller;
}
#resultheader {
}
#resultset {
}
#resultfooter {
border:1px solid gray;
margin:2em 0 2em 0;
background-color:#FFDDDD;
padding:0.2em 1em 0.2em 1em;
}
/* ---------------------- Links -----------------------------------------------------------------------------------*/
a{
color:#900129;
text-decoration:none;
}
a:visited {
color:#990000;
text-decoration:none;
}
a.fnNumber {
vertical-align: super;
color: blue;
font-size: 0.7em;
margin-right: 0.3em;
}
a.fn_number_app {
vertical-align: super;
color: blue;
font-size: 0.7em;
}
/* ----------------------------------- Listen -------------------------------------------------------------------------------*/
ul{
list-style-position:outside;
text-align:left;
}
li{
margin-top:0.3em;
margin-left: 0.3em;
}
dt {
float: left;
clear: left;
width: 20px;
text-align: right;
vertical-align: top;
}
dd {
margin-left: 25px;
padding: 0 0 0.5em 0;
}
File added
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
p {
margin-bottom: 1em;
text-indent: 1em;
}
.pResp {
display: inline;
}
.pStyle {
display: block;
margin-right: 1em;
text-indent: 1em;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.sum {
border-bottom: 2px solid black;
}
/* Stylesheet HAB Seiten */
/* ----------------------------------- editionsspezifisches CSS --------------------------------------------------------------------------*/
a.abbr{
color: black;
text-decoration: underline;
}
div.cb_left {
position: absolute;
margin-right: 200px;
}
div.cb_right {
margin-left: 410px;
border-left: 1px solid black;
}
#doc_header_text {
margin-bottom:0.2em;
padding:0;
letter-spacing:0.3em;
}
#doc_header_line {
margin:0;
padding:0;
height:1px;
}
#menu_page {
font-size:smaller;
text-align:right;
}
#del {
text-decoration: line-through;
}
#annotation {
background-color:#EEE;
}
/* Ausblenden von irrelevanten Textteilen*/
.rdg {
display:none;
}
.tooltip {
border-bottom: 1px dashed #000000;
color: #000000; outline: none;
cursor: help; text-decoration: none;
position: relative;
}
.tooltip span.custom {
margin-left: -999em;
position: absolute;
padding: 5px 5px 5px 5px;
}
/*span.ex {
font-style: italic;
}*/
span.term b {
font-weight: bold;
}
span.term i {
font-style: italic;
}
.tooltip:hover span.custom {
font-family: Calibri, Tahoma, Geneva, sans-serif;
position: absolute;
left: 1em;
top: 2em;
z-index: 99;
margin-left: 0;
}
.tooltip:hover em {
font-family: Candara, Tahoma, Geneva, sans-serif;
font-size: 1em;
font-weight: bold;
display: block;
padding: 0.2em 0 0 0;
}
.classic { padding: 0.8em 1em; }
/*.custom { padding: 0.5em 0.8em 0.8em 2em; }*/
* html a:hover { background: transparent; }
.help { background: #EEE; border: 1px solid #000; }
.info { background: #EEE; border: 1px solid #000; }
/* diplomatische Wiedergabe*/
span.reg {
display: none;
}
/* besondere Auszeichnung mit Fraktur */
span.fraktur {
font-family: 'lapidaria', sans-serif !important;
font-size: 0.8em;
}
/* Zeilenzählung */
span.linenumber
{
display: inline-block;
font-size: 15px;
color: red;
width: 4em;
left: -3em;
position: absolute;
text-align: right;
font-family: junicode;
font-style: normal;
}
h2 span span.linenumber {
left: -5.5em;
}
/*Personenausgabe im Volltext*/
.author {
font-variant: small-caps;
}
#info_person {
display: none;
}
.forename {
font-weight: bold;
}
.surname {
/*font-variant: small-caps;*/
font-weight: bold;
}
.nameLink {
font-weight: bold;
}
#info_gloss {
display: none;
}
#info_bibl {
display: none;
}
.pShow {
position: relative;
background-color: #EEE;
border: 1px solid #000;
min-width: 20px;
min-height: 20px;
max-width: 30%;
margin: 10px;
padding: 10px;
border-radius: 5px;
}
.pShow img {
position:absolute;
top:-8px;
right:-8px;
width: 16px;
cursor: pointer;
}
.footnotes .pShow {
text-indent: 0em;
}
/* personen in grün*/
.person {
color: #007B24;
}
/* Ortsausgabe im Volltext */
#info_place {
display:none;
}
/* Allgemeine Schriftformate */
:target {
background-color: rgb(187, 187, 187);
}
@font-face {
font-family:'junicode';
src: url('http://diglib.hab.de/rules/fonts/Junicode.woff') format('woff');
}
@font-face {
font-family: 'lapidaria';
src: url('http://diglib.hab.de/edoc/ed000227/layout/lapidaria.ttf') format('truetype');
}
body {
position:relative;
margin-left:1.5em;
margin-right:1.5em;
margin-top:0;
margin-bottom:0;
font-size:1em;
line-height: 2em;
counter-reset: h2;
padding-left: 2em;
font-family: junicode;
}
h1 {
font-size:1.1em;
color:#900129;
font-weight:600;
text-align:left;
}
h1.app {
font-size:13pt;
color:black;
font-weight:600;
text-align:left;
}
h2 {
font-size:1em;
color:black;
text-align:left;
background-color:#EEE;
padding:0.3em;
margin-top:1em;
position:relative;
width:100%;
counter-reset: h3;
}
.quelltext {
font-size:1em;
color:black;
text-align:left;
background-color:#EEE;
padding:0.3em;
/* position:relative; macht Probleme mit Infokästen im Header */
width:100%;
}
h2.quelltext:before{
content: "";
}
h2:before {
counter-increment: h2;
content: counter(h2) ". ";
}
h3 {
margin-top: 0.7em;
background-color:#EEE;
margin-left: 1em;
}
h3:before {
counter-increment: h3;
content: counter(h2) "." counter(h3) ". ";
}
h4 {
margin-top: 0.5em;
}
h4:before {
counter-increment: h3;
content: counter(h2) "." counter(h3) "." counter(h4) ". ";
}
table {
display: block;
margin: 20px 0px 0px 40px;
table-layout: auto;
width:auto;
border-collapse:collapse;
}
td {
/*border:1px solid #000; */
vertical-align:top;
padding-left: 5px;
padding-right: 5px;
}
.label {
background-color:#EEE;
}
/* -------------------------------Inhaltsverzeichnis ------------------------------------------mets TOC -------------------------------------------------------------------- */
#toc_title {
background-color: #EEE;
padding:0.5em;
border: 1px solid gray;
font-size:0.8em;
}
.toc_content {
margin-top:0.7em;
font-size:0.9em;
}
/* -------------------------------menueeintraege - menue2.php --------------------------------------------------------------------------- */
/* navigationszeile */
#menu {
position:relative;
height:30px;
margin-left:0;
padding:0.5em;
font-size:0.8em;
border-bottom:1px dotted #900129;
}
#menu_entries {
float:left;
}
#menu_paging {
float:left;
position:relative;
left:1em;
top:0.6em;
width:12em;
}
#menu_search {
float:right;
position:relative;
top:0.7em;
right:3em;
}
#menu_searchInp{
float: left;
}
#menu_searchIcon{
display: inline;
z-index: 101;
border:0;
padding:0;
margin:0;
}
#menu_lang {
position:absolute;
font-size:0.7em;
top:0.2em;
right:0em;
}
/* Inhalt der Popup-Fenster: menu_content */
#menu_content {
margin:1em;
padding:0.3em;
font-size:0.8em;
}
#menu_content_footer {
font-size:0.6em;
}
/* ------------------------ Inhalte, Einleitungen,Transkriptionen etc. ----------------------------------------------------------*/
.content _verse{
line-height:1.2em;
}
.content _tables{
line-height:1.2em;
}
.footnotes {
font-size:0.9em;
line-height:1em;
padding-left: 1em;
text-indent: -1em;
}
#doc_footnotes {
font-size:0.9em;
line-height:1em;
text-align:left;
}
#doc_header {
margin:2em 0 1em 0;
}
#doc_bibliography{
font-size:1em;
text-align:left;
}
#doc_footer {
margin: 2em 0 3em 0;
text-align: right;
font-size:smaller;
}
#caption {
font-weight:700;
}
#responsibility {
font-weight: normal;
}
#headings {
display: none;
border:1px black solid;
font-size:0.8em;
margin-bottom:2em;
background-color:#EEE;
}
.illustration {
float:left;
margin:0.5em;
}
.illustration_desc {
font-size:smaller;
line-height:1em;
}
/* ---------------------------------------- Suche und Suchergebnisse - exist ---------------------------------------------------------------- */
#resultlist {
margin:1em 0 2em 0;
font-size:smaller;
}
#resultheader {
}
#resultset {
}
#resultfooter {
border:1px solid gray;
margin:2em 0 2em 0;
background-color:#FFDDDD;
padding:0.2em 1em 0.2em 1em;
}
/* ---------------------- Links -----------------------------------------------------------------------------------*/
a{
color:#900129;
text-decoration:none;
}
a:visited {
color:#990000;
text-decoration:none;
}
a.fnNumber {
color: blue;
font-size: 0.7em;
vertical-align: super;
}
a.fnNumber + a.fnNumber {
margin-left: 0.3em;
}
a.fnNumber_app {
vertical-align: super;
color: blue;
font-size: 0.7em;
display: inline-block;
margin-left: 1em;
}
/* ----------------------------------- Listen -------------------------------------------------------------------------------*/
ul{
/* list-style-type:square;*/
list-style-position:outside;
text-align:left;
}
li{
margin-top:0.3em;
}
dt {
float: left;
clear: left;
width: 20px;
text-align: right;
vertical-align: top;
}
dd {
margin-left: 25px;
padding: 0 0 1em 0;
font-size:0.9em;
line-height:1em;
text-align:left;
}
/* -- neu 2016-12-02 DK */
.scrollTarget {
background-color: grey;
}
\ No newline at end of file
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
/* print friendly version of the navigator.css */
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
font-family: Junicode;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
position:relative;
margin-left: 2cm;
margin-right: 3cm;
margin-top: 2cm;
margin-bottom: 2cm;
line-height: 1.3em;
counter-reset: h2;
padding-left: 2em;
}
/*div #annot*/
p {
margin-bottom: 1em;
text-indent: 1em;
/* widows: 2;
orphans: 2;
color: black;*/
}
.pResp {
display: inline;
}
.pStyle {
display: block;
margin-right: 1em;
text-indent: 1em;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.sum {
border-bottom: 2px solid black;
}
/* Stylesheet HAB Seiten */
/* ----------------------------------- editionsspezifisches CSS --------------------------------------------------------------------------*/
.dispatcher {display:none;}
#doc_footer {display:none;}
.arrow {display: none;}
.rs-ref{
color: black !important;
}
#content {
display: none;
}
/* Ausblenden von irrelevanten Textteilen*/
.rdg {
display:none;
}
div.cb_left {
position: absolute;
margin-right: 200px;
}
div.cb_right {
margin-left: 410px;
border-left: 1px solid black;
}
#doc_header_text {
margin-bottom:0.2em;
padding:0;
letter-spacing:0.3em;
}
#doc_header_line {
margin:0;
padding:0;
height:1px;
}
#menu_page {
display: none;
font-size:smaller;
text-align:right;
}
#del {
text-decoration: line-through;
}
#annotation {
page-break-before: avoid;
}
#comments {
page-break-before: avoid;
}
hr {
page-break-after: avoid;
}
.tooltip {
border-bottom: 1px dashed #000000;
color: #000000; outline: none;
cursor: help; text-decoration: none;
position: relative;
display: none;
}
.tooltip span.custom {
margin-left: -999em;
position: absolute;
padding: 5px 5px 5px 5px;
display: none;
}
span.term b {
font-weight: bold;
}
span.term i {
font-style: italic;
}
.tooltip:hover span.custom {
font-family: Calibri, Tahoma, Geneva, sans-serif;
position: absolute;
left: 1em;
top: 2em;
z-index: 99;
margin-left: 0;
display: none;
}
.tooltip:hover em {
font-family: Candara, Tahoma, Geneva, sans-serif;
font-size: 1em;
font-weight: bold;
display: block;
padding: 0.2em 0 0 0;
display: none;
}
.help {
background: #EEE;
border: 1px solid #000;
display: none;
}
.info {
background: #EEE;
border: 1px solid #000;
display: none;
}
/* diplomatische Wiedergabe*/
span.reg {
display: none;
}
/* Zeilenzählung */
span.linenumber
{
display: inline-block;
/* text-indent: -3em;*/
font-size: 15px;
color: gray;
width: 4em;
left: -3em;
position: absolute;
text-align: right;
font-family: junicode;
font-style: normal;
}
h2 span span.linenumber {
left: -5.5em;
}
/*Personenausgabe im Volltext*/
.author {
font-variant: small-caps;
}
#info_person {
display: none;
}
.forename {
font-weight: bold;
}
.surname {
/*font-variant: small-caps;*/
font-weight: bold;
}
.nameLink {
font-weight: bold;
}
#info_gloss {
display: none;
}
#info_bibl {
display: none;
}
.pShow {
position: relative;
background-color: #EEE;
border: 1px solid #000;
min-width: 20px;
min-height: 20px;
max-width: 30%;
margin: 10px;
padding: 10px;
border-radius: 5px;
display: none;
}
.pShow img {
position:absolute;
top:-8px;
right:-8px;
width: 16px;
cursor: pointer;
display: none;
}
.footnotes .pShow {
text-indent: 0em;
display: none;
}
/* Ortsausgabe im Volltext */
#info_place {
display:none;
}
/* Allgemeine Schriftformate */
@font-face {
font-family:'junicode';
src: url('http://diglib.hab.de/rules/fonts/Junicode.woff') format('woff');
}
h1 {
font-size:1.1em;
color:#900129;
font-weight:600;
text-align:left;
text-decoration: underline;
page-break-before: always;
}
h1.app {
font-size:13pt;
color:black;
font-weight:600;
text-align:left;
}
h2 {
font-size:1em;
color:black;
text-align:left;
padding:0.3em;
margin-top:1em;
position:relative;
width:100%;
text-decoration: underline;
counter-reset: h3;
page-break-after: avoid;
}
.quelltext {
font-size:1em;
color:black;
text-align:left;
background-color:#EEE;
padding:0.3em;
position:relative;
width:100%;
}
h2.quelltext:before{
content: "";
}
h2:before {
counter-increment: h2;
content: counter(h2) ". ";
}
h3 {
margin-top: 0.7em;
margin-left: 1em;
text-decoration: underline;
page-break-after: avoid;
}
h3:before {
counter-increment: h3;
content: counter(h2) "." counter(h3) ". ";
}
h4 {
margin-top: 0.5em;
text-decoration: underline;
page-break-after: avoid;
}
table {
display: block;
margin: 20px 0px 0px 40px;
table-layout: auto;
width:auto;
border-collapse:collapse;
}
td {
/*border:1px solid #000; */
vertical-align:top;
padding-left: 5px;
padding-right: 5px;
}
.person {
color: black;
}
/* -------------------------------Inhaltsverzeichnis ------------------------------------------mets TOC -------------------------------------------------------------------- */
#toc_title {
background-color: #EEE;
padding:0.5em;
border: 1px solid gray;
font-size:0.8em;
display: none;
}
.toc_content {
margin-top:0.7em;
font-size:0.9em;
display: none;
}
/* -------------------------------menueeintraege - menue2.php --------------------------------------------------------------------------- */
/* navigationszeile */
#menu {
position:relative;
height:30px;
margin-left:0;
padding:0.5em;
font-size:0.8em;
border-bottom:1px dotted #900129;
display: none;
}
#menu_entries {
float:left;
display: none;
}
#menu_paging {
float:left;
position:relative;
left:1em;
top:0.6em;
width:12em;
display: none;
}
#menu_search {
float:right;
position:relative;
top:0.7em;
right:3em;
display: none;
}
#menu_searchInp{
float: left;
display: none;
}
#menu_searchIcon{
display: none;
z-index: 101;
border:0;
padding:0;
margin:0;
}
#menu_lang {
position:absolute;
font-size:0.7em;
top:0.2em;
right:0em;
display: none;
}
/* Inhalt der Popup-Fenster: menu_content */
#menu_content {
margin:1em;
padding:0.3em;
font-size:0.8em;
display: none;
}
#menu_content_footer {
font-size:0.6em;
display: none;
}
/* ------------------------ Inhalte, Einleitungen,Transkriptionen etc. ----------------------------------------------------------*/
.content _verse{
line-height:1.2em;
}
.content _tables{
line-height:1.2em;
}
.footnotes {
font-size:0.9em;
line-height:1em;
padding-left: 1em;
text-indent: -1em;
}
#doc_footnotes {
font-size:0.9em;
line-height:1em;
text-align:left;
}
#doc_header {
margin:2em 0 1em 0;
}
#doc_bibliography{
font-size:1em;
text-align:left;
}
#doc_footer {
margin: 2em 0 3em 0;
text-align: right;
font-size:smaller;
}
#caption {
font-weight:700;
}
#responsibility {
font-weight: normal;
}
#headings {
display: none;
border:1px black solid;
font-size:0.8em;
margin-bottom:2em;
}
.illustration {
float:left;
margin:0.5em;
}
.illustration_desc {
font-size:smaller;
line-height:1em;
}
/* ---------------------------------------- Suche und Suchergebnisse - exist ---------------------------------------------------------------- */
#resultlist {
margin:1em 0 2em 0;
font-size:smaller;
}
#resultheader {
}
#resultset {
}
#resultfooter {
border:1px solid gray;
margin:2em 0 2em 0;
padding:0.2em 1em 0.2em 1em;
}
/* ---------------------- Links -----------------------------------------------------------------------------------*/
a{
color:black;
text-decoration:none;
}
a:visited {
color:black;
text-decoration:none;
}
a.fnNumber {
vertical-align: super;
color: black;
font-size: 0.7em;
margin-right: 0.3em;
}
a.fnNumber_app {
vertical-align: super;
color: blue;
font-size: 0.7em;
display: inline-block;
margin-left: 1em;
}
/* ----------------------------------- Listen -------------------------------------------------------------------------------*/
ul{
/* list-style-type:square;*/
list-style-position:outside;
text-align:left;
}
li{
margin-top:0.3em;
}
dt {
float: left;
clear: left;
width: 20px;
text-align: right;
vertical-align: top;
}
dd {
margin-left: 25px;
padding: 0 0 1em 0;
font-size:0.9em;
line-height:1em;
text-align:left;
}
.expan {display: none;}
.reg {display: none;}
.person {color:red;}
.place {color:green;}
\ No newline at end of file
......@@ -37,19 +37,30 @@ index/term als Register ausbilden
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><xsl:value-of select="/tei:TEI/tei:teiHeader/tei:fileDesc/tei:titleStmt/tei:title"/></title>
<link rel="stylesheet" type="text/css" href="http://diglib.hab.de/navigator2.css"/>
<link rel="stylesheet" type="text/css" href="../scripts/CSS_zu_Simon_von_Trient.css"/>
<link rel="stylesheet" type="text/css" href="../layout/CSS_zu_Simon_von_Trient.css"/>
<script src="http://diglib.hab.de/navigator.js" type="text/javascript"><noscript>please activate javascript to enable wdb functions</noscript></script>
<style>
</style>
<script type="text/javascript" src="javascript/jquery/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="javascript/jquery/functions.js"></script>
</head>
<body>
<body>
<!-- Dokumentkopf -->
<div id="doc_header">
<div style="margin-bottom:0.2em;padding:0;letter-spacing:0.3em;">Übersetzung</div>
<hr style="margin:0;padding:0;height:1px;"/>
</div>
<div style="text-align: right;" class="dispatcher">
<a href="#" id="diplo">
diplomatische Wiedergabe
</a>
|
<a href="#" id="modern">
modernisierte Wiedergabe
</a>
</div>
<!-- Titel -->
<!--<div id="caption">
<p> <xsl:value-of select="/tei:TEI/tei:teiHeader/tei:fileDesc/tei:titleStmt/tei:title"/></p>
......@@ -548,16 +559,20 @@ index/term als Register ausbilden
</i>
</xsl:template>
<xsl:template match="tei:expan">
<span class="expan">
<xsl:apply-templates/>
</span>
<xsl:template match="tei:abbr">
<span class="orig"><xsl:apply-templates/></span>
</xsl:template>
<xsl:template match="tei:abbr">
<span class="abbr">
<xsl:apply-templates/>
</span>
<xsl:template match="tei:expan[text()]">
<span class="reg"><xsl:apply-templates/></span>
</xsl:template>
<xsl:template match="tei:corr">
<span class="orig"><xsl:apply-templates/></span>
</xsl:template>
<xsl:template match="tei:sic[text()]">
<span class="reg"><xsl:apply-templates/></span>
</xsl:template>
<xsl:template match="tei:add">
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment