diff options
author | Zaphod <zaphod@piwigo.org> | 2012-03-02 21:18:44 +0000 |
---|---|---|
committer | Zaphod <zaphod@piwigo.org> | 2012-03-02 21:18:44 +0000 |
commit | 63c5934de22932e6a7209d6c87f5d08a694b03fc (patch) | |
tree | f8eabfeef1b9a36bfa3bfa005069cc90edd3bcf5 /themes/elegant/mail-css.tpl | |
parent | 9ae55cd3e8699681da3d634c74fd2b1597d93f61 (diff) |
feature 2587: new theme elegant, first beta version
git-svn-id: http://piwigo.org/svn/trunk@13464 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/elegant/mail-css.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/elegant/mail-css.tpl b/themes/elegant/mail-css.tpl new file mode 100644 index 000000000..6399c9efd --- /dev/null +++ b/themes/elegant/mail-css.tpl @@ -0,0 +1,9 @@ +/* Theme dark mail css */ + +body {ldelim} background-color:#444; color:#fff;} +#copyright {ldelim} color: #69c;} +h2 {ldelim} background-color: #333; color:#fff48e;} +img {ldelim} margin: 16px; border: 16px solid #111; -moz-border-radius: 4px; border-radius: 4px 4px; } +img:hover {ldelim} padding: 15px; border: 1px solid yellow;background-color:#444;-moz-border-radius: 4px; border-radius: 4px 4px; } +a {ldelim} color: #fff48e; background: transparent;border-bottom:1px dotted #005e89; } +a:hover {ldelim} color: #fff48e;} |