phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/templates/default/css darkgreen.css,1.2


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default/css darkgreen.css,1.2,1.3 fancy.css,1.2,1.3 greys.css,1.2,1.3 heaven.css,1.2,1.3 lightblue.css,1.2,1.3 lightbrown.css,1.2,1.3 lilac.css,1.1,1.2 mojo.css,1.2,1.3 phpgw.css,1.3,1.4 purple.css,1.2,1.3 red.css,1.2,1.3 rose.css,1.2,1.3 yellows.css,1.2,1.3
Date: Sun, 20 Oct 2002 14:42:17 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/default/css
In directory subversions:/tmp/cvs-serv23195/default/css

Modified Files:
        darkgreen.css fancy.css greys.css heaven.css lightblue.css 
        lightbrown.css lilac.css mojo.css phpgw.css purple.css red.css 
        rose.css yellows.css 
Log Message:
update css

Index: darkgreen.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/css/darkgreen.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** darkgreen.css       29 Sep 2002 02:05:54 -0000      1.2
--- darkgreen.css       20 Oct 2002 18:42:14 -0000      1.3
***************
*** 1,85 ****
! body
! {
!       margin-right: 0em;
!       margin-left: 0em;
!       margin-top: 0em;
!       margin-bottom: 0em;
!       background-color: #FFFFFF;
! }
! 
! table
  {
-       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
  {
        background-color: #003300;
-       color: #000000;
  }
  
--- 1,25 ----
! body,p,td,th,table,input,form,option
  {
        color: #000000;
  }
  
! body
  {
!       background-color: #FFFFFF;
  }
  
! a:link,a:visited
  {
        color: blue;
  }
  
! a:hover,a:active
  {
        color: red;
  }
  
! .navbar,.th
  {
        background-color: #003300;
  }
  
***************
*** 89,143 ****
  }
  
! .row_on
  {
!       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;
!       font-style: normal;
!       font-weight: normal;
!       color: #000000;
!       line-height: normal;
!       text-decoration: none;
!       letter-spacing: 0em;
!       word-spacing: 0em;
  }
  
--- 29,51 ----
  }
  
! .login,.portal,.about
  {
!       background-color: #80BBFF;
!       border-color: #000000;
  }
  
! .portal_text
  {
!       color: #FFFFFF;
  }
  
! .row_on,.th_bright,.app_header
  {
        background-color: #D3DCE3;
  }
  
! .row_off
  {
!       background-color: #EEEEEE;
  }
  

Index: fancy.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/css/fancy.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** fancy.css   29 Sep 2002 02:05:54 -0000      1.2
--- fancy.css   20 Oct 2002 18:42:14 -0000      1.3
***************
*** 1,79 ****
! body
! {
!       margin-right: 0em;
!       margin-left: 0em;
!       margin-top: 0em;
!       margin-bottom: 0em;
!       background-color: #F5F5F5;
! }
! 
! table
  {
-       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: #EE0000;
!       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: #EE0000;
!       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: #EE0000;
-       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: #EE0000;
-       font-style: normal;
-       font-weight: normal;
-       line-height: normal;
-       text-decoration: none;
-       letter-spacing: 0em;
-       word-spacing: 0em;
  }
  
--- 1,20 ----
! body,p,td,th,table,input,form,option
  {
        color: #000000;
  }
  
! body
  {
!       background-color: #F5F5F5;
  }
  
! a:link,a:visited,a:active
  {
        color: #EE0000;
  }
  
  a:hover
  {
        color: #EE0000;
  }
  
***************
*** 81,85 ****
  {
        background-color: #AABBCC;
-       color: #000000;
  }
  
--- 22,25 ----
***************
*** 89,143 ****
  }
  
! .row_on
! {
!       background-color: #EEEEFF;
! }
! 
! .row_off
! {
!       background-color: #FFFFEE;
! }
! 
! .th
  {
!       background-color: #FFE4C4;
  }
  
! .th_bright
  {
!       background-color: #FFFFEE;
  }
  
! .th_text
  {
!       font-style: bold;
!       font-weight: bold;
!       color: #000000;
  }
  
! .appheader
  {
-       font-style: bold;
-       font-weight: bold;
        background-color: #FFFFEE;
  }
  
! .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;
  }
  
--- 29,56 ----
  }
  
