From 68b7d7570b3338d4cd6e8b0c6a58ca2e747cd492 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Thu, 7 Nov 2013 15:30:59 +0000 Subject: [PATCH] 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 --- mail-css.tpl | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 mail-css.tpl diff --git a/mail-css.tpl b/mail-css.tpl deleted file mode 100644 index 6399c9e..0000000 --- a/mail-css.tpl +++ /dev/null @@ -1,9 +0,0 @@ -/* 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;}