From 8f33338fed3809c2b964cbe610658b143c96b6c9 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 1 Mar 2006 04:33:52 +0000 Subject: calendar improvement: month calendar view a la flickr fix: html 4.01 compliant in rating.tpl fix: issue with IE from version 1052 (redirect on access denied) git-svn-id: http://piwigo.org/svn/trunk@1061 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/dark/theme.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'template/yoga/theme/dark') diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 6b28e3ce3..746e57bc3 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -114,10 +114,15 @@ A.navThumb, A.navThumb:hover { background:#3f3f3f; } -SPAN.calItemSel { - color: #fff48e; -} +/*calendar elements*/ +SPAN.calItemSel { color: #fff48e; } -SPAN.calItemEmpty { - color: darkgray; -} +SPAN.calItemEmpty { color: darkgray; } + +/* nice looking month calendar*/ +TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;} + +TD.calDayCellEmpty { color: lightgray; } + +.calBackDate { color: #000; } +.calForeDate { color: #fff; } -- cgit v1.2.3