! .login,.portal,.about
  {
!       background-color: #AABBCC;
!       border-color: #000000;
  }
  
! .portal_text
  {
!       color: #FFFFFF;
  }
  
! .row_on,.th_bright,.app_header
  {
!       background-color: #EEEEFF;
  }
  
! .row_off
  {
        background-color: #FFFFEE;
  }
  
! .th
  {
!       background-color: #FFE4C4;
  }
  

Index: greys.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/css/greys.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** greys.css   29 Sep 2002 02:05:54 -0000      1.2
--- greys.css   20 Oct 2002 18:42:14 -0000      1.3
***************
*** 1,8 ****
  body
  {
-       margin-right: 0em;
-       margin-left: 0em;
-       margin-top: 0em;
-       margin-bottom: 0em;
        background-color: #dfdfdf;
  }
--- 1,9 ----
+ body,p,td,th,table,input,form,option
+ {
+       color: #000000;
+ }
+ 
  body
  {
        background-color: #dfdfdf;
  }
***************
*** 10,83 ****
  table
  {
-       border-width: 0;
        color: #222222;
  }
  
- 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: #0000ff;
-       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: #5555ff;
-       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: black;
-       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: black;
!       font-style: normal;
!       font-weight: normal;
!       line-height: normal;
!       text-decoration: none;
!       letter-spacing: 0em;
!       word-spacing: 0em;
! }
! 
! .navbar
  {
        background-color: #aaaaaa;
--- 11,33 ----
  table
  {
        color: #222222;
  }
  
  a:link
  {
        color: #0000ff;
  }
  
  a:visited
  {
        color: #5555ff;
  }
  
! a:active,a:hover
  {
        color: black;
  }
  
! .navbar,.th
  {
        background-color: #aaaaaa;
***************
*** 90,144 ****
  }
  
! .row_on
! {
!       background-color: #eeeeee;
! }
! 
! .row_off
! {
!       background-color: #cccccc;
! }
! 
! .th
  {
        background-color: #aaaaaa;
  }
  
! .th_bright
! {
!       background-color: #eeeeee;
! }
! 
! .th_text
  {
!       font-style: bold;
!       font-weight: bold;
!       color: #000000;
  }
  
! .appheader
  {
-       font-style: bold;
-       font-weight: bold;
        background-color: #eeeeee;
  }
  
! .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;
  }
  
--- 40,62 ----
  }
  
! .login,.portal,.about
  {
        background-color: #aaaaaa;
+       border-color: #000000;
  }
  
! .portal_text
  {
!       color: #FFFFFF;
  }
  
! .row_on,.th_bright,.app_header
  {
        background-color: #eeeeee;
  }
  
! .row_off
  {
!       background-color: #cccccc;
  }
  

Index: heaven.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/css/heaven.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** heaven.css  29 Sep 2002 02:05:54 -0000      1.2
--- heaven.css  20 Oct 2002 18:42:14 -0000      1.3
***************
*** 1,93 ****
! body
! {
!       margin-right: 0em;
!       margin-left: 0em;
!       margin-top: 0em;
!       margin-bottom: 0em;
!       background-color: #80BBFF;
! }
! 
! table
  {
-       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;
- }
- 
- td.row-on
- {
-       background-color: #DDDDDD;
  }
  
! td.row-off
! {
!       background-color: #EEEEEE;
! }
! 
! 
! 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
  {
        background-color: #7090FF;
--- 1,23 ----
! body,p,td,th,table,input,form,option
  {
        color: #000000;
  }
  
! body
  {
!       background-color: #80BBFF;
  }
  
! a:link,a:visited
  {
        color: blue;
  }
  
! a:active,a:hover
  {
        color: red;
  }
  
! .navbar,.th
  {
        background-color: #7090FF;
***************
*** 99,153 ****
  }
  
! .row_on
! {
!       background-color: #D3DCE3;
! }
! 
! .row_off
! {
!       background-color: #EEEEEE;
! }
! 
! .th
  {
        background-color: #7090FF;
  }
  
! .th_bright
  {
!       background-color: #EEEEEE;
  }
  
! .th_text
  {
-       font-style: bold;
-       font-weight: bold;
-       color: #000000;
- }
- 
- .appheader
- {
-       font-style: bold;
-       font-weight: bold;
        background-color: #D3DCE3;
  }
  
! .functionmsg
! {
!       font-style: bold;
!       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;
  }
  
--- 29,51 ----
  }
  
