update css

This commit is contained in:
ceb 2002-10-06 18:04:05 +00:00
parent afa2d68758
commit a102ba435d
12 changed files with 164 additions and 679 deletions

View File

@ -3,7 +3,7 @@
<xsl:template name="app_header">
<table cellpadding="2" cellspacing="2" width="98%" align="center">
<tr>
<td class="appheader"><xsl:value-of select="appname"/></td>
<td class="app_header"><xsl:value-of select="appname"/></td>
</tr>
<xsl:apply-templates select="function_msg"/>
</table>
@ -12,6 +12,6 @@
<xsl:template match="function_msg">
<tr>
<td class="functionmsg"><xsl:value-of select="."/></td>
<td class="app_header_text"><xsl:value-of select="."/></td>
</tr>
</xsl:template>

View File

@ -4,7 +4,7 @@
<xsl:variable name="select_action"><xsl:value-of select="select_action"/></xsl:variable>
<xsl:variable name="lang_submit"><xsl:value-of select="lang_submit"/></xsl:variable>
<form method="post" action="{$select_action}">
<select name="cat_id" class="forms" onChange="this.form.submit();" onMouseout="window.status='';return true;">
<select name="cat_id" onChange="this.form.submit();" onMouseout="window.status='';return true;">
<xsl:attribute name="onMouseover">
<xsl:text>window.status='</xsl:text>
<xsl:value-of select="lang_cat_statustext"/>

View File

