forked from extern/egroupware
update css
This commit is contained in:
parent
afa2d68758
commit
a102ba435d
@ -3,7 +3,7 @@
|
|||||||
<xsl:template name="app_header">
|
<xsl:template name="app_header">
|
||||||
<table cellpadding="2" cellspacing="2" width="98%" align="center">
|
<table cellpadding="2" cellspacing="2" width="98%" align="center">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="appheader"><xsl:value-of select="appname"/></td>
|
<td class="app_header"><xsl:value-of select="appname"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<xsl:apply-templates select="function_msg"/>
|
<xsl:apply-templates select="function_msg"/>
|
||||||
</table>
|
</table>
|
||||||
@ -12,6 +12,6 @@
|
|||||||
|
|
||||||
<xsl:template match="function_msg">
|
<xsl:template match="function_msg">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="functionmsg"><xsl:value-of select="."/></td>
|
<td class="app_header_text"><xsl:value-of select="."/></td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<xsl:variable name="select_action"><xsl:value-of select="select_action"/></xsl:variable>
|
<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>
|
<xsl:variable name="lang_submit"><xsl:value-of select="lang_submit"/></xsl:variable>
|
||||||
<form method="post" action="{$select_action}">
|
<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:attribute name="onMouseover">
|
||||||
<xsl:text>window.status='</xsl:text>
|
<xsl:text>window.status='</xsl:text>
|
||||||
<xsl:value-of select="lang_cat_statustext"/>
|
<xsl:value-of select="lang_cat_statustext"/>
|
||||||
|
@ -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
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
margin-right: 0em;
|
||||||
@ -12,72 +25,19 @@ table
|
|||||||
border-width: 0;
|
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;
|
color: mediumblue;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
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
|
a:hover
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar
|
.navbar,.th
|
||||||
{
|
{
|
||||||
background-color: #80BBFF;
|
background-color: #80BBFF;
|
||||||
}
|
}
|
||||||
@ -95,61 +55,42 @@ a:hover
|
|||||||
{
|
{
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
background: url(../images/bg_filler.png);
|
||||||
|
|
||||||
.portal_text
|
|
||||||
{
|
|
||||||
color: #FFFFFF;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bodytext
|
.bodytext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.whitetext
|
.whitetext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
color: #FFFFFF;
|
||||||
font-size: 10pt;
|
}
|
||||||
color: #ffffff;
|
|
||||||
|
.small_text
|
||||||
|
{
|
||||||
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headertext
|
.headertext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
font-size: 110%;
|
||||||
font-size: 11pt;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffffff;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputtext
|
.inputtext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
background-color: #FFFFFF;
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttontext
|
.buttontext,.link_text,.cal_dayview
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
background-color: #C0C0C0;
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #c0c0c0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.linktext
|
.row_on,.th_bright
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #c0c0c0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row_on
|
|
||||||
{
|
{
|
||||||
background-color: #CCEEFF;
|
background-color: #CCEEFF;
|
||||||
}
|
}
|
||||||
@ -159,56 +100,22 @@ a:hover
|
|||||||
background-color: #DDF0FF;
|
background-color: #DDF0FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th
|
.th_text.app_header_text
|
||||||
{
|
|
||||||
background-color: #80BBFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_bright
|
|
||||||
{
|
|
||||||
background-color: #CCEEFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text
|
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.appheader
|
.app_header
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #CCEEFF;
|
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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cal_dayview
|
|
||||||
{
|
|
||||||
background-color: #C0C0C0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.email_folder
|
.email_folder
|
||||||
{
|
{
|
||||||
background-color: #7090FF;
|
background-color: #7090FF;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<xsl:variable name="select_action"><xsl:value-of select="select_action"/></xsl:variable>
|
<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>
|
<xsl:variable name="lang_submit"><xsl:value-of select="lang_submit"/></xsl:variable>
|
||||||
<form method="post" action="{$select_action}">
|
<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:attribute name="onMouseover">
|
||||||
<xsl:text>window.status='</xsl:text>
|
<xsl:text>window.status='</xsl:text>
|
||||||
<xsl:value-of select="lang_filter_statustext"/>
|
<xsl:value-of select="lang_filter_statustext"/>
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
<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" class="portal">
|
<table cellpadding="0" cellspacing="0" class="portal">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" background="{$header_background_image}" class="portal_text">
|
<td align="center" class="portal_text">
|
||||||
<xsl:value-of select="title"/>
|
<xsl:value-of select="title"/>
|
||||||
</td>
|
</td>
|
||||||
<td valign="middle" align="right" background="{$header_background_image}">
|
<td valign="middle" align="right" class="portal_text">
|
||||||
<xsl:apply-templates select="control_link"/>
|
<xsl:apply-templates select="control_link"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<xsl:variable name="query"><xsl:value-of select="query"/></xsl:variable>
|
<xsl:variable name="query"><xsl:value-of select="query"/></xsl:variable>
|
||||||
<xsl:variable name="lang_submit"><xsl:value-of select="lang_submit"/></xsl:variable>
|
<xsl:variable name="lang_submit"><xsl:value-of select="lang_submit"/></xsl:variable>
|
||||||
<form method="post" action="{$select_action}">
|
<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:attribute name="onMouseover">
|
||||||
<xsl:text>window.status='</xsl:text>
|
<xsl:text>window.status='</xsl:text>
|
||||||
<xsl:value-of select="lang_searchfield_statustext"/>
|
<xsl:value-of select="lang_searchfield_statustext"/>
|
||||||
@ -13,7 +13,7 @@
|
|||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
</input>
|
</input>
|
||||||
<xsl:text> </xsl:text>
|
<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:attribute name="onMouseover">
|
||||||
<xsl:text>window.status='</xsl:text>
|
<xsl:text>window.status='</xsl:text>
|
||||||
<xsl:value-of select="lang_searchbutton_statustext"/>
|
<xsl:value-of select="lang_searchbutton_statustext"/>
|
||||||
|
@ -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
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
margin-right: 0em;
|
||||||
margin-left: 0em;
|
margin-left: 0em;
|
||||||
margin-top: 0em;
|
margin-top: 0em;
|
||||||
margin-bottom: 0em;
|
margin-bottom: 0em;
|
||||||
|
background: url(../images/content_spacer_middle.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
table
|
||||||
@ -11,122 +25,54 @@ table
|
|||||||
border-width: 0;
|
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;
|
color: #336699;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited
|
a:visited
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #333366;
|
color: #333366;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
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
|
a:hover
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar
|
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bodytext
|
.bodytext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.whitetext
|
.whitetext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
color: #FFFFFF;
|
||||||
font-size: 10pt;
|
}
|
||||||
color: #ffffff;
|
|
||||||
|
.small_text
|
||||||
|
{
|
||||||
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headertext
|
.headertext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
font-size: 110%;
|
||||||
font-size: 11pt;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffffff;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputtext
|
.inputtext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
background-color: #FFFFFF;
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttontext
|
.buttontext,.linktext,.cal_dayview
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
background-color: #C0C0C0;
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #c0c0c0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linktext
|
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #c0c0c0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal
|
.portal
|
||||||
@ -141,6 +87,7 @@ a:hover
|
|||||||
{
|
{
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
background: url(../../default/images/bg_filler.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_on
|
.row_on
|
||||||
@ -158,46 +105,23 @@ a:hover
|
|||||||
background-color: #ADADAD;
|
background-color: #ADADAD;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th_text
|
.th_text,.app_header_text
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.appheader
|
.app_header
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #DDDDDD;
|
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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #ffffcc;
|
background-color: #ffffcc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cal_dayview
|
|
||||||
{
|
|
||||||
background-color: #c0c0c0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.email_folder
|
.email_folder
|
||||||
{
|
{
|
||||||
background-color: #adadad;
|
background-color: #adadad;
|
||||||
|
@ -1,17 +1,4 @@
|
|||||||
body
|
body,p,td,th,table,input,form,option
|
||||||
{
|
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
table
|
|
||||||
{
|
|
||||||
border-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
td
|
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
@ -24,56 +11,30 @@ td
|
|||||||
word-spacing: 0em;
|
word-spacing: 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link
|
body
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
margin-right: 0em;
|
||||||
font-size: 10pt;
|
margin-left: 0em;
|
||||||
color: mediumblue;
|
margin-top: 0em;
|
||||||
font-style: normal;
|
margin-bottom: 0em;
|
||||||
font-weight: normal;
|
background: url(../images/content_spacer_middle.png);
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited
|
table
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
border-width: 0;
|
||||||
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
|
a:link,a:visited,a:active
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: mediumblue;
|
color: mediumblue;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal
|
.portal
|
||||||
@ -89,55 +50,37 @@ a:hover
|
|||||||
{
|
{
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
background: url(../../default/images/bg_filler.png);
|
||||||
|
|
||||||
.bodytext
|
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.whitetext
|
.whitetext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
color: #FFFFFF;
|
||||||
font-size: 10pt;
|
}
|
||||||
color: #ffffff;
|
|
||||||
|
.small_text
|
||||||
|
{
|
||||||
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headertext
|
.headertext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
font-size: 110%;
|
||||||
font-size: 11pt;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffffff;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputtext
|
.inputtext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
background-color: #FFFFFF;
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttontext
|
.button_text,.linktext,.cal_dayview
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #c0c0c0;
|
background-color: #c0c0c0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linktext
|
.row_on,.th_bright
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #c0c0c0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row_on
|
|
||||||
{
|
{
|
||||||
background-color: #CCEEFF;
|
background-color: #CCEEFF;
|
||||||
}
|
}
|
||||||
@ -152,51 +95,22 @@ a:hover
|
|||||||
background-color: #80BBFF;
|
background-color: #80BBFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th_bright
|
.th_text,.app_header_text
|
||||||
{
|
|
||||||
background-color: #CCEEFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text
|
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.appheader
|
.app_header
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #CCEEFF;
|
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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cal_dayview
|
|
||||||
{
|
|
||||||
background-color: #C0C0C0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.email_folder
|
.email_folder
|
||||||
{
|
{
|
||||||
background-color: #7090FF;
|
background-color: #7090FF;
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
|
|
||||||
$GLOBALS['phpgw']->template->set_var('phpgw_bottom_table_height','5%');
|
$GLOBALS['phpgw']->template->set_var('phpgw_bottom_table_height','5%');
|
||||||
$GLOBALS['phpgw']->template->set_var('phpgw_bottom_frame_height','30');
|
$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)
|
function parse_toppart($output)
|
||||||
{
|
{
|
||||||
@ -193,8 +192,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function parse_bodypart()
|
function parse_bodypart()
|
||||||
{
|
{
|
||||||
$GLOBALS['phpgw_info']['flags']['body_tags']['background']=$GLOBALS['phpgw']->common->image('phpgwapi','content_spacer_middle');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function parse_bottompart($output)
|
function parse_bottompart($output)
|
||||||
|
@ -1,17 +1,4 @@
|
|||||||
body
|
body,p,td,th,table,input,form,option
|
||||||
{
|
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
table
|
|
||||||
{
|
|
||||||
border-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
td
|
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
@ -24,56 +11,30 @@ td
|
|||||||
word-spacing: 0em;
|
word-spacing: 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link
|
body
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
margin-right: 0em;
|
||||||
font-size: 10pt;
|
margin-left: 0em;
|
||||||
color: mediumblue;
|
margin-top: 0em;
|
||||||
font-style: normal;
|
margin-bottom: 0em;
|
||||||
font-weight: normal;
|
background-color: #FFFFFF;
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited
|
table
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
border-width: 0;
|
||||||
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
|
a:link,a:visited,a:active
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: mediumblue;
|
color: mediumblue;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal
|
.portal
|
||||||
@ -89,55 +50,37 @@ a:hover
|
|||||||
{
|
{
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
background: url(../../default/images/bg_filler.png);
|
||||||
|
|
||||||
.bodytext
|
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.whitetext
|
.whitetext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
color: #FFFFFF;
|
||||||
font-size: 10pt;
|
}
|
||||||
color: #ffffff;
|
|
||||||
|
.small_text
|
||||||
|
{
|
||||||
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headertext
|
.headertext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
font-size: 110%;
|
||||||
font-size: 11pt;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffffff;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputtext
|
.inputtext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
background-color: #FFFFFF;
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttontext
|
.button_text,.linktext,.cal_dayview
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #c0c0c0;
|
background-color: #c0c0c0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linktext
|
.row_on,.th_bright
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #c0c0c0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row_on
|
|
||||||
{
|
{
|
||||||
background-color: #CCEEFF;
|
background-color: #CCEEFF;
|
||||||
}
|
}
|
||||||
@ -152,51 +95,22 @@ a:hover
|
|||||||
background-color: #80BBFF;
|
background-color: #80BBFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th_bright
|
.th_text,.app_header_text
|
||||||
{
|
|
||||||
background-color: #CCEEFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text
|
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.appheader
|
.app_header
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #CCEEFF;
|
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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cal_dayview
|
|
||||||
{
|
|
||||||
background-color: #C0C0C0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.email_folder
|
.email_folder
|
||||||
{
|
{
|
||||||
background-color: #7090FF;
|
background-color: #7090FF;
|
||||||
|
@ -1,17 +1,4 @@
|
|||||||
body
|
body,p,td,th,table,input,form,option
|
||||||
{
|
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
table
|
|
||||||
{
|
|
||||||
border-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
td
|
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
@ -24,56 +11,30 @@ td
|
|||||||
word-spacing: 0em;
|
word-spacing: 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link
|
body
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
margin-right: 0em;
|
||||||
font-size: 10pt;
|
margin-left: 0em;
|
||||||
color: mediumblue;
|
margin-top: 0em;
|
||||||
font-style: normal;
|
margin-bottom: 0em;
|
||||||
font-weight: normal;
|
background-color: #FFFFFF;
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited
|
table
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
border-width: 0;
|
||||||
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
|
a:link,a:visited,a:active
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: mediumblue;
|
color: mediumblue;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal
|
.portal
|
||||||
@ -89,55 +50,37 @@ a:hover
|
|||||||
{
|
{
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
background: url(../../default/images/bg_filler.png);
|
||||||
|
|
||||||
.bodytext
|
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.whitetext
|
.whitetext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
color: #FFFFFF;
|
||||||
font-size: 10pt;
|
}
|
||||||
color: #ffffff;
|
|
||||||
|
.small_text
|
||||||
|
{
|
||||||
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headertext
|
.headertext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
font-size: 110%;
|
||||||
font-size: 11pt;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffffff;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputtext
|
.inputtext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
background-color: #FFFFFF;
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttontext
|
.button_text,.linktext,.cal_dayview
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #c0c0c0;
|
background-color: #c0c0c0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linktext
|
.row_on,.th_bright
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #c0c0c0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row_on
|
|
||||||
{
|
{
|
||||||
background-color: #CCEEFF;
|
background-color: #CCEEFF;
|
||||||
}
|
}
|
||||||
@ -152,51 +95,22 @@ a:hover
|
|||||||
background-color: #80BBFF;
|
background-color: #80BBFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th_bright
|
.th_text,.app_header_text
|
||||||
{
|
|
||||||
background-color: #CCEEFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text
|
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.appheader
|
.app_header
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #CCEEFF;
|
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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cal_dayview
|
|
||||||
{
|
|
||||||
background-color: #C0C0C0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.email_folder
|
.email_folder
|
||||||
{
|
{
|
||||||
background-color: #7090FF;
|
background-color: #7090FF;
|
||||||
|
@ -1,17 +1,4 @@
|
|||||||
body
|
body,p,td,th,table,input,form,option
|
||||||
{
|
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
table
|
|
||||||
{
|
|
||||||
border-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
td
|
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
@ -24,56 +11,30 @@ td
|
|||||||
word-spacing: 0em;
|
word-spacing: 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link
|
body
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
margin-right: 0em;
|
||||||
font-size: 10pt;
|
margin-left: 0em;
|
||||||
color: mediumblue;
|
margin-top: 0em;
|
||||||
font-style: normal;
|
margin-bottom: 0em;
|
||||||
font-weight: normal;
|
background-color: #FFFFFF;
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited
|
table
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
border-width: 0;
|
||||||
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
|
a:link,a:visited,a:active
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: mediumblue;
|
color: mediumblue;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal
|
.portal
|
||||||
@ -89,55 +50,37 @@ a:hover
|
|||||||
{
|
{
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
background: url(../../default/images/bg_filler.png);
|
||||||
|
|
||||||
.bodytext
|
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.whitetext
|
.whitetext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
color: #FFFFFF;
|
||||||
font-size: 10pt;
|
}
|
||||||
color: #ffffff;
|
|
||||||
|
.small_text
|
||||||
|
{
|
||||||
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headertext
|
.headertext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
font-size: 110%;
|
||||||
font-size: 11pt;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffffff;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputtext
|
.inputtext
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
background-color: #FFFFFF;
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttontext
|
.button_text,.linktext,.cal_dayview
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #c0c0c0;
|
background-color: #c0c0c0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linktext
|
.row_on,.th_bright
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
|
||||||
background-color: #c0c0c0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row_on
|
|
||||||
{
|
{
|
||||||
background-color: #CCEEFF;
|
background-color: #CCEEFF;
|
||||||
}
|
}
|
||||||
@ -152,51 +95,22 @@ a:hover
|
|||||||
background-color: #80BBFF;
|
background-color: #80BBFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th_bright
|
.th_text,.app_header_text
|
||||||
{
|
|
||||||
background-color: #CCEEFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text
|
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.appheader
|
.app_header
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #CCEEFF;
|
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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cal_dayview
|
|
||||||
{
|
|
||||||
background-color: #C0C0C0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.email_folder
|
.email_folder
|
||||||
{
|
{
|
||||||
background-color: #7090FF;
|
background-color: #7090FF;
|
||||||
|
Loading…
Reference in New Issue
Block a user