! .login,.portal,.about
  {
        background-color: #7090FF;
+       border-color: #000000;
  }
  
! .portal_text
  {
!       color: #FFFFFF;
  }
  
! .row_on,.th_bright,.app_header
  {
        background-color: #D3DCE3;
  }
  
! .row_off
  {
!       background-color: #EEEEEE;
  }
  

Index: lightblue.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/css/lightblue.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** lightblue.css       29 Sep 2002 02:05:54 -0000      1.2
--- lightblue.css       20 Oct 2002 18:42:14 -0000      1.3
***************
*** 1,82 ****
! body
! {
!       margin-right: 0em;
!       margin-left: 0em;
!       margin-top: 0em;
!       margin-bottom: 0em;
!       background-color: #FFFFFF;
! }
! 
! table
  {
-       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
  {
        background-color: #486591;
--- 1,23 ----
! body,p,td,th,table,input,form,option
  {
        color: #000000;
  }
  
! body
  {
!       background-color: #FFFFFF;
  }
  
! a:link,a:visited
  {
        color: blue;
  }
  
! a:active,a:hover
  {
        color: red;
  }
  
! .navbar,.th
  {
        background-color: #486591;
***************
*** 88,142 ****
  }
  
! .row_on
! {
!       background-color: #D3DCE3;
! }
! 
! .row_off
! {
!       background-color: #EEEEEE;
! }
! 
! .th
  {
        background-color: #486591;
  }
  
! .th_bright
  {
!       background-color: #EEEEEE;
  }
  
! .th_text
  {
-       font-style: bold;
-       font-weight: bold;
-       color: #000000;
- }
- 
- .appheader
- {
-       font-style: bold;
-       font-weight: bold;
        background-color: #D3DCE3;
  }
  
! .functionmsg
! {
!       font-style: bold;
!       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;
  }
  
--- 29,51 ----
  }
  
! .login,.portal,.about
  {
        background-color: #486591;
+       border-color: #000000;
  }
  
! .portal_text
  {
!       color: #FFFFFF;
  }
  
! .row_on,.th_bright,.app_header
  {
        background-color: #D3DCE3;
  }
  
! .row_off
  {
!       background-color: #EEEEEE;
  }
  

Index: lightbrown.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/css/lightbrown.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** lightbrown.css      29 Sep 2002 02:05:54 -0000      1.2
--- lightbrown.css      20 Oct 2002 18:42:14 -0000      1.3
***************
*** 1,82 ****
! body
! {
!       margin-right: 0em;
!       margin-left: 0em;
!       margin-top: 0em;
!       margin-bottom: 0em;
!       background-color: #FFFFFF;
! }
! 
! table
  {
-       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
  {
        background-color: #885522;
--- 1,23 ----
! body,p,td,th,table,input,form,option
  {
        color: #000000;
  }
  
! body
  {
!       background-color: #FFFFFF;
  }
  
! a:link,a:visited
  {
        color: blue;
  }
  
! a:active,a:hover
  {
        color: red;
  }
  
! .navbar,.th
  {
        background-color: #885522;
***************
*** 88,142 ****
  }
  
! .row_on
! {
!       background-color: #DDDDDD;
! }
! 
! .row_off
! {
!       background-color: #EEEEEE;
! }
! 
! .th
  {
        background-color: #885522;
  }
  
! .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;
!       font-style: normal;
!       font-weight: normal;
!       color: #000000;
!       line-height: normal;
!       text-decoration: none;
!       letter-spacing: 0em;
!       word-spacing: 0em;
  }
  
--- 29,51 ----
  }
  
! .login,.portal,.about
  {
        background-color: #885522;
+       border-color: #000000;
  }
  
! .portal_text
  {
!       color: #FFFFFF;
  }
  
! .row_on,.th_bright,.app_header
  {
        background-color: #DDDDDD;
  }
  
! .row_off
  {
!       background-color: #EEEEEE;
  }
  

Index: lilac.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/css/lilac.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** lilac.css   29 Sep 2002 21:38:42 -0000      1.1
--- lilac.css   20 Oct 2002 18:42:14 -0000      1.2
***************
*** 1,79 ****
! body
! {
!       margin-right: 0em;
!       margin-left: 0em;
!       margin-top: 0em;
!       margin-bottom: 0em;
!       background-color: #FFFFFF;
! }
! 
! table
  {
-       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: maroon;
!       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: maroon;
!       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: maroon;
-       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;
  }
  
--- 1,20 ----
! body,p,td,th,table,input,form,option
  {
        color: #000000;
  }
  
! body
  {
!       background-color: #FFFFFF;
  }
  
! a:link,a:visited,a:active
  {
        color: maroon;
  }
  
  a:hover
  {
        color: red;
  }
  
***************
*** 81,85 ****
  {
        background-color: #967FF4;
-       color: #000000;
  }
  
--- 22,25 ----
***************
*** 89,143 ****
  }
  
