phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/verdilak/css phpgw.css,NONE,1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/verdilak/css phpgw.css,NONE,1.1 submarine.css,1.6,1.7
Date: Sun, 20 Oct 2002 14:42:17 -0400

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

Modified Files:
        submarine.css 
Added Files:
        phpgw.css 
Log Message:
update css

--- 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;
}

table
{
        border-width: 0;
}

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

a.th,a.th_text
{
        font-weight: bold;
}

table.portal
{
        width: 100%;
}

table.about
{
        width: 70%;
}

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

.login,.portal,.about
{
        border-width: 1px;
        border-style: ridge;
}

.portal_text
{
        font-weight: bold;
        background: url(../images/bg_filler.png);
}

.small_text
{
        font-size: 80%;
}

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

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

.app_header,.th
{
        font-weight: bold;
}

Index: submarine.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/verdilak/css/submarine.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** submarine.css       6 Oct 2002 18:04:05 -0000       1.6
--- submarine.css       20 Oct 2002 18:42:15 -0000      1.7
***************
*** 1,33 ****
  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-color: #FFFFFF;
  }
  
- table
- {
-       border-width: 0;
- }
- 
  a:link,a:visited,a:active
  {
        color: mediumblue;
-       text-decoration: none;
  }
  
--- 1,15 ----
***************
*** 35,85 ****
  {
        color: #cc0000;
-       text-decoration: none;
  }
  
! .portal
  {
        background-color: #80BBFF;
-       border-width: 1px;
-       border-color: #000000;
-       border-style: ridge;
-       width: 100%;
- }
- 
- .portal_text
- {
-       color: #FFFFFF;
-       font-weight: bold;
-       background: url(../../default/images/bg_filler.png);
  }
  
! .whitetext
  {
!       color: #FFFFFF;
! }
! 
! .small_text
! {
!       font-size: 80%;
  }
  
! .headertext
  {
-       font-size: 110%;
-       font-weight: bold;
        color: #FFFFFF;
  }
  
! .inputtext
! {
!       background-color: #FFFFFF;
! }
! 
! .button_text,.linktext,.cal_dayview
! {
!       background-color: #c0c0c0;
! }
! 
! .row_on,.th_bright
  {
        background-color: #CCEEFF;
--- 17,39 ----
  {
        color: #cc0000;
  }
  
! .navbar,.th
  {
        background-color: #80BBFF;
  }
  
! .login,.portal,.about
  {
!       background-color: #80BBFF;
!       border-color: #000000;
  }
  
! .portal_text
  {
        color: #FFFFFF;
  }
  
! .row_on,.th_bright,.app_header
  {
        background-color: #CCEEFF;
***************
*** 91,113 ****
  }
  
! .th
! {
!       background-color: #80BBFF;
! }
! 
! .th_text,.app_header_text
! {
!       font-weight: bold;
! }
! 
! .app_header
  {
!       font-weight: bold;
!       background-color: #CCEEFF;
  }
  
! .cal_today
  {
!       background-color: #FFFFCC;
  }
  
--- 45,56 ----
  }
  
! .cal_today
  {
!       background-color: #FFFFCC;
  }
  
! .cal_dayview
  {
!       background-color: #C0C0C0;
  }
  





reply via email to

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