Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16355/templates/default
Modified Files:
day.tpl default.css week.tpl
Log Message:
Updates to CSS, speed tweeks to template.php
Index: day.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/day.tpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** day.tpl 19 May 2004 18:26:10 -0000 1.14
--- day.tpl 23 May 2004 23:31:22 -0000 1.15
***************
*** 45,53 ****
</td>
</tr>
! <tr>
<td>
<!-- loop allday on -->
<div class="alldaybg_{CALNO}">
! {EVENT}
</div>
<!-- loop allday off -->
--- 45,53 ----
</td>
</tr>
! <tr id="allday">
<td>
<!-- loop allday on -->
<div class="alldaybg_{CALNO}">
! {ALLDAY}
</div>
<!-- loop allday off -->
Index: default.css
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/default.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** default.css 20 May 2004 03:59:37 -0000 1.21
--- default.css 23 May 2004 23:31:22 -0000 1.22
***************
*** 30,35 ****
.eventbg_4 { background-color: #B257A2; padding: 2px;}
.eventbg_5 { background-color: #D42020; padding: 2px;}
! .eventbg_6 { background-color: #CCB21F; padding: 2px;}
.eventbg_7 { background-color: #73738C; padding: 2px;}
.eventbg2_1 { background-color: #6699CC; border: 1px solid #557CA3; }
--- 30,37 ----
.eventbg_4 { background-color: #B257A2; padding: 2px;}
.eventbg_5 { background-color: #D42020; padding: 2px;}
! .eventbg_6 { background-color: #B88F0B; padding: 2px;}
.eventbg_7 { background-color: #73738C; padding: 2px;}
+ #allday a { font-size: 9px; color: #fff; font-weight: 900; text-decoration:none;}
+ #allday a:hover { text-decoration:underline;}
.eventbg2_1 { background-color: #6699CC; border: 1px solid #557CA3; }
***************
*** 38,42 ****
.eventbg2_4 { background-color: #EA62D4; border: 1px solid #B257A2; }
.eventbg2_5 { background-color: #FF5E56; border: 1px solid #D42020; }
! .eventbg2_6 { background-color: #FFEB4A; border: 1px solid #CCB21F; }
.eventbg2_7 { background-color: #9292A1; border: 1px solid #73738C; }
--- 40,44 ----
.eventbg2_4 { background-color: #EA62D4; border: 1px solid #B257A2; }
.eventbg2_5 { background-color: #FF5E56; border: 1px solid #D42020; }
! .eventbg2_6 { background-color: #CCB21F; border: 1px solid #B88F0B; }
.eventbg2_7 { background-color: #9292A1; border: 1px solid #73738C; }
Index: week.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/week.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** week.tpl 20 May 2004 03:59:37 -0000 1.9
--- week.tpl 23 May 2004 23:31:22 -0000 1.10
***************
*** 52,56 ****
<!-- loop daysofweek off -->
</tr>
! <tr valign="top">
<td width="60" class="rowOff2" colspan="4"><img src="images/spacer.gif" width="60" height="1" alt=" " /></td>
<td width="1"></td>
--- 52,56 ----
<!-- loop daysofweek off -->
</tr>
! <tr valign="top" id="allday">
<td width="60" class="rowOff2" colspan="4"><img src="images/spacer.gif" width="60" height="1" alt=" " /></td>
<td width="1"></td>
***************
*** 59,63 ****
<!-- loop allday on -->
<div class="alldaybg_{CALNO}">
! <b>{EVENT}</b>
<img src="images/spacer.gif" width="80" height="1" alt=" " />
</div>
--- 59,63 ----
<!-- loop allday on -->
<div class="alldaybg_{CALNO}">
! {ALLDAY}
<img src="images/spacer.gif" width="80" height="1" alt=" " />
</div>
|