Skip to content

Commit

Permalink
Style snippets for app styling.
Browse files Browse the repository at this point in the history
Cf. #553
  • Loading branch information
thvitt committed Dec 7, 2018
1 parent c4a9304 commit 38e0c4d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/intro_text.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<section xmlns="http://www.w3.org/1999/xhtml" class="center pure-g" data-breadcrumbs="Ausgabe@intro" data-title="Zum konstituierten Text">
<article class="pure-u-5-6">
<style scoped="scoped">
.type-textcrit {
float: none;
margin: 0;
width: auto;
}
.type-textcrit .rdg:before { content: " " }
.type-textcrit .reading-type, .type-textcrit .applinks { display: none; }
.appnote { cursor: inherit; }
</style>
<h2>Inhaltsverzeichnis</h2>
<nav class="toc">
<ul>
Expand Down
3 changes: 3 additions & 0 deletions includes/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ function inurl($substring) {
<?php if (inurl('genesis')) : ?>
<link rel="stylesheet" href="/css/genesis-bargraph.css">
<?php endif; ?>
<?php if (inurl('intro_text')) : ?>
<link rel="stylesheet" href="/css/textual-transcript.css">
<?php endif; ?>
<?php if (inurl('index')) : ?>
<link rel="stylesheet" href="/css/slick.css">
<link rel="stylesheet" href="/css/slick-custom.css">
Expand Down

0 comments on commit 38e0c4d

Please sign in to comment.