update css

This commit is contained in:
ceb 2002-10-06 16:17:37 +00:00
parent 8b13fd690f
commit bfd5f43148
6 changed files with 14 additions and 3 deletions

View File

@ -88,6 +88,13 @@ a:hover
border-width: 1px; border-width: 1px;
border-color: #000000; border-color: #000000;
border-style: ridge; border-style: ridge;
width: 100%;
}
.portal_text
{
color: #FFFFFF;
font-weight: bold;
} }
.portal_text .portal_text

View File

@ -4,8 +4,8 @@
<xsl:variable name="outer_width"><xsl:value-of select="outer_width"/></xsl:variable> <xsl:variable name="outer_width"><xsl:value-of select="outer_width"/></xsl:variable>
<xsl:variable name="header_background_image"><xsl:value-of select="header_background_image"/></xsl:variable> <xsl:variable name="header_background_image"><xsl:value-of select="header_background_image"/></xsl:variable>
<xsl:variable name="inner_width"><xsl:value-of select="inner_width"/></xsl:variable> <xsl:variable name="inner_width"><xsl:value-of select="inner_width"/></xsl:variable>
<table cellpadding="0" cellspacing="0" width="{$outer_width}" class="portal"> <table cellpadding="0" cellspacing="0" class="portal">
<tr align="center"> <tr>
<td align="center" background="{$header_background_image}" class="portal_text"> <td align="center" background="{$header_background_image}" class="portal_text">
<xsl:value-of select="title"/> <xsl:value-of select="title"/>
</td> </td>
@ -15,7 +15,7 @@
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<table cellpadding="0" cellspacing="0" width="{$inner_width}" class="portal"> <table cellpadding="3" cellspacing="0" class="portal">
<tr> <tr>
<td> <td>
<xsl:choose> <xsl:choose>

View File

@ -82,6 +82,7 @@ a:hover
border-width: 1px; border-width: 1px;
border-color: #000000; border-color: #000000;
border-style: ridge; border-style: ridge;
width: 100%;
} }
.portal_text .portal_text

View File

@ -82,6 +82,7 @@ a:hover
border-width: 1px; border-width: 1px;
border-color: #000000; border-color: #000000;
border-style: ridge; border-style: ridge;
width: 100%;
} }
.portal_text .portal_text

View File

@ -82,6 +82,7 @@ a:hover
border-width: 1px; border-width: 1px;
border-color: #000000; border-color: #000000;
border-style: ridge; border-style: ridge;
width: 100%;
} }
.portal_text .portal_text

View File

@ -82,6 +82,7 @@ a:hover
border-width: 1px; border-width: 1px;
border-color: #000000; border-color: #000000;
border-style: ridge; border-style: ridge;
width: 100%;
} }
.portal_text .portal_text