summaryrefslogtreecommitdiff
path: root/src/display-templates/Crazy.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/display-templates/Crazy.tmpl')
-rw-r--r--src/display-templates/Crazy.tmpl19
1 files changed, 15 insertions, 4 deletions
diff --git a/src/display-templates/Crazy.tmpl b/src/display-templates/Crazy.tmpl
index 1ef3bff..b21527a 100644
--- a/src/display-templates/Crazy.tmpl
+++ b/src/display-templates/Crazy.tmpl
@@ -88,7 +88,7 @@ td.entry, td.currententry {
line-height:1.6em;
background-color:#D3E5FF;
/*border: thin solid black;*/
-
+
}
table .currententry:nth-child(1) {
@@ -220,14 +220,25 @@ so something like .alternative:before { content:"'"attr(alternative); } is possi
.bold {
font-weight: bold;
}
+
.illuminated { }
+
.italic {
font-style: italic;
}
-.line-through { }
+
+.line-through {
+ text-decoration: line-through;
+}
.normal { }
-.small-caps{ }
-.underline { }
+
+.small-caps{
+ font-variant: small-caps;
+}
+
+.underline {
+ text-decoration: underline;
+}
/* An inscription */
.inscription { }