phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/themes default.theme,1.3,1.4 idsociety.


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/themes default.theme,1.3,1.4 idsociety.theme,1.9,1.10
Date: Fri, 24 May 2002 06:38:06 -0400

Update of /cvsroot/phpgroupware/phpgwapi/themes
In directory subversions:/tmp/cvs-serv16807/phpgwapi/themes

Modified Files:
        default.theme idsociety.theme 
Log Message:
made changes to the loading of the header, navbar, appheader, and footers

Index: default.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/default.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** default.theme       8 May 2002 01:31:10 -0000       1.3
--- default.theme       24 May 2002 10:38:03 -0000      1.4
***************
*** 45,46 ****
--- 45,58 ----
        $phpgw_info['theme']['em_folder']      = '#666699';
        $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
+ 
+ 
+       // This is the CSS definition
+       $phpgw_info['theme']['css']['.navbar'] = 'font-family: 
Verdana;font-size: 8pt; color:#000000;}';
+       $phpgw_info['theme']['css']['.bodytext'] = 'font-family: Verdana;       
font-size: 8pt; color:#000000;';
+       $phpgw_info['theme']['css']['.whitetext'] = 'font-family: Verdana; 
font-size: 8pt; color:#ffffff;';
+       $phpgw_info['theme']['css']['.headertext'] = 'font-family: Verdana;     
font-size: 11pt; font-weight: bold;     color:#ffffff;';
+       $phpgw_info['theme']['css']['.inputtext'] = '   font-family: Verdana;   
font-size: 8pt; color="#000000"; background-color="#ffffff";';
+       $phpgw_info['theme']['css']['.buttontext'] = 'font-family: Verdana;     
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
+       $phpgw_info['theme']['css']['.linktext'] = 'font-family: Verdana; 
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
+       $phpgw_info['theme']['css']['.row_on'] = 'font-family: Verdana; 
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
+       $phpgw_info['theme']['css']['.row_off'] = 'font-family: Verdana; 
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';

Index: idsociety.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/idsociety.theme,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** idsociety.theme     8 May 2002 01:31:10 -0000       1.9
--- idsociety.theme     24 May 2002 10:38:03 -0000      1.10
***************
*** 49,50 ****
--- 49,61 ----
        $phpgw_info['theme']['em_folder']      = '#adadad';
        $phpgw_info['theme']['em_folder_text'] = '#ffffff';
+ 
+       // This is the CSS definition
+       $phpgw_info['theme']['css']['.navbar'] = 'font-family: 
Verdana;font-size: 8pt; color:#000000;}';
+       $phpgw_info['theme']['css']['.bodytext'] = 'font-family: Verdana;       
font-size: 8pt; color:#000000;';
+       $phpgw_info['theme']['css']['.whitetext'] = 'font-family: Verdana; 
font-size: 8pt; color:#ffffff;';
+       $phpgw_info['theme']['css']['.headertext'] = 'font-family: Verdana;     
font-size: 11pt; font-weight: bold;     color:#ffffff;';
+       $phpgw_info['theme']['css']['.inputtext'] = '   font-family: Verdana;   
font-size: 8pt; color="#000000"; background-color="#ffffff";';
+       $phpgw_info['theme']['css']['.buttontext'] = 'font-family: Verdana;     
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
+       $phpgw_info['theme']['css']['.linktext'] = 'font-family: Verdana; 
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
+       $phpgw_info['theme']['css']['.row_on'] = 'font-family: Verdana; 
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
+       $phpgw_info['theme']['css']['.row_off'] = 'font-family: Verdana; 
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';




reply via email to

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