This commit is contained in:
ceb 2002-10-19 22:19:11 +00:00
parent 1e3dc0bf00
commit 2509111b78
11 changed files with 111 additions and 560 deletions

View File

@ -1,7 +1,7 @@
<!-- $Id$ --> <!-- $Id$ -->
<xsl:template match="about"> <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="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> <xsl:variable name="lang_url_statustext"><xsl:value-of select="lang_url_statustext"/></xsl:variable>
<tr> <tr>

View File

@ -1,83 +1,24 @@
body,p,td,th,table,input,form,option
{
color: #000000;
}
body body
{ {
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF; 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; 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 a:hover
{ {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red; 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; background-color: #000000;
} }
@ -87,9 +28,21 @@ a:hover
background-image: url(logo_000000.gif); 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 .row_off
@ -97,47 +50,9 @@ a:hover
background-color: #EEEEEE; background-color: #EEEEEE;
} }
.th
{
background-color: #D3DCE3;
}
.th_bright
{
background-color: #EEEEEE;
}
.th_text .th_text
{ {
font-style: bold; color: #FFFFFF;
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 .cal_today

View File

@ -1,83 +1,24 @@
body,p,td,th,table,input,form,option
{
color: #000000;
}
body body
{ {
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF; 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; 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 a:hover
{ {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red; 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; background-color: blue;
} }
@ -87,7 +28,18 @@ a:hover
background-image: url(logo_967FF4.gif); 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; background-color: #CCEEFF;
} }
@ -97,49 +49,6 @@ a:hover
background-color: #EEEEEE; 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 .cal_today
{ {
background-color: #FFFFCC; background-color: #FFFFCC;

View File

@ -1,86 +1,26 @@
body,p,td,th,table,input,form,option
{
color: #000000;
}
body body
{ {
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF; 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; 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 a:hover
{ {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red; 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; background-color: #5A0000;
color: #000000;
} }
.navbar:spezial_logo .navbar:spezial_logo
@ -88,59 +28,27 @@ a:hover
background-image: url(logo_5A0000.gif); 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; background-color: #D3DCE3;
} }
.th_bright .row_off
{ {
background-color: #DDDDDD; 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 .cal_today
{ {
background-color: #FFFFCC; background-color: #FFFFCC;

View File

@ -1,83 +1,24 @@
body,p,td,th,table,input,form,option
{
color: #000000;
}
body body
{ {
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF; 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; 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; color: red;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
} }
a:hover .navbar,.th
{
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
{ {
background-color: #000099; background-color: #000099;
} }
@ -87,59 +28,32 @@ a:hover
background-image: url(logo_000099.gif); 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; background-color: #DDDDDD;
} }
.row_off .row_off
{
background-color: #EEEEEE;
}
.th
{ {
background-color: #D3DCE3; background-color: #D3DCE3;
} }
.th_bright
{
background-color: #DDDDDD;
}
.th_text .th_text
{ {
font-style: bold;
font-weight: bold;
color: #000000; 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 .calendar:today
{ {
background-color: #FFFFCC; background-color: #FFFFCC;

View File

@ -33,6 +33,11 @@ table.portal
width: 100%; width: 100%;
} }
table.about
{
width: 70%;
}
table.login table.login
{ {
margin-top: 130px; margin-top: 130px;

View File

@ -23,7 +23,7 @@ a:hover
background-color: #80BBFF; background-color: #80BBFF;
} }
.login,.portal .login,.portal,.about
{ {
background-color: #80BBFF; background-color: #80BBFF;
border-color: #000000; border-color: #000000;
@ -34,32 +34,7 @@ a:hover
color: #FFFFFF; color: #FFFFFF;
} }
.bodytext .row_on,.th_bright,.app_header
{
color: #000000;
}
.whitetext
{
color: #FFFFFF;
}
.headertext
{
color: #FFFFFF;
}
.inputtext
{
background-color: #FFFFFF;
}
.buttontext,.link_text,.cal_dayview
{
background-color: #C0C0C0;
}
.row_on,.th_bright
{ {
background-color: #CCEEFF; background-color: #CCEEFF;
} }
@ -69,16 +44,16 @@ a:hover
background-color: #DDF0FF; background-color: #DDF0FF;
} }
.app_header
{
background-color: #CCEEFF;
}
.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;

View File

@ -13,32 +13,7 @@ a:hover
color: #cc0000; color: #cc0000;
} }
.bodytext .login
{
color: #000000;
}
.whitetext
{
color: #FFFFFF;
}
.headertext
{
color: #FFFFFF;
}
.inputtext
{
background-color: #FFFFFF;
}
.buttontext,.linktext,.cal_dayview
{
background-color: #C0C0C0;
}
.login,.portal
{ {
background-color: #486591; background-color: #486591;
border-color: #000000; border-color: #000000;
@ -46,15 +21,16 @@ a:hover
.portal_text .portal_text
{ {
color: #FFFFFF; color: #fefefe;
background-color: #486591;
} }
.row_on,.th_bright .row_on,.th_bright,.app_header
{ {
background-color: #fefefe; background-color: #fefefe;
} }
.row_off .row_off,.portal,.about
{ {
background-color: #e6e6e6; background-color: #e6e6e6;
} }
@ -64,14 +40,9 @@ a:hover
background-color: #486591; background-color: #486591;
} }
.th_text,.app_header_text .cal_dayview
{ {
color: #000000; background-color: #C0C0C0;
}
.app_header
{
background-color: #fefefe;
} }
.cal_today .cal_today

View File

@ -18,32 +18,7 @@ a:hover
color: #cc0000; color: #cc0000;
} }
.bodytext .login,.portal,.about
{
color: #000000;
}
.whitetext
{
color: #FFFFFF;
}
.headertext
{
color: #FFFFFF;
}
.inputtext
{
background-color: #FFFFFF;
}
.buttontext,.linktext,.cal_dayview
{
background-color: #C0C0C0;
}
.login,.portal
{ {
background-color: #ADADAD; background-color: #ADADAD;
border-color: #000000; border-color: #000000;
@ -54,7 +29,7 @@ a:hover
color: #FFFFFF; color: #FFFFFF;
} }
.row_on .row_on,.th_bright,.app_header
{ {
background-color: #DDDDDD; background-color: #DDDDDD;
} }
@ -69,21 +44,16 @@ a:hover
background-color: #ADADAD; background-color: #ADADAD;
} }
.th_text,.app_header_text
{
color: #000000;
}
.app_header
{
background-color: #DDDDDD;
}
.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;

View File

@ -34,6 +34,11 @@ table.portal
width: 100%; width: 100%;
} }
table.about
{
width: 70%;
}
table.login table.login
{ {
margin-top: 130px; margin-top: 130px;

View File

@ -13,7 +13,7 @@ a:hover
color: #cc0000; color: #cc0000;
} }
.login,.portal .login,.portal,.about
{ {
background-color: #80BBFF; background-color: #80BBFF;
border-color: #000000; border-color: #000000;
@ -24,27 +24,7 @@ a:hover
color: #FFFFFF; color: #FFFFFF;
} }
.whitetext .row_on,.th_bright,.app_header
{
color: #FFFFFF;
}
.headertext
{
color: #FFFFFF;
}
.inputtext
{
background-color: #FFFFFF;
}
.button_text,.linktext,.cal_dayview
{
background-color: #c0c0c0;
}
.row_on,.th_bright
{ {
background-color: #CCEEFF; background-color: #CCEEFF;
} }
@ -59,10 +39,9 @@ a:hover
background-color: #80BBFF; background-color: #80BBFF;
} }
.cal_dayview
.app_header
{ {
background-color: #CCEEFF; background-color: #c0c0c0;
} }
.cal_today .cal_today