From 498e7aaa9e657ef3ff0406964d62166e37e0299f Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 11 Apr 2009 16:39:33 +0200 Subject: Support for interspaces --- templates/styles.css | 23 +++++++++++++++++++++++ templates/template-album.tmpl | 5 +++++ templates/template-index.tmpl | 5 +++++ 3 files changed, 33 insertions(+) (limited to 'templates') diff --git a/templates/styles.css b/templates/styles.css index 8a303da..d99b77f 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -256,6 +256,29 @@ div.index_separator { } +/****** ALBUM/INDEX INTERSPACES ******/ +div.interspace { + float: left; + clear: both; + width: 100%; + text-align: left; + color: #D0D0D0; + margin: 0em 3em 0em 0.8em; +} + +div.album_list_interspace { + margin: 0.65em 0 0.75em 0; + font-size: 125%; + line-height: 140%; +} + +div.index_interspace { + margin: 0.6em 0 1.1em 0; + font-size: 110%; + line-height: 140%; +} + + /****** FOOTNOTE ******/ div.footnote { padding: 1em 1.25em 3.2em 1.25em; diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl index 45f6273..4942fa8 100644 --- a/templates/template-album.tmpl +++ b/templates/template-album.tmpl @@ -54,6 +54,11 @@
+ +
+
+
+ diff --git a/templates/template-index.tmpl b/templates/template-index.tmpl index 78baedb..994c550 100644 --- a/templates/template-index.tmpl +++ b/templates/template-index.tmpl @@ -58,6 +58,11 @@
+ +
+
+
+ -- cgit v1.2.3