diff options
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;} |