@ -1,3 +1,16 @@
body,p,td,th,table,input,form,option
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
body
{
margin-right: 0em;
@ -12,72 +25,19 @@ table
border-width: 0;
}
td
a:link,a:visited,a:active
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
a:visited
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
a:active
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
a:hover
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #cc0000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.navbar
.navbar,.th
{
background-color: #80BBFF;
}
@ -95,61 +55,42 @@ a:hover
{
color: #FFFFFF;
font-weight: bold;
}
.portal_text
{
color: #FFFFFF;
font-weight: bold;
background: url(../images/bg_filler.png);
}
.bodytext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
}
.whitetext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #ffffff;
color: #FFFFFF;
}
.small_text
{
font-size: 80%;
}
.headertext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11pt;
font-size: 110%;
font-weight: bold;
color: #ffffff;
color: #FFFFFF;
}
.inputtext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #ffffff;
background-color: #FFFFFF;
}
.buttontext
.buttontext,.link_text,.cal_dayview
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #c0c0c0;
background-color: #C0C0C0;
}
.linktext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #c0c0c0;
}
.row_on
.row_on,.th_bright
{
background-color: #CCEEFF;
}
@ -159,56 +100,22 @@ a:hover
background-color: #DDF0FF;
}
.th
{
background-color: #80BBFF;
}
.th_bright
{
background-color: #CCEEFF;
}
.th_text
.th_text.app_header_text
{
font-weight: bold;
color: #000000;
}
.appheader
.app_header
{
font-weight: bold;
background-color: #CCEEFF;
}
.functionmsg
{
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FFFFCC;
}
.cal_dayview
{
background-color: #C0C0C0;
}
.email_folder
{
background-color: #7090FF;

View File

@ -4,7 +4,7 @@
<xsl:variable name="select_action"><xsl:value-of select="select_action"/></xsl:variable>
<xsl:variable name="lang_submit"><xsl:value-of select="lang_submit"/></xsl:variable>
<form method="post" action="{$select_action}">
<select name="filter" class="forms" onChange="this.form.submit()" onMouseout="window.status='';return true;">
<select name="filter" onChange="this.form.submit()" onMouseout="window.status='';return true;">
<xsl:attribute name="onMouseover">
<xsl:text>window.status='</xsl:text>
<xsl:value-of select="lang_filter_statustext"/>

View File

@ -6,10 +6,10 @@
<xsl:variable name="inner_width"><xsl:value-of select="inner_width"/></xsl:variable>
<table cellpadding="0" cellspacing="0" class="portal">
<tr>
<td align="center" background="{$header_background_image}" class="portal_text">
<td align="center" class="portal_text">
<xsl:value-of select="title"/>
</td>
<td valign="middle" align="right" background="{$header_background_image}">
<td valign="middle" align="right" class="portal_text">
<xsl:apply-templates select="control_link"/>
</td>
</tr>

View File

@ -5,7 +5,7 @@
<xsl:variable name="query"><xsl:value-of select="query"/></xsl:variable>
<xsl:variable name="lang_submit"><xsl:value-of select="lang_submit"/></xsl:variable>
<form method="post" action="{$select_action}">
<input type="text" class="forms" name="query" value="{$query}" onMouseout="window.status='';return true;">
<input type="text" name="query" value="{$query}" onMouseout="window.status='';return true;">
<xsl:attribute name="onMouseover">
<xsl:text>window.status='</xsl:text>
<xsl:value-of select="lang_searchfield_statustext"/>
@ -13,7 +13,7 @@
</xsl:attribute>
</input>
<xsl:text> </xsl:text>
<input type="submit" class="forms" name="submit" value="{$lang_submit}" onMouseout="window.status='';return true;">
<input type="submit" name="submit" value="{$lang_submit}" onMouseout="window.status='';return true;">
<xsl:attribute name="onMouseover">
<xsl:text>window.status='</xsl:text>
<xsl:value-of select="lang_searchbutton_statustext"/>

View File

@ -1,9 +1,23 @@
body,p,td,th,table,input,form,option
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
body
{
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background: url(../images/content_spacer_middle.png);
}
table
@ -11,122 +25,54 @@ table
border-width: 0;
}
td
a:link,a:active
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #336699;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
a:visited
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #333366;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
a:active
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #336699;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
a:hover
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #cc0000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.navbar
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
}
.bodytext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
}
.whitetext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #ffffff;
color: #FFFFFF;
}
.small_text
{
font-size: 80%;
}
.headertext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11pt;
font-size: 110%;
font-weight: bold;
color: #ffffff;
color: #FFFFFF;
}
.inputtext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #ffffff;
background-color: #FFFFFF;
}
.buttontext
.buttontext,.linktext,.cal_dayview
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #c0c0c0;
}
.linktext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #c0c0c0;
background-color: #C0C0C0;
}
.portal
@ -141,6 +87,7 @@ a:hover
{
color: #FFFFFF;
font-weight: bold;
background: url(../../default/images/bg_filler.png);
}
.row_on
@ -158,46 +105,23 @@ a:hover
background-color: #ADADAD;
}
.th_text
.th_text,.app_header_text
{
font-weight: bold;
color: #000000;
}
.appheader
.app_header
{
font-weight: bold;
background-color: #DDDDDD;
}
.functionmsg
{
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #ffffcc;
}
.cal_dayview
{
background-color: #c0c0c0;
}
.email_folder
{
background-color: #adadad;

View File

@ -1,17 +1,4 @@
body
{
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
}
table
{
border-width: 0;
}
td
body,p,td,th,table,input,form,option
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
@ -24,56 +11,30 @@ td
word-spacing: 0em;
}
a:link
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background: url(../images/content_spacer_middle.png);
}
a:visited
table
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
border-width: 0;
}
a:active
a:link,a:visited,a:active
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
a:hover
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #cc0000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.portal
@ -89,55 +50,37 @@ a:hover
{
color: #FFFFFF;
font-weight: bold;
}
.bodytext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background: url(../../default/images/bg_filler.png);
}
.whitetext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #ffffff;
color: #FFFFFF;
}
.small_text
{
font-size: 80%;
}
.headertext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11pt;
font-size: 110%;
font-weight: bold;
color: #ffffff;
color: #FFFFFF;
}
.inputtext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #ffffff;
background-color: #FFFFFF;
}
.buttontext
.button_text,.linktext,.cal_dayview
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #c0c0c0;
}
.linktext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #c0c0c0;
}
.row_on
.row_on,.th_bright
{
background-color: #CCEEFF;
}
@ -152,51 +95,22 @@ a:hover
background-color: #80BBFF;
}
.th_bright
{
background-color: #CCEEFF;
}
.th_text
.th_text,.app_header_text
{
font-weight: bold;
color: #000000;
}
.appheader
.app_header
{
font-weight: bold;
background-color: #CCEEFF;
}
.functionmsg
{
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FFFFCC;
}
.cal_dayview
{
background-color: #C0C0C0;
}
.email_folder
{
background-color: #7090FF;

View File

@ -21,7 +21,6 @@
$GLOBALS['phpgw']->template->set_var('phpgw_bottom_table_height','5%');
$GLOBALS['phpgw']->template->set_var('phpgw_bottom_frame_height','30');
$GLOBALS['phpgw_info']['flags']['body_tags']['background']=$GLOBALS['phpgw']->common->image('phpgwapi','content_spacer_middle');
function parse_toppart($output)
{
@ -193,8 +192,7 @@
}
function parse_bodypart()
{
$GLOBALS['phpgw_info']['flags']['body_tags']['background']=$GLOBALS['phpgw']->common->image('phpgwapi','content_spacer_middle');
{
}
function parse_bottompart($output)

View File

@ -1,17 +1,4 @@
body
{
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
}
table
{
border-width: 0;
}
td
body,p,td,th,table,input,form,option
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
@ -24,56 +11,30 @@ td
word-spacing: 0em;
}
a:link
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF;
}
a:visited
table
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
border-width: 0;
}
a:active
a:link,a:visited,a:active
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
a:hover
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #cc0000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.portal
@ -89,55 +50,37 @@ a:hover
{
color: #FFFFFF;
font-weight: bold;
}
.bodytext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background: url(../../default/images/bg_filler.png);
}
.whitetext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #ffffff;
color: #FFFFFF;
}
.small_text
{
font-size: 80%;
}
.headertext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11pt;
font-size: 110%;
font-weight: bold;
color: #ffffff;
color: #FFFFFF;
}
.inputtext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #ffffff;
background-color: #FFFFFF;
}
.buttontext
.button_text,.linktext,.cal_dayview
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #c0c0c0;
}
.linktext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #c0c0c0;
}
.row_on
.row_on,.th_bright
{
background-color: #CCEEFF;
}
@ -152,51 +95,22 @@ a:hover
background-color: #80BBFF;
}
.th_bright
{
background-color: #CCEEFF;
}
.th_text
.th_text,.app_header_text
{
font-weight: bold;
color: #000000;
}
.appheader
.app_header
{
font-weight: bold;
background-color: #CCEEFF;
}
.functionmsg
{
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FFFFCC;
}
.cal_dayview
{
background-color: #C0C0C0;
}
.email_folder
{
background-color: #7090FF;

View File

@ -1,17 +1,4 @@
body
{
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
}
table
{
border-width: 0;
}
td
body,p,td,th,table,input,form,option
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
@ -24,56 +11,30 @@ td
word-spacing: 0em;
}
a:link
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF;
}
a:visited
table
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
border-width: 0;
}
a:active
a:link,a:visited,a:active
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
a:hover
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #cc0000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.portal
@ -89,55 +50,37 @@ a:hover
{
color: #FFFFFF;
font-weight: bold;
}
.bodytext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background: url(../../default/images/bg_filler.png);
}
.whitetext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #ffffff;
color: #FFFFFF;
}
.small_text
{
font-size: 80%;
}
.headertext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11pt;
font-size: 110%;
font-weight: bold;
color: #ffffff;
color: #FFFFFF;
}
.inputtext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #ffffff;
background-color: #FFFFFF;
}
.buttontext
.button_text,.linktext,.cal_dayview
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #c0c0c0;
}
.linktext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #c0c0c0;
}
.row_on
.row_on,.th_bright
{
background-color: #CCEEFF;
}
@ -152,51 +95,22 @@ a:hover
background-color: #80BBFF;
}
.th_bright
{
background-color: #CCEEFF;
}
.th_text
.th_text,.app_header_text
{
font-weight: bold;
color: #000000;
}
.appheader
.app_header
{
font-weight: bold;
background-color: #CCEEFF;
}
.functionmsg
{
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FFFFCC;
}
.cal_dayview
{
background-color: #C0C0C0;
}
.email_folder
{
background-color: #7090FF;

View File

@ -1,17 +1,4 @@
body
{
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
}
table
{
border-width: 0;
}
td
body,p,td,th,table,input,form,option
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
@ -24,56 +11,30 @@ td
word-spacing: 0em;
}
a:link
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF;
}
a:visited
table
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
border-width: 0;
}
a:active
a:link,a:visited,a:active
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: mediumblue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
a:hover
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #cc0000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.portal
@ -89,55 +50,37 @@ a:hover
{
color: #FFFFFF;
font-weight: bold;
}
.bodytext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background: url(../../default/images/bg_filler.png);
}
.whitetext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #ffffff;
color: #FFFFFF;
}
.small_text
{
font-size: 80%;
}
.headertext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11pt;
font-size: 110%;
font-weight: bold;
color: #ffffff;
color: #FFFFFF;
}
.inputtext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #ffffff;
background-color: #FFFFFF;
}
.buttontext
.button_text,.linktext,.cal_dayview
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #c0c0c0;
}
.linktext
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #c0c0c0;
}
.row_on
.row_on,.th_bright
{
background-color: #CCEEFF;
}
@ -152,51 +95,22 @@ a:hover
background-color: #80BBFF;
}
.th_bright
{
background-color: #CCEEFF;
}
.th_text
.th_text,.app_header_text
{
font-weight: bold;
color: #000000;
}
.appheader
.app_header
{
font-weight: bold;
background-color: #CCEEFF;
}
.functionmsg
{
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FFFFCC;
}
.cal_dayview
{
background-color: #C0C0C0;
}
.email_folder
{
background-color: #7090FF;