summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-31 11:47:44 +0200
committerLars Wirzenius <liw@liw.fi>2021-01-31 11:47:44 +0200
commit0681d040a8767cc4f01088beab416fb1840f0b62 (patch)
tree8feb6716e8491574a8c53e079699ca386b40d599
parent28da66834d124825c412837f943bbc6eacc37c93 (diff)
downloadobnam.org-0681d040a8767cc4f01088beab416fb1840f0b62.tar.gz
style: update ikiwiki-styling
-rw-r--r--style.css22
-rw-r--r--templates/page.tmpl9
2 files changed, 31 insertions, 0 deletions
diff --git a/style.css b/style.css
index e6cb078..fad5a22 100644
--- a/style.css
+++ b/style.css
@@ -46,6 +46,7 @@ div.pageheader {
}
.pageheader span.title {
+ display: block;
font-size: 200%;
font-weight: bold;
font-family: sans-serif;
@@ -109,3 +110,24 @@ span.archivepagedate {
color: white !important;
background: #ff9900;
}
+
+div.wisdom {
+ margin-left: 100px;
+ margin-bottom: 50px;
+ padding-bottom: 0;
+ border-bottom: 0;
+
+}
+
+div.wisdom p.quote {
+ font-size: 200%;
+ margin-bottom: 0;
+ padding-bottom: 0;
+ border-bottom: 0;
+}
+
+.smallestPC { font-size: 80%; }
+.smallPC { font-size: 100%; }
+.normalPC { font-size: 120%; }
+.bigPC { font-size: 150%; }
+.biggestPC { font-size: 200%; }
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 712a65f..849dd7d 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -19,6 +19,15 @@
<span class="title">
<TMPL_VAR TITLE>
</span>
+
+<TMPL_IF TAGS>
+<nav class="tags">
+<TMPL_LOOP TAGS>
+<TMPL_VAR LINK>
+</TMPL_LOOP>
+</nav>
+</TMPL_IF>
+
</span>
</header>
</section>