forked from extern/egroupware
modified some templates for use of stylesheet (app.css) extracted out of php code
not all code is yet style based, but complains of update-users should be fixed
This commit is contained in:
parent
31add06b33
commit
ccd1184c50
124
calendar/templates/default/app.css
Normal file
124
calendar/templates/default/app.css
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
/* CSS Document */
|
||||||
|
A.minicalendar
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
font-size: 10px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
A.bminicalendar
|
||||||
|
{
|
||||||
|
color: #336699;
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
A.minicalendargrey
|
||||||
|
{
|
||||||
|
color: #999999;
|
||||||
|
font-size: 10px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
A.bminicalendargrey
|
||||||
|
{
|
||||||
|
color: #336699;
|
||||||
|
font-style: italic;
|
||||||
|
font-size:10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
A.minicalhol
|
||||||
|
{
|
||||||
|
padding-left:3px;
|
||||||
|
padding-right:3px;
|
||||||
|
background: #dab0b0;
|
||||||
|
color: #000000;
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
A.bminicalhol
|
||||||
|
{
|
||||||
|
padding-left:3px;
|
||||||
|
padding-right:3px;
|
||||||
|
background: #dab0b0;
|
||||||
|
color: #336699;
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
A.minicalgreyhol
|
||||||
|
{
|
||||||
|
padding-left:3px;
|
||||||
|
padding-right:3px;
|
||||||
|
background: #dab0b0;
|
||||||
|
color: #999999;
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
A.bminicalgreyhol
|
||||||
|
{
|
||||||
|
padding-left:3px;
|
||||||
|
padding-right:3px;
|
||||||
|
background: #dab0b0;
|
||||||
|
color: #999999;
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.event-on
|
||||||
|
{
|
||||||
|
background: #D3DCE3;
|
||||||
|
border: #E8F0F0 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-off
|
||||||
|
{
|
||||||
|
background: #E8F0F0;
|
||||||
|
border: #D3DCE3 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-holiday
|
||||||
|
{
|
||||||
|
font-size: 100%;
|
||||||
|
background: #dac0c0;
|
||||||
|
color:#000000;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.time
|
||||||
|
{
|
||||||
|
background: #D3DCE3;
|
||||||
|
color:#000000;
|
||||||
|
font-size: 10px;
|
||||||
|
font-weight: bold;
|
||||||
|
vertical-align: middle;
|
||||||
|
width: 5.2%;
|
||||||
|
text-align: right;
|
||||||
|
padding-right: 5px;
|
||||||
|
line-height: 11px;
|
||||||
|
border: #E8F0F0 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.planner-cell
|
||||||
|
{
|
||||||
|
cursor: pointer;
|
||||||
|
cursor: hand;
|
||||||
|
border: thin solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// week view
|
||||||
|
|
||||||
|
.calendar-weekidentifier
|
||||||
|
{
|
||||||
|
font-size:16px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.calendar_header
|
||||||
|
{
|
||||||
|
font-size:16px;
|
||||||
|
font-weight: bold;
|
||||||
|
text-align: center;
|
||||||
|
}
|
@ -6,12 +6,11 @@
|
|||||||
<td valign="top" width="70%">
|
<td valign="top" width="70%">
|
||||||
<table border="0" width=100%>
|
<table border="0" width=100%>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="middle">
|
<td class="calendar_header">
|
||||||
<font size="+2" color="{bg_text}"><b>{date}</b></font><br>
|
{date} [{username}]<br />
|
||||||
<font size="+1" color="{bg_text}">{username}</font><br>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{day_events}
|
{day_events}
|
||||||
</table>
|
</table>
|
||||||
<p align="center">{print}</p>
|
<p align="center">{print}</p>
|
||||||
</td>
|
</td>
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<table border="0" width="100%">
|
<table border="0" width="100%">
|
||||||
<td align="center">
|
<td style="font-size: 14px" align="center">
|
||||||
<font size="+2" color="#000000"><b>{week_identifier}</b><br>{username}</font>
|
<b>{week_identifier}<br>{username}</b>
|
||||||
</td>
|
</td>
|
||||||
</table>
|
</table>
|
||||||
{week_display}
|
{week_display}
|
||||||
|
Loading…
Reference in New Issue
Block a user