From ae974849bc5a2b2289e264c5166cfcae3a360450 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Thu, 7 Nov 2013 15:30:59 +0000 Subject: feature 2995 and feature 2997 change organization of configuration page add theme parameter on GUI change links color of dark mail theme (pink) remove main themes css files git-svn-id: http://piwigo.org/svn/trunk@25372 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/mail/text/html/mail-css-dark.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/default/template/mail/text/html') diff --git a/themes/default/template/mail/text/html/mail-css-dark.tpl b/themes/default/template/mail/text/html/mail-css-dark.tpl index d35c698c5..390a7dfb6 100644 --- a/themes/default/template/mail/text/html/mail-css-dark.tpl +++ b/themes/default/template/mail/text/html/mail-css-dark.tpl @@ -16,7 +16,7 @@ html, body, #bodyTable { background:#444; background-image:radial-gradient(ellipse at center, #555, #333); border:1px solid #000; - border-top:4px solid #f70; + border-top:4px solid #f36; text-align:center; text-shadow:1px 1px 0px #000; } @@ -24,7 +24,7 @@ html, body, #bodyTable { color:#eee; } #header #subtitle { - color:#e06900; + color:#C9224C; } #content { background:#111; @@ -36,12 +36,12 @@ html, body, #bodyTable { #footer { background:#333; border:1px solid #000; - border-bottom:2px solid #f70; + border-bottom:2px solid #f36; } /* links */ a { - color:#f70; + color:#f36; text-decoration:none; } a:hover { -- cgit v1.2.3