! .row_on
! {
!       background-color: #CCCCFF;
! }
! 
! .row_off
! {
!       background-color: #E4DFFF;
! }
! 
! .th
  {
!       background-color: #9999FF;
! }
! 
! .th_bright
! {
!       background-color: #CCCCFF;
  }
  
! .th_text
  {
!       font-style: bold;
!       font-weight: bold;
!       color: #000000;
  }
  
! .appheader
  {
-       font-style: bold;
-       font-weight: bold;
        background-color: #CCCCFF;
  }
  
! .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;
  }
  
--- 29,56 ----
  }
  
! .login,.portal,.about
  {
!       background-color: #967FF4;
!       border-color: #000000;
  }
  
! .portal_text
  {
!       color: #FFFFFF;
  }
  
! .row_on,.th_bright,.app_header
  {
        background-color: #CCCCFF;
  }
  
! .row_off
  {
!       background-color: #E4DFFF;
  }
  
! .th
  {
!       background-color: #9999FF;
  }
  

Index: mojo.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/css/mojo.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** mojo.css    29 Sep 2002 02:05:54 -0000      1.2
--- mojo.css    20 Oct 2002 18:42:14 -0000      1.3
***************
*** 1,79 ****
! body
! {
!       margin-right: 0em;
!       margin-left: 0em;
!       margin-top: 0em;
!       margin-bottom: 0em;
!       background-color: #000000;
! }
! 
! table
  {
-       border-width: 0;
- }
- 
- td
- {
-       font-family: Verdana,Arial,Helvetica,sans-serif;
-       font-size: 10pt;
-       font-style: normal;
-       font-weight: normal;
-       line-height: normal;
        color: #FFFFFF;
-       text-decoration: none;
-       letter-spacing: 0em;
-       word-spacing: 0em;
  }
  
! a:link
! {
!       font-family: Verdana,Arial,Helvetica,sans-serif;
!       font-size: 10pt;
!       color: #0000FF;
!       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: #0000FF;
!       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: #0000FF;
-       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: #00FF33;
-       font-style: normal;
-       font-weight: normal;
-       line-height: normal;
-       text-decoration: none;
-       letter-spacing: 0em;
-       word-spacing: 0em;
  }
  
--- 1,20 ----
! body,p,td,th,table,input,form,option
  {
        color: #FFFFFF;
  }
  
! body
  {
!       background-color: #000000;
  }
  
! a:link,a:visited,a:active
  {
        color: #0000FF;
  }
  
  a:hover
  {
        color: #00FF33;
  }
  
***************
*** 89,144 ****
  }
  
! .row_on
! {
!       background-color: #909090;
! }
! 
! .row_off
  {
!       background-color: #808080;
  }
  
! .th
  {
!       background-color: #404040;
!       color: #00FF33;
  }
  
! .th_bright
  {
        background-color: #909090;
  }
  
! .th_text
! {
!       font-style: bold;
!       font-weight: bold;
!       color: #00FF33;
! }
! 
! .appheader
  {
!       font-style: bold;
!       font-weight: bold;
!       background-color: #909090;
  }
  
! .functionmsg
  {
!       font-style: bold;
!       font-weight: bold;
  }
  
! .forms
  {
-       font-family: Verdana,Arial,Helvetica,sans-serif;
-       font-size: 10pt;
-       font-style: normal;
-       font-weight: normal;
        color: #00FF33;
-       line-height: normal;
-       text-decoration: none;
-       letter-spacing: 0em;
-       word-spacing: 0em;
  }
  
--- 30,63 ----
  }
  
! .login,.portal,.about
  {
!       background-color: #00FF33;
!       border-color: #909090;
  }
  
