update css

This commit is contained in:
ceb 2002-09-27 22:13:29 +00:00
parent d0d21f42be
commit 09e47d3d8b
5 changed files with 28 additions and 15 deletions

View File

@ -4,6 +4,7 @@ body
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF;
}
table
@ -78,11 +79,15 @@ a:hover
.navbar
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #80BBFF;
}
.portal
{
background-color: #80BBFF;
}
.bodytext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
@ -144,6 +149,11 @@ a:hover
background-color: #80BBFF;
}
.th_bright
{
background-color: #80BBFF;
}
.th_text
{
font-style: bold;

View File

@ -28,12 +28,12 @@
$GLOBALS['phpgw']->template->set_block('parts','top_part');
$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'])
{
$target = ' target="' . $GLOBALS['phpgw_info']['flags']['navbar_target'] . '"';
}
} */
$i = 1;
while ($app = each($GLOBALS['phpgw_info']['navbar']))

View File

@ -1,12 +1,12 @@
<!-- BEGIN top_part -->
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<TR bgcolor="{navbar_bg}">
<TABLE width="100%" cellspacing="0" cellpadding="0">
<TR class="navbar">
<TD align="left" nowrap>{user_info}</TD>
{applications}
</TR>
</TABLE>
<TABLE width="100%" height="1%" border="0" cellspacing="0" cellpadding="0">
<TR bgcolor="{navbar_bg}">
<TR class="navbar">
<TD align="left">{powered_by}&nbsp;</TD>
<TD align="right">&nbsp;{current_users}</TD>
</TR>
@ -14,7 +14,7 @@
<!-- END top_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 -->
<!-- BEGIN top_part_app -->

View File

@ -1,12 +1,12 @@
<!-- BEGIN portal_box -->
<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">
<td align="center" background="{header_background_image}">{title}</td>{portal_controls}
</tr>
<tr>
<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}
</table>
</td>

View File

@ -76,11 +76,9 @@ a:hover
word-spacing: 0em;
}
.navbar
.portal
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #80BBFF;
}
.bodytext
@ -144,6 +142,11 @@ a:hover
background-color: #80BBFF;
}
.th_bright
{
background-color: #CCEEFF;
}
.th_text
{
font-style: bold;