diff options
author | mistic100 <mistic@piwigo.org> | 2013-11-07 15:30:59 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-11-07 15:30:59 +0000 |
commit | ae974849bc5a2b2289e264c5166cfcae3a360450 (patch) | |
tree | 223c7d06b6d7fef5a291f3db9143729687fd7aca /themes/clear | |
parent | 12b68909dc5f3173c099f805aae5c5e764fbd098 (diff) |
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
Diffstat (limited to 'themes/clear')
-rw-r--r-- | themes/clear/mail-css.tpl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/themes/clear/mail-css.tpl b/themes/clear/mail-css.tpl deleted file mode 100644 index c61e369ef..000000000 --- a/themes/clear/mail-css.tpl +++ /dev/null @@ -1,9 +0,0 @@ -/* Theme clear mail css */ - -body {ldelim} background-color:#fff; color:#696969;} -#copyright {ldelim} background: transparent; color: #333;} -h2 {ldelim} background-color: #ddd;} -img {ldelim} margin: 16px; border: 16px solid #aaa; -moz-border-radius: 4px; border-radius: 4px 4px; } -img:hover {ldelim} padding: 15px; border: 1px solid yellow;background-color:#faebd7; -moz-border-radius: 4px; border-radius: 4px 4px; } -a {ldelim} color: #369; background: transparent; } -a:hover {ldelim} color: #ddd; } |