! .portal_text
  {
!       color: #FFFFFF;
  }
  
! .row_on,.th_bright,.app_header
  {
        background-color: #909090;
  }
  
! .row_off
  {
!       background-color: #808080;
  }
  
! .th
  {
!       background-color: #404040;
!       color: #00FF33;
  }
  
! .th_text
  {
        color: #00FF33;
  }
  

Index: phpgw.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/css/phpgw.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** phpgw.css   19 Oct 2002 23:09:59 -0000      1.3
--- phpgw.css   20 Oct 2002 18:42:14 -0000      1.4
***************
*** 51,55 ****
  }
  
! .login,.portal
  {
        border-width: 1px;
--- 51,55 ----
  }
  
! .login,.portal,.about
  {
        border-width: 1px;

Index: purple.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/css/purple.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** purple.css  29 Sep 2002 02:05:54 -0000      1.2
--- purple.css  20 Oct 2002 18:42:14 -0000      1.3
***************
*** 1,82 ****
! body
! {
!       margin-right: 0em;
!       margin-left: 0em;
!       margin-top: 0em;
!       margin-bottom: 0em;
!       background-color: #E4DFFF;
! }
! 
! table
  {
-       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: maroon;
-       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: maroon;
!       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: maroon;
-       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
  {
        background-color: #663366;
--- 1,23 ----
! body,p,td,th,table,input,form,option
  {
        color: #000000;
  }
  
! body
  {
!       background-color: #E4DFFF;
  }
  
! a:link,a:visited,a:active
  {
        color: maroon;
  }
  
  a:hover
  {
        color: red;
  }
  
! .navbar,.th
  {
        background-color: #663366;
***************
*** 88,142 ****
  }
  
! .row_on
! {
!       background-color: #9999FF;
! }
! 
! .row_off
! {
!       background-color: #EEEEEE;
! }
! 
! .th
  {
        background-color: #663366;
  }
  
! .th_bright
  {
!       background-color: #9999FF;
  }
  
! .th_text
  {
-       font-style: bold;
-       font-weight: bold;
-       color: #000000;
- }
- 
- .appheader
- {
-       font-style: bold;
-       font-weight: bold;
        background-color: #9999FF;
  }
  
! .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;
  }
  
--- 29,51 ----
  }
  
! .login,.portal,.about
  {
        background-color: #663366;
+       border-color: #000000;
  }
  
! .portal_text
  {
!       color: #FFFFFF;
  }
  
! .row_on,.th_bright,.app_header
  {
        background-color: #9999FF;
  }
  
! .row_off
  {
!       background-color: #EEEEEE;
  }
  

Index: red.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/css/red.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** red.css     29 Sep 2002 02:05:54 -0000      1.2
--- red.css     20 Oct 2002 18:42:14 -0000      1.3
***************
*** 1,79 ****
! body
! {
!       margin-right: 0em;
!       margin-left: 0em;
!       margin-top: 0em;
!       margin-bottom: 0em;
!       background-color: #ffbab7;
! }
! 
! table
  {
-       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: #990000;
!       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: #990000;
!       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: #990000;
-       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;
  }
  
--- 1,20 ----
! body,p,td,th,table,input,form,option
  {
        color: #000000;
  }
  
! body
  {
!       background-color: #ffbab7;
  }
  
! a:link,a:visited,a:active
  {
        color: #990000;
  }
  
  a:hover
  {
        color: red;
  }
  
***************
*** 88,142 ****
  }
  
! .row_on
  {
!       background-color: #DDDDDD;
! }
! 
! .row_off
! {
!       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;
!       font-style: normal;
!       font-weight: normal;
!       color: #000000;
!       line-height: normal;
!       text-decoration: none;
!       letter-spacing: 0em;
!       word-spacing: 0em;
  }
  
--- 29,56 ----
  }
  
! .login,.portal,.about
  {
!       background-color: #990000;
!       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;
  }
  

