forked from extern/egroupware
update
This commit is contained in:
parent
1e3dc0bf00
commit
2509111b78
@ -1,7 +1,7 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<xsl:template match="about">
|
||||
<table cellpadding="2" cellspacing="2" width="70%" align="center" class="portal">
|
||||
<table cellpadding="2" cellspacing="2" align="center" class="about">
|
||||
<xsl:variable name="phpgw_logo"><xsl:value-of select="phpgw_logo"/></xsl:variable>
|
||||
<xsl:variable name="lang_url_statustext"><xsl:value-of select="lang_url_statustext"/></xsl:variable>
|
||||
<tr>
|
||||
|
@ -1,83 +1,24 @@
|
||||
body,p,td,th,table,input,form,option
|
||||
{
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
margin-right: 0em;
|
||||
margin-left: 0em;
|
||||
margin-top: 0em;
|
||||
margin-bottom: 0em;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
table
|
||||
a:link,a:visited,a:active
|
||||
{
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: blue;
|
||||
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: blue;
|
||||
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: red;
|
||||
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: red;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
.navbar
|
||||
.navbar,.th
|
||||
{
|
||||
background-color: #000000;
|
||||
}
|
||||
@ -87,9 +28,21 @@ a:hover
|
||||
background-image: url(logo_000000.gif);
|
||||
}
|
||||
|
||||
.row_on
|
||||
.login
|
||||
{
|
||||
background-color: #DDDDDD;
|
||||
background-color: #000000;
|
||||
border-color: #D3DCE3;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.portal_text
|
||||
{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.row_on,.th_bright,.app_header,.portal,.about
|
||||
{
|
||||
background-color: #D3DCE3;
|
||||
}
|
||||
|
||||
.row_off
|
||||
@ -97,47 +50,9 @@ a:hover
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
|
||||
.th
|
||||
{
|
||||
background-color: #D3DCE3;
|
||||
}
|
||||
|
||||
.th_bright
|
||||
{
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
|
||||
.th_text
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.appheader
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
||||
.functionmsg
|
||||
{
|
||||
font-style: bold;
|
||||
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;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.cal_today
|
||||
|
@ -1,83 +1,24 @@
|
||||
body,p,td,th,table,input,form,option
|
||||
{
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
margin-right: 0em;
|
||||
margin-left: 0em;
|
||||
margin-top: 0em;
|
||||
margin-bottom: 0em;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
table
|
||||
a:link,a:visited,a:active
|
||||
{
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: blue;
|
||||
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: blue;
|
||||
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: blue;
|
||||
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: red;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
.navbar
|
||||
.navbar,.th
|
||||
{
|
||||
background-color: blue;
|
||||
}
|
||||
@ -87,7 +28,18 @@ a:hover
|
||||
background-image: url(logo_967FF4.gif);
|
||||
}
|
||||
|
||||
.row_on
|
||||
.login,.portal,.about
|
||||
{
|
||||
background-color: blue;
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
.portal_text
|
||||
{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.row_on,.th_bright,.app_header
|
||||
{
|
||||
background-color: #CCEEFF;
|
||||
}
|
||||
@ -97,49 +49,6 @@ a:hover
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
|
||||
.th
|
||||
{
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
.th_bright
|
||||
{
|
||||
background-color: #CCEEFF;
|
||||
}
|
||||
|
||||
.th_text
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.appheader
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
background-color: #CCEEFF;
|
||||
}
|
||||
|
||||
.functionmsg
|
||||
{
|
||||
font-style: bold;
|
||||
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;
|
||||
|
@ -1,86 +1,26 @@
|
||||
body,p,td,th,table,input,form,option
|
||||
{
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
margin-right: 0em;
|
||||
margin-left: 0em;
|
||||
margin-top: 0em;
|
||||
margin-bottom: 0em;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
table
|
||||
a:link,a:visited,a:active
|
||||
{
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: blue;
|
||||
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: blue;
|
||||
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: red;
|
||||
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: red;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
.navbar
|
||||
.navbar,.th
|
||||
{
|
||||
background-color: #5A0000;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.navbar:spezial_logo
|
||||
@ -88,59 +28,27 @@ a:hover
|
||||
background-image: url(logo_5A0000.gif);
|
||||
}
|
||||
|
||||
.row_on
|
||||
.login,.portal,.about
|
||||
{
|
||||
background-color: #DDDDDD;
|
||||
background-color: #5A0000;
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
.row_off
|
||||
.portal_text
|
||||
{
|
||||
background-color: #EEEEEE;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.th
|
||||
.row_on,.th_bright,.app_header
|
||||
{
|
||||
background-color: #D3DCE3;
|
||||
}
|
||||
|
||||
.th_bright
|
||||
.row_off
|
||||
{
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
||||
.th_text
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.appheader
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
||||
.functionmsg
|
||||
{
|
||||
font-style: bold;
|
||||
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;
|
||||
|
@ -1,83 +1,24 @@
|
||||
body,p,td,th,table,input,form,option
|
||||
{
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
margin-right: 0em;
|
||||
margin-left: 0em;
|
||||
margin-top: 0em;
|
||||
margin-bottom: 0em;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
table
|
||||
a:link,a:visited
|
||||
{
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: blue;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
a:visited
|
||||
a:active,a:hover
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: blue;
|
||||
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: red;
|
||||
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: red;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
.navbar
|
||||
.navbar,.th
|
||||
{
|
||||
background-color: #000099;
|
||||
}
|
||||
@ -87,59 +28,32 @@ a:hover
|
||||
background-image: url(logo_000099.gif);
|
||||
}
|
||||
|
||||
.row_on
|
||||
.login,.portal,.about
|
||||
{
|
||||
background-color: #000099;
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
.portal_text
|
||||
{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.row_on,.th_bright,.app_header
|
||||
{
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
||||
.row_off
|
||||
{
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
|
||||
.th
|
||||
{
|
||||
background-color: #D3DCE3;
|
||||
}
|
||||
|
||||
.th_bright
|
||||
{
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
||||
.th_text
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.appheader
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
||||
.functionmsg
|
||||
{
|
||||
font-style: bold;
|
||||
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;
|
||||
}
|
||||
|
||||
.calendar:today
|
||||
{
|
||||
background-color: #FFFFCC;
|
||||
|
@ -33,6 +33,11 @@ table.portal
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.about
|
||||
{
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
table.login
|
||||
{
|
||||
margin-top: 130px;
|
||||
|
@ -23,7 +23,7 @@ a:hover
|
||||
background-color: #80BBFF;
|
||||
}
|
||||
|
||||
.login,.portal
|
||||
.login,.portal,.about
|
||||
{
|
||||
background-color: #80BBFF;
|
||||
border-color: #000000;
|
||||
@ -34,32 +34,7 @@ a:hover
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.bodytext
|
||||
{
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.whitetext
|
||||
{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.headertext
|
||||
{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.inputtext
|
||||
{
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.buttontext,.link_text,.cal_dayview
|
||||
{
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
.row_on,.th_bright
|
||||
.row_on,.th_bright,.app_header
|
||||
{
|
||||
background-color: #CCEEFF;
|
||||
}
|
||||
@ -69,16 +44,16 @@ a:hover
|
||||
background-color: #DDF0FF;
|
||||
}
|
||||
|
||||
.app_header
|
||||
{
|
||||
background-color: #CCEEFF;
|
||||
}
|
||||
|
||||
.cal_today
|
||||
{
|
||||
background-color: #FFFFCC;
|
||||
}
|
||||
|
||||
.cal_dayview
|
||||
{
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
.email_folder
|
||||
{
|
||||
background-color: #7090FF;
|
||||
|
@ -13,32 +13,7 @@ a:hover
|
||||
color: #cc0000;
|
||||
}
|
||||
|
||||
.bodytext
|
||||
{
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.whitetext
|
||||
{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.headertext
|
||||
{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.inputtext
|
||||
{
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.buttontext,.linktext,.cal_dayview
|
||||
{
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
.login,.portal
|
||||
.login
|
||||
{
|
||||
background-color: #486591;
|
||||
border-color: #000000;
|
||||
@ -46,15 +21,16 @@ a:hover
|
||||
|
||||
.portal_text
|
||||
{
|
||||
color: #FFFFFF;
|
||||
color: #fefefe;
|
||||
background-color: #486591;
|
||||
}
|
||||
|
||||
.row_on,.th_bright
|
||||
.row_on,.th_bright,.app_header
|
||||
{
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
.row_off
|
||||
.row_off,.portal,.about
|
||||
{
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
@ -64,14 +40,9 @@ a:hover
|
||||
background-color: #486591;
|
||||
}
|
||||
|
||||
.th_text,.app_header_text
|
||||
.cal_dayview
|
||||
{
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.app_header
|
||||
{
|
||||
background-color: #fefefe;
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
.cal_today
|
||||
|
@ -18,32 +18,7 @@ a:hover
|
||||
color: #cc0000;
|
||||
}
|
||||
|
||||
.bodytext
|
||||
{
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.whitetext
|
||||
{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.headertext
|
||||
{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.inputtext
|
||||
{
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.buttontext,.linktext,.cal_dayview
|
||||
{
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
.login,.portal
|
||||
.login,.portal,.about
|
||||
{
|
||||
background-color: #ADADAD;
|
||||
border-color: #000000;
|
||||
@ -54,7 +29,7 @@ a:hover
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.row_on
|
||||
.row_on,.th_bright,.app_header
|
||||
{
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
@ -69,21 +44,16 @@ a:hover
|
||||
background-color: #ADADAD;
|
||||
}
|
||||
|
||||
.th_text,.app_header_text
|
||||
{
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.app_header
|
||||
{
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
||||
.cal_today
|
||||
{
|
||||
background-color: #ffffcc;
|
||||
}
|
||||
|
||||
.cal_dayview
|
||||
{
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
.email_folder
|
||||
{
|
||||
background-color: #adadad;
|
||||
|
@ -34,6 +34,11 @@ table.portal
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.about
|
||||
{
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
table.login
|
||||
{
|
||||
margin-top: 130px;
|
||||
|
@ -13,7 +13,7 @@ a:hover
|
||||
color: #cc0000;
|
||||
}
|
||||
|
||||
.login,.portal
|
||||
.login,.portal,.about
|
||||
{
|
||||
background-color: #80BBFF;
|
||||
border-color: #000000;
|
||||
@ -24,27 +24,7 @@ a:hover
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.whitetext
|
||||
{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.headertext
|
||||
{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.inputtext
|
||||
{
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.button_text,.linktext,.cal_dayview
|
||||
{
|
||||
background-color: #c0c0c0;
|
||||
}
|
||||
|
||||
.row_on,.th_bright
|
||||
.row_on,.th_bright,.app_header
|
||||
{
|
||||
background-color: #CCEEFF;
|
||||
}
|
||||
@ -59,10 +39,9 @@ a:hover
|
||||
background-color: #80BBFF;
|
||||
}
|
||||
|
||||
|
||||
.app_header
|
||||
.cal_dayview
|
||||
{
|
||||
background-color: #CCEEFF;
|
||||
background-color: #c0c0c0;
|
||||
}
|
||||
|
||||
.cal_today
|
||||
|
Loading…
Reference in New Issue
Block a user