summaryrefslogtreecommitdiff
path: root/templates/styles.css
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-04-11 16:39:33 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-04-11 16:39:33 +0200
commit498e7aaa9e657ef3ff0406964d62166e37e0299f (patch)
treee2f429864abe12ee870f7fca50423404d9aa5fb2 /templates/styles.css
parent9c2c964727e4a484acf7f97267a3cf1c8fbacd89 (diff)
downloadcataract-498e7aaa9e657ef3ff0406964d62166e37e0299f.tar.xz
Support for interspaces
Diffstat (limited to 'templates/styles.css')
-rw-r--r--templates/styles.css23
1 files changed, 23 insertions, 0 deletions
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;