Index: rose.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/css/rose.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** rose.css    29 Sep 2002 02:05:54 -0000      1.2
--- rose.css    20 Oct 2002 18:42:14 -0000      1.3
***************
*** 1,82 ****
! body
! {
!       margin-right: 0em;
!       margin-left: 0em;
!       margin-top: 0em;
!       margin-bottom: 0em;
!       background-color: #ce9592;
! }
! 
! table
  {
-       border-width: 0;
- }
- 
- td
- {
-       font-family: Verdana,Arial,Helvetica,sans-serif;
-       font-size: 10pt;
-       font-style: normal;
-       font-weight: normal;
-       line-height: normal;
        color: #9d1811;
-       text-decoration: none;
-       letter-spacing: 0em;
-       word-spacing: 0em;
- }
- 
- a:link
- {
-       font-family: Verdana,Arial,Helvetica,sans-serif;
-       font-size: 10pt;
-       color: #666666;
-       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: #666666;
!       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: #666666;
-       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
  {
        background-color: #bd524a;
--- 1,23 ----
! body,p,td,th,table,input,form,option
  {
        color: #9d1811;
  }
  
! body
  {
!       background-color: #ce9592;
  }
  
! a:link,a:visited,a:active
  {
        color: #666666;
  }
  
  a:hover
  {
        color: red;
  }
  
! .navbar,.th
  {
        background-color: #bd524a;
***************
*** 89,144 ****
  }
  
! .row_on
! {
!       background-color: #DDDDDD;
! }
! 
! .row_off
  {
-       background-color: #ffbab7;
- }
- 
- .th
- {
-       color: #9d1811;
        background-color: #bd524a;
  }
  
! .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;
!       font-style: normal;
!       font-weight: normal;
!       color: #000000;
!       line-height: normal;
!       text-decoration: none;
!       letter-spacing: 0em;
!       word-spacing: 0em;
  }
  
--- 30,52 ----
  }
  
! .login,.portal,.about
  {
        background-color: #bd524a;
+       border-color: #000000;
  }
  
! .portal_text
  {
!       color: #FFFFFF;
  }
  
! .row_on,.th_bright,.app_header
  {
        background-color: #DDDDDD;
  }
  
! .row_off
  {
!       background-color: #ffbab7;
  }
  

Index: yellows.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/css/yellows.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** yellows.css 29 Sep 2002 02:05:54 -0000      1.2
--- yellows.css 20 Oct 2002 18:42:14 -0000      1.3
***************
*** 1,136 ****
! body
! {
!       margin-right: 0em;
!       margin-left: 0em;
!       margin-top: 0em;
!       margin-bottom: 0em;
!       background-color: #FBF1C5;
! }
! 
! table
  {
!       border-width: 0;
! }
! 
! td
! {
!       font-family: Verdana,Arial,Helvetica,sans-serif;
!       font-size: 10pt;
!       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: maroon;
!       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: maroon;
!       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: maroon;
-       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: #C5AA2B;
-       font-style: normal;
-       font-weight: normal;
-       line-height: normal;
-       text-decoration: none;
-       letter-spacing: 0em;
-       word-spacing: 0em;
  }
  
! .navbar
  {
        background-color: #F7E58F;
  }
  
! .row_on
  {
        background-color: #F7E58F;
  }
  
! .row_off
  {
!       background-color: #EAD688;
  }
  
! .th
  {
        background-color: #C8A63B;
  }
  
! .th_bright
! {
!       background-color: #F7E58F;
! }
! 
! .th_text
! {
!       font-style: bold;
!       font-weight: bold;
!       color: #000000;
! }
! 
! .appheader
! {
!       font-style: bold;
!       font-weight: bold;
!       background-color: #F7E58F;
! }
! 
! .functionmsg
! {
!       font-style: bold;
!       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;
  }
  
--- 1,46 ----
! body,p,td,th,table,input,form,option
  {
!       color: #000000;
  }
  
! body
  {
!       background-color: #FBF1C5;
  }
  
! a:link,a:visited,a:active
  {
        color: maroon;
  }
  
  a:hover
  {
        color: #C5AA2B;
  }
  
! .navbar,.th
  {
        background-color: #F7E58F;
  }
  
! .login,.portal,.about
  {
        background-color: #F7E58F;
+       border-color: #000000;
  }
  
! .portal_text
  {
!       color: #FFFFFF;
  }
  
! .row_on,.th_bright,.app_header
  {
        background-color: #C8A63B;
  }
  
! .row_off
  {
!       background-color: #EAD688;
  }
  
***************
*** 148,152 ****
  {
        background-color: #EAD688;
-       color: #000000;
  }
  
--- 58,61 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]