egroupware_official/calendar/templates/idsociety/day_cal.tpl

36 lines
639 B
Smarty
Raw Normal View History

2001-03-31 00:28:46 +02:00
<!-- $Id$ -->
<style type="text/css">
<!--
.event
{
width: {event_width}%
2001-03-31 00:28:46 +02:00
color: #{font_color};
font-family: {font};
font-weight: 100;
font-size: 80%;
line-height: 110%;
2001-03-31 00:28:46 +02:00
vertical-align: middle;
}
.time
{
width: {time_width}%;
2001-03-31 00:28:46 +02:00
background-image: url('{bg_time_image}');
2001-04-18 19:04:40 +02:00
background-repeat: repeat;
border-width: 1;
2001-03-31 00:28:46 +02:00
color: #{font_color};
font-family: {font};
font-size: 65%;
2001-04-18 19:04:40 +02:00
line-height: 100%;
2001-03-31 00:28:46 +02:00
vertical-align: middle;
}
-->
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
{row}
</table>