forked from extern/egroupware
36 lines
606 B
Smarty
Executable File
36 lines
606 B
Smarty
Executable File
<!-- $Id$ -->
|
|
|
|
<!-- background-color: #{time_bgcolor}; -->
|
|
|
|
<style type="text/css">
|
|
<!--
|
|
.event
|
|
{
|
|
width: 93%
|
|
color: #{font_color};
|
|
font-family: {font};
|
|
font-weight: 100;
|
|
font-size: 80%;
|
|
line-height: 220%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.time
|
|
{
|
|
width: 7%;
|
|
background-image: url('{bg_time_image}');
|
|
color: #{font_color};
|
|
font-family: {font};
|
|
font-size: 65%;
|
|
line-height: 220%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
-->
|
|
</style>
|
|
|
|
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
|
{row}
|
|
</table>
|
|
|