forked from extern/egroupware
update css
This commit is contained in:
parent
d0d21f42be
commit
09e47d3d8b
@ -4,6 +4,7 @@ body
|
|||||||
margin-left: 0em;
|
margin-left: 0em;
|
||||||
margin-top: 0em;
|
margin-top: 0em;
|
||||||
margin-bottom: 0em;
|
margin-bottom: 0em;
|
||||||
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
table
|
||||||
@ -78,11 +79,15 @@ a:hover
|
|||||||
|
|
||||||
.navbar
|
.navbar
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
background-color: #80BBFF;
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.portal
|
||||||
|
{
|
||||||
|
background-color: #80BBFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.bodytext
|
.bodytext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||||
@ -144,6 +149,11 @@ a:hover
|
|||||||
background-color: #80BBFF;
|
background-color: #80BBFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.th_bright
|
||||||
|
{
|
||||||
|
background-color: #80BBFF;
|
||||||
|
}
|
||||||
|
|
||||||
.th_text
|
.th_text
|
||||||
{
|
{
|
||||||
font-style: bold;
|
font-style: bold;
|
||||||
|
@ -28,12 +28,12 @@
|
|||||||
$GLOBALS['phpgw']->template->set_block('parts','top_part');
|
$GLOBALS['phpgw']->template->set_block('parts','top_part');
|
||||||
$GLOBALS['phpgw']->template->set_block('parts','top_part_app');
|
$GLOBALS['phpgw']->template->set_block('parts','top_part_app');
|
||||||
|
|
||||||
$var['navbar_color'] = $GLOBALS['phpgw_info']['theme']['navbar_bg'];
|
/* $var['navbar_color'] = $GLOBALS['phpgw_info']['theme']['navbar_bg'];
|
||||||
|
|
||||||
if ($GLOBALS['phpgw_info']['flags']['navbar_target'])
|
if ($GLOBALS['phpgw_info']['flags']['navbar_target'])
|
||||||
{
|
{
|
||||||
$target = ' target="' . $GLOBALS['phpgw_info']['flags']['navbar_target'] . '"';
|
$target = ' target="' . $GLOBALS['phpgw_info']['flags']['navbar_target'] . '"';
|
||||||
}
|
} */
|
||||||
|
|
||||||
$i = 1;
|
$i = 1;
|
||||||
while ($app = each($GLOBALS['phpgw_info']['navbar']))
|
while ($app = each($GLOBALS['phpgw_info']['navbar']))
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
<!-- BEGIN top_part -->
|
<!-- BEGIN top_part -->
|
||||||
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
|
<TABLE width="100%" cellspacing="0" cellpadding="0">
|
||||||
<TR bgcolor="{navbar_bg}">
|
<TR class="navbar">
|
||||||
<TD align="left" nowrap>{user_info}</TD>
|
<TD align="left" nowrap>{user_info}</TD>
|
||||||
{applications}
|
{applications}
|
||||||
</TR>
|
</TR>
|
||||||
</TABLE>
|
</TABLE>
|
||||||
<TABLE width="100%" height="1%" border="0" cellspacing="0" cellpadding="0">
|
<TABLE width="100%" height="1%" border="0" cellspacing="0" cellpadding="0">
|
||||||
<TR bgcolor="{navbar_bg}">
|
<TR class="navbar">
|
||||||
<TD align="left">{powered_by} </TD>
|
<TD align="left">{powered_by} </TD>
|
||||||
<TD align="right"> {current_users}</TD>
|
<TD align="right"> {current_users}</TD>
|
||||||
</TR>
|
</TR>
|
||||||
@ -14,7 +14,7 @@
|
|||||||
<!-- END top_part -->
|
<!-- END top_part -->
|
||||||
|
|
||||||
<!-- BEGIN bottom_part -->
|
<!-- BEGIN bottom_part -->
|
||||||
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="{navbar_bg}"><TR><TD valign="middle" align="CENTER">{msg}</TD></TR></Table>
|
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%" class="navbar"><TR><TD valign="middle" align="CENTER">{msg}</TD></TR></Table>
|
||||||
<!-- END bottom_part -->
|
<!-- END bottom_part -->
|
||||||
|
|
||||||
<!-- BEGIN top_part_app -->
|
<!-- BEGIN top_part_app -->
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
<!-- BEGIN portal_box -->
|
<!-- BEGIN portal_box -->
|
||||||
<p>
|
<p>
|
||||||
<table border="{outer_border}" cellpadding="0" cellspacing="0" width="{outer_width}" bordercolor="{outer_bordercolor}" bgcolor="{outer_bgcolor}">
|
<table cellpadding="0" cellspacing="0" width="{outer_width}" class="portal">
|
||||||
<tr nowrap align="center">
|
<tr nowrap align="center">
|
||||||
<td align="center" background="{header_background_image}">{title}</td>{portal_controls}
|
<td align="center" background="{header_background_image}">{title}</td>{portal_controls}
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<table border="1" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="{inner_bgcolor}">
|
<table cellpadding="0" cellspacing="0" width="{inner_width}" class="portal">
|
||||||
{row}
|
{row}
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -76,11 +76,9 @@ a:hover
|
|||||||
word-spacing: 0em;
|
word-spacing: 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar
|
.portal
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
background-color: #80BBFF;
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bodytext
|
.bodytext
|
||||||
@ -144,6 +142,11 @@ a:hover
|
|||||||
background-color: #80BBFF;
|
background-color: #80BBFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.th_bright
|
||||||
|
{
|
||||||
|
background-color: #CCEEFF;
|
||||||
|
}
|
||||||
|
|
||||||
.th_text
|
.th_text
|
||||||
{
|
{
|
||||||
font-style: bold;
|
font-style: bold;
|
||||||
|
Loading…
Reference in New Issue
Block a user