From e8376040db70fd1ecf37a19e6699ec87ba9ffc53 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 26 Apr 2007 08:58:17 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1353 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../skins/blog_calendar_list/list.html | 34 ++++++++++++------- .../skins/blog_calendar_list/normal/style.css | 22 ++++-------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/plugins/calendar/skins/blog_calendar_list/list.html b/plugins/calendar/skins/blog_calendar_list/list.html index 4a28c9092..8501a9c8f 100644 --- a/plugins/calendar/skins/blog_calendar_list/list.html +++ b/plugins/calendar/skins/blog_calendar_list/list.html @@ -14,11 +14,11 @@ {@ $day = ''} + -
+
- {@ $num = $i*7 + $j} @@ -29,6 +29,12 @@ {@ $cur_date = $plugin_info->cur_date.sprintf('%02d',$day) } + + {@ $today_class = "today"} + + {@ $today_class = ""} + + {@ $cell_class_name = "sunday"} @@ -45,20 +51,24 @@ {@ $day_link = ''} -
-
- - {$day} - - {$day} - +
- + - +
+
+
+ + + {$day} + + {$day} + + +
- +
diff --git a/plugins/calendar/skins/blog_calendar_list/normal/style.css b/plugins/calendar/skins/blog_calendar_list/normal/style.css index 93379c88f..bd076804d 100644 --- a/plugins/calendar/skins/blog_calendar_list/normal/style.css +++ b/plugins/calendar/skins/blog_calendar_list/normal/style.css @@ -20,19 +20,14 @@ .calendar_normal .calendar_box .calendar_box { padding:5px; - clear:both; border:3px solid #EEEEEE; overflow:hidden; } .calendar_normal .calendar_box .week { - clear:both; } .calendar_normal .calendar_box .item_box { - float:left; - width:20px; - height:20px; border:1px solid #EEEEEE; margin:1px; text-align:right; @@ -50,17 +45,22 @@ color:#666666; } +.calendar_normal .calendar_box .today { + background-color:yellow; +} + .calendar_normal .calendar_box .unselected_item { } .calendar_normal .calendar_box .selected_item { font-weight:bold; + text-decoration:underline; } .calendar_normal .calendar_box .item_box { - float:left; margin-right:5px; color:#AAAAAA; + height:20px; } .calendar_normal .calendar_box .item_box div { @@ -68,15 +68,5 @@ } .calendar_normal .calendar_box .item_box A { - text-decoration:none; color:green; } - -.calendar_normal .calendar_box .item_box A:hover { - text-decoration:underline; -} - -.calendar_normal .calendar_box .item_box A:visited { - text-decoration:none; -} -