diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-07-24 13:55:40 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-07-24 13:55:40 +0200 |
commit | 55efc227eaeb2d480ff22837b78f89766b07fe5f (patch) | |
tree | 76e2fa9c84c59e5cb99fb4ebf552cae69d1e46b4 /lib/tpl | |
parent | 8e8296e740fc329042d3b5ec74a6f9dd08f3254c (diff) | |
download | rpg-55efc227eaeb2d480ff22837b78f89766b07fe5f.tar.gz rpg-55efc227eaeb2d480ff22837b78f89766b07fe5f.tar.bz2 |
first step in Image metadata support
This adds a detail page for images, for JPEG files
additional metadata from EXIF and IPTC fields is shown
darcs-hash:20050724115540-7ad00-926601cd12a990e041943edc616360d8179d6c9f.gz
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/default/design.css | 14 | ||||
-rw-r--r-- | lib/tpl/default/layout.css | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index 01840e8d6..81558b4d2 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -686,3 +686,17 @@ span.spell_wait { color: #0066cc; } +/* --------------- Image Details ----------------- */ + +div.img_big { + float: left; + margin-right: 0.5em; +} + +dl.img_tags dt { + font-weight: bold; + background-color: #dee7ec; +} +dl.img_tags dd { + background-color: #f5f5f5; +} diff --git a/lib/tpl/default/layout.css b/lib/tpl/default/layout.css index 45fed3d49..4bce31eb8 100644 --- a/lib/tpl/default/layout.css +++ b/lib/tpl/default/layout.css @@ -131,3 +131,4 @@ div.mediaref_footer { margin-top:1em; text-align:center; } + |