egroupware/calendar/templates/default/day_cal.tpl

34 lines
561 B
Smarty
Raw Normal View History

2001-01-10 06:01:36 +01:00
<!-- $Id$ -->
2001-01-12 04:37:21 +01:00
<style type="text/css">
<!--
.event
{
2001-01-12 05:18:36 +01:00
width: 91%
2001-01-12 04:37:21 +01:00
color: #{font_color};
font-family: {font};
font-weight: 100;
font-size: 80%;
line-height: 220%;
vertical-align: middle;
}
.time
{
2001-01-12 05:18:36 +01:00
width: 9%;
2001-01-12 04:37:21 +01:00
background-image: url('{bg_time_image}');
color: #{font_color};
font-family: {font};
font-size: 65%;
line-height: 220%;
vertical-align: middle;
}
-->
</style>
2001-01-12 05:18:36 +01:00
<table width="100%" border="0" cellspacing="0" cellpadding="0">
2001-01-10 06:01:36 +01:00
{row}
</table>