phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/idsociety/css dove.css,NONE,1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/idsociety/css dove.css,NONE,1.1 phpgw.css,NONE,1.1 idsociety.css,1.6,1.7 submarine.css,1.11,1.12
Date: Sat, 19 Oct 2002 16:46:10 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/idsociety/css
In directory subversions:/tmp/cvs-serv3920/css

Modified Files:
        idsociety.css submarine.css 
Added Files:
        dove.css phpgw.css 
Log Message:
update themes

--- NEW FILE ---
body,p,td,th,table,input,form,option
{
        color: #000000;
}

a:link,a:active,a:visited
{
        color: #336699;
}

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
{
        background-color: #486591;
        border-color: #000000;
}

.portal_text
{
        color: #FFFFFF;
}

.row_on,.th_bright
{
        background-color: #fefefe;
}

.row_off
{
        background-color: #e6e6e6;
}

.th
{
        background-color: #486591;
}

.th_text,.app_header_text
{
        color: #000000;
}

.app_header
{
        background-color: #fefefe;
}

.cal_today
{
        background-color: #ffffcc;
}

.email_folder
{
        background-color: #486591;
        color: #ffffff;
}

--- NEW FILE ---
body,p,td,th,table,input,form,option
{
        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;
}

body
{
        margin-right: 0em;
        margin-left: 0em;
        margin-top: 0em;
        margin-bottom: 0em;
        background: url(../images/content_spacer_middle.png);
}

table
{
        border-width: 0;
}

a:link,a:visited,a:active,a:hover
{
        text-decoration: none;
}

table.portal
{
        width: 100%;
}

table.login
{
        margin-top: 130px;
        width: 40%;
        text-align: center;
}

.login,.portal
{
        border-width: 1px;
        border-style: ridge;
}
.portal_text
{
        font-weight: bold;
        background: url(../../default/images/bg_filler.png);
}

.small_text
{
        font-size: 80%;
}

.headertext
{
        font-size: 110%;
        font-weight: bold;
}

.th_text,.app_header_text
{
        font-weight: bold;
}

.app_header
{
        font-weight: bold;
}


Index: idsociety.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/idsociety/css/idsociety.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** idsociety.css       6 Oct 2002 18:04:05 -0000       1.6
--- idsociety.css       19 Oct 2002 20:46:08 -0000      1.7
***************
*** 1,27 ****
  body,p,td,th,table,input,form,option
  {
-       font-family: Verdana,Arial,Helvetica,sans-serif;
-       font-size: 10pt;
        color: #000000;
-       font-style: normal;
-       font-weight: normal;
-       line-height: normal;
-       text-decoration: none;
-       letter-spacing: 0em;
-       word-spacing: 0em;
- }
- 
- body
- {
-       margin-right: 0em;
-       margin-left: 0em;
-       margin-top: 0em;
-       margin-bottom: 0em;
-       background: url(../images/content_spacer_middle.png);
- }
- 
- table
- {
-       border-width: 0;
  }
  
--- 1,5 ----
***************
*** 29,33 ****
  {
        color: #336699;
-       text-decoration: none;
  }
  
--- 7,10 ----
***************
*** 35,39 ****
  {
        color: #333366;
-       text-decoration: none;
  }
  
--- 12,15 ----
***************
*** 41,45 ****
  {
        color: #cc0000;
-       text-decoration: none;
  }
  
--- 17,20 ----
***************
*** 54,66 ****
  }
  
- .small_text
- {
-       font-size: 80%;
- }
- 
  .headertext
  {
-       font-size: 110%;
-       font-weight: bold;
        color: #FFFFFF;
  }
--- 29,34 ----
***************
*** 76,85 ****
  }
  
! .portal
  {
        background-color: #ADADAD;
-       border-width: 1px;
        border-color: #000000;
-       border-style: ridge;
  }
  
--- 44,51 ----
  }
  
! .login,.portal
  {
        background-color: #ADADAD;
        border-color: #000000;
  }
  
***************
*** 87,92 ****
  {
        color: #FFFFFF;
-       font-weight: bold;
-       background: url(../../default/images/bg_filler.png);
  }
  
--- 53,56 ----
***************
*** 108,112 ****
  .th_text,.app_header_text
  {
-       font-weight: bold;
        color: #000000;
  }
--- 72,75 ----
***************
*** 114,118 ****
  .app_header
  {
-       font-weight: bold;
        background-color: #DDDDDD;
  }
--- 77,80 ----

Index: submarine.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/idsociety/css/submarine.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** submarine.css       6 Oct 2002 18:04:05 -0000       1.11
--- submarine.css       19 Oct 2002 20:46:08 -0000      1.12
***************
*** 1,27 ****
  body,p,td,th,table,input,form,option
  {
-       font-family: Verdana,Arial,Helvetica,sans-serif;
-       font-size: 10pt;
        color: #000000;
-       font-style: normal;
-       font-weight: normal;
-       line-height: normal;
-       text-decoration: none;
-       letter-spacing: 0em;
-       word-spacing: 0em;
- }
- 
- body
- {
-       margin-right: 0em;
-       margin-left: 0em;
-       margin-top: 0em;
-       margin-bottom: 0em;
-       background: url(../images/content_spacer_middle.png);
- }
- 
- table
- {
-       border-width: 0;
  }
  
--- 1,5 ----
***************
*** 29,33 ****
  {
        color: mediumblue;
-       text-decoration: none;
  }
  
--- 7,10 ----
***************
*** 35,48 ****
  {
        color: #cc0000;
-       text-decoration: none;
  }
  
! .portal
  {
        background-color: #80BBFF;
-       border-width: 1px;
        border-color: #000000;
-       border-style: ridge;
-       width: 100%;
  }
  
--- 12,21 ----
  {
        color: #cc0000;
  }
  
! .login,.portal
  {
        background-color: #80BBFF;
        border-color: #000000;
  }
  
***************
*** 50,55 ****
  {
        color: #FFFFFF;
-       font-weight: bold;
-       background: url(../../default/images/bg_filler.png);
  }
  
--- 23,26 ----
***************
*** 59,71 ****
  }
  
- .small_text
- {
-       font-size: 80%;
- }
- 
  .headertext
  {
-       font-size: 110%;
-       font-weight: bold;
        color: #FFFFFF;
  }
--- 30,35 ----
***************
*** 96,107 ****
  }
  
- .th_text,.app_header_text
- {
-       font-weight: bold;
- }
  
  .app_header
  {
-       font-weight: bold;
        background-color: #CCEEFF;
  }
--- 60,66 ----





reply via email to

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