forked from extern/egroupware
Added in some new themes
This commit is contained in:
parent
40d3507e7a
commit
8415b69f34
46
phpgwapi/themes/black.theme
Normal file
46
phpgwapi/themes/black.theme
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
<?php
|
||||||
|
/**************************************************************************\
|
||||||
|
* phpGroupWare *
|
||||||
|
* http://www.phpgroupware.org *
|
||||||
|
* -------------------------------------------- *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms of the GNU General Public License as published by the *
|
||||||
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||||
|
* option) any later version. *
|
||||||
|
\**************************************************************************/
|
||||||
|
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
$phpgw_info["theme"]["bg_color"]= "FFFFFF";
|
||||||
|
$phpgw_info["theme"]["bg_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["vlink"]= "blue";
|
||||||
|
$phpgw_info["theme"]["alink"]= "red";
|
||||||
|
$phpgw_info["theme"]["link"]= "blue";
|
||||||
|
$phpgw_info["theme"]["row_on"]= "DDDDDD";
|
||||||
|
$phpgw_info["theme"]["row_off"]= "EEEEEE";
|
||||||
|
$phpgw_info["theme"]["row_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["th_bg"]= "D3DCE3";
|
||||||
|
$phpgw_info["theme"]["th_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["navbar_bg"]= "000000";
|
||||||
|
$phpgw_info["theme"]["navbar_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["table_bg"]= "9999FF";
|
||||||
|
$phpgw_info["theme"]["table_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["font"]= "Arial, Helvetica, san-serif";
|
||||||
|
$phpgw_info["theme"]["bg01"]= "dadada";
|
||||||
|
$phpgw_info["theme"]["bg02"]= "dad0d0";
|
||||||
|
$phpgw_info["theme"]["bg03"]= "dacaca";
|
||||||
|
$phpgw_info["theme"]["bg04"]= "dac0c0";
|
||||||
|
$phpgw_info["theme"]["bg05"]= "dababa";
|
||||||
|
$phpgw_info["theme"]["bg06"]= "dab0b0";
|
||||||
|
$phpgw_info["theme"]["bg07"]= "daaaaa";
|
||||||
|
$phpgw_info["theme"]["bg08"]= "da9090";
|
||||||
|
$phpgw_info["theme"]["bg09"]= "da8a8a";
|
||||||
|
$phpgw_info["theme"]["bg10"]= "da7a7a";
|
||||||
|
|
||||||
|
// Theses are for the calendar only
|
||||||
|
$phpgw_info["theme"]["cal_today"]= "FFFFCC";
|
||||||
|
$phpgw_info["theme"]["cal_dayview"]= "C0C0C0";
|
||||||
|
|
||||||
|
// These are for the email only
|
||||||
|
$phpgw_info["theme"]["em_folder"]= "666699";
|
||||||
|
$phpgw_info["theme"]["em_folder_text"]= "FFFFFF";
|
46
phpgwapi/themes/brown.theme
Normal file
46
phpgwapi/themes/brown.theme
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
<?php
|
||||||
|
/**************************************************************************\
|
||||||
|
* phpGroupWare *
|
||||||
|
* http://www.phpgroupware.org *
|
||||||
|
* -------------------------------------------- *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms of the GNU General Public License as published by the *
|
||||||
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||||
|
* option) any later version. *
|
||||||
|
\**************************************************************************/
|
||||||
|
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
$phpgw_info["theme"]["bg_color"]= "FFFFFF";
|
||||||
|
$phpgw_info["theme"]["bg_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["vlink"]= "blue";
|
||||||
|
$phpgw_info["theme"]["alink"]= "red";
|
||||||
|
$phpgw_info["theme"]["link"]= "blue";
|
||||||
|
$phpgw_info["theme"]["row_on"]= "DDDDDD";
|
||||||
|
$phpgw_info["theme"]["row_off"]= "EEEEEE";
|
||||||
|
$phpgw_info["theme"]["row_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["th_bg"]= "D3DCE3";
|
||||||
|
$phpgw_info["theme"]["th_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["navbar_bg"]= "5A0000";
|
||||||
|
$phpgw_info["theme"]["navbar_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["table_bg"]= "9999FF";
|
||||||
|
$phpgw_info["theme"]["table_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["font"]= "Arial, Helvetica, san-serif";
|
||||||
|
$phpgw_info["theme"]["bg01"]= "dadada";
|
||||||
|
$phpgw_info["theme"]["bg02"]= "dad0d0";
|
||||||
|
$phpgw_info["theme"]["bg03"]= "dacaca";
|
||||||
|
$phpgw_info["theme"]["bg04"]= "dac0c0";
|
||||||
|
$phpgw_info["theme"]["bg05"]= "dababa";
|
||||||
|
$phpgw_info["theme"]["bg06"]= "dab0b0";
|
||||||
|
$phpgw_info["theme"]["bg07"]= "daaaaa";
|
||||||
|
$phpgw_info["theme"]["bg08"]= "da9090";
|
||||||
|
$phpgw_info["theme"]["bg09"]= "da8a8a";
|
||||||
|
$phpgw_info["theme"]["bg10"]= "da7a7a";
|
||||||
|
|
||||||
|
// Theses are for the calendar only
|
||||||
|
$phpgw_info["theme"]["cal_today"]= "FFFFCC";
|
||||||
|
$phpgw_info["theme"]["cal_dayview"]= "C0C0C0";
|
||||||
|
|
||||||
|
// These are for the email only
|
||||||
|
$phpgw_info["theme"]["em_folder"]= "666699";
|
||||||
|
$phpgw_info["theme"]["em_folder_text"]= "FFFFFF";
|
46
phpgwapi/themes/darkblue.theme
Normal file
46
phpgwapi/themes/darkblue.theme
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
<?php
|
||||||
|
/**************************************************************************\
|
||||||
|
* phpGroupWare *
|
||||||
|
* http://www.phpgroupware.org *
|
||||||
|
* -------------------------------------------- *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms of the GNU General Public License as published by the *
|
||||||
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||||
|
* option) any later version. *
|
||||||
|
\**************************************************************************/
|
||||||
|
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
$phpgw_info["theme"]["bg_color"]= "FFFFFF";
|
||||||
|
$phpgw_info["theme"]["bg_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["vlink"]= "blue";
|
||||||
|
$phpgw_info["theme"]["alink"]= "red";
|
||||||
|
$phpgw_info["theme"]["link"]= "blue";
|
||||||
|
$phpgw_info["theme"]["row_on"]= "DDDDDD";
|
||||||
|
$phpgw_info["theme"]["row_off"]= "EEEEEE";
|
||||||
|
$phpgw_info["theme"]["row_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["th_bg"]= "D3DCE3";
|
||||||
|
$phpgw_info["theme"]["th_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["navbar_bg"]= "000099";
|
||||||
|
$phpgw_info["theme"]["navbar_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["table_bg"]= "9999FF";
|
||||||
|
$phpgw_info["theme"]["table_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["font"]= "Arial, Helvetica, san-serif";
|
||||||
|
$phpgw_info["theme"]["bg01"]= "dadada";
|
||||||
|
$phpgw_info["theme"]["bg02"]= "dad0d0";
|
||||||
|
$phpgw_info["theme"]["bg03"]= "dacaca";
|
||||||
|
$phpgw_info["theme"]["bg04"]= "dac0c0";
|
||||||
|
$phpgw_info["theme"]["bg05"]= "dababa";
|
||||||
|
$phpgw_info["theme"]["bg06"]= "dab0b0";
|
||||||
|
$phpgw_info["theme"]["bg07"]= "daaaaa";
|
||||||
|
$phpgw_info["theme"]["bg08"]= "da9090";
|
||||||
|
$phpgw_info["theme"]["bg09"]= "da8a8a";
|
||||||
|
$phpgw_info["theme"]["bg10"]= "da7a7a";
|
||||||
|
|
||||||
|
// Theses are for the calendar only
|
||||||
|
$phpgw_info["theme"]["cal_today"]= "FFFFCC";
|
||||||
|
$phpgw_info["theme"]["cal_dayview"]= "C0C0C0";
|
||||||
|
|
||||||
|
// These are for the email only
|
||||||
|
$phpgw_info["theme"]["em_folder"]= "666699";
|
||||||
|
$phpgw_info["theme"]["em_folder_text"]= "FFFFFF";
|
46
phpgwapi/themes/darkgreen.theme
Normal file
46
phpgwapi/themes/darkgreen.theme
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
<?php
|
||||||
|
/**************************************************************************\
|
||||||
|
* phpGroupWare *
|
||||||
|
* http://www.phpgroupware.org *
|
||||||
|
* -------------------------------------------- *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms of the GNU General Public License as published by the *
|
||||||
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||||
|
* option) any later version. *
|
||||||
|
\**************************************************************************/
|
||||||
|
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
$phpgw_info["theme"]["bg_color"]= "FFFFFF";
|
||||||
|
$phpgw_info["theme"]["bg_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["vlink"]= "blue";
|
||||||
|
$phpgw_info["theme"]["alink"]= "red";
|
||||||
|
$phpgw_info["theme"]["link"]= "blue";
|
||||||
|
$phpgw_info["theme"]["row_on"]= "DDDDDD";
|
||||||
|
$phpgw_info["theme"]["row_off"]= "EEEEEE";
|
||||||
|
$phpgw_info["theme"]["row_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["th_bg"]= "D3DCE3";
|
||||||
|
$phpgw_info["theme"]["th_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["navbar_bg"]= "003300";
|
||||||
|
$phpgw_info["theme"]["navbar_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["table_bg"]= "9999FF";
|
||||||
|
$phpgw_info["theme"]["table_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["font"]= "Arial, Helvetica, san-serif";
|
||||||
|
$phpgw_info["theme"]["bg01"]= "dadada";
|
||||||
|
$phpgw_info["theme"]["bg02"]= "dad0d0";
|
||||||
|
$phpgw_info["theme"]["bg03"]= "dacaca";
|
||||||
|
$phpgw_info["theme"]["bg04"]= "dac0c0";
|
||||||
|
$phpgw_info["theme"]["bg05"]= "dababa";
|
||||||
|
$phpgw_info["theme"]["bg06"]= "dab0b0";
|
||||||
|
$phpgw_info["theme"]["bg07"]= "daaaaa";
|
||||||
|
$phpgw_info["theme"]["bg08"]= "da9090";
|
||||||
|
$phpgw_info["theme"]["bg09"]= "da8a8a";
|
||||||
|
$phpgw_info["theme"]["bg10"]= "da7a7a";
|
||||||
|
|
||||||
|
// Theses are for the calendar only
|
||||||
|
$phpgw_info["theme"]["cal_today"]= "FFFFCC";
|
||||||
|
$phpgw_info["theme"]["cal_dayview"]= "C0C0C0";
|
||||||
|
|
||||||
|
// These are for the email only
|
||||||
|
$phpgw_info["theme"]["em_folder"]= "666699";
|
||||||
|
$phpgw_info["theme"]["em_folder_text"]= "FFFFFF";
|
46
phpgwapi/themes/lightblue.theme
Normal file
46
phpgwapi/themes/lightblue.theme
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
<?php
|
||||||
|
/**************************************************************************\
|
||||||
|
* phpGroupWare *
|
||||||
|
* http://www.phpgroupware.org *
|
||||||
|
* -------------------------------------------- *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms of the GNU General Public License as published by the *
|
||||||
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||||
|
* option) any later version. *
|
||||||
|
\**************************************************************************/
|
||||||
|
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
$phpgw_info["theme"]["bg_color"]= "FFFFFF";
|
||||||
|
$phpgw_info["theme"]["bg_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["vlink"]= "blue";
|
||||||
|
$phpgw_info["theme"]["alink"]= "red";
|
||||||
|
$phpgw_info["theme"]["link"]= "blue";
|
||||||
|
$phpgw_info["theme"]["row_on"]= "DDDDDD";
|
||||||
|
$phpgw_info["theme"]["row_off"]= "EEEEEE";
|
||||||
|
$phpgw_info["theme"]["row_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["th_bg"]= "D3DCE3";
|
||||||
|
$phpgw_info["theme"]["th_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["navbar_bg"]= "486591";
|
||||||
|
$phpgw_info["theme"]["navbar_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["table_bg"]= "9999FF";
|
||||||
|
$phpgw_info["theme"]["table_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["font"]= "Arial, Helvetica, san-serif";
|
||||||
|
$phpgw_info["theme"]["bg01"]= "dadada";
|
||||||
|
$phpgw_info["theme"]["bg02"]= "dad0d0";
|
||||||
|
$phpgw_info["theme"]["bg03"]= "dacaca";
|
||||||
|
$phpgw_info["theme"]["bg04"]= "dac0c0";
|
||||||
|
$phpgw_info["theme"]["bg05"]= "dababa";
|
||||||
|
$phpgw_info["theme"]["bg06"]= "dab0b0";
|
||||||
|
$phpgw_info["theme"]["bg07"]= "daaaaa";
|
||||||
|
$phpgw_info["theme"]["bg08"]= "da9090";
|
||||||
|
$phpgw_info["theme"]["bg09"]= "da8a8a";
|
||||||
|
$phpgw_info["theme"]["bg10"]= "da7a7a";
|
||||||
|
|
||||||
|
// Theses are for the calendar only
|
||||||
|
$phpgw_info["theme"]["cal_today"]= "FFFFCC";
|
||||||
|
$phpgw_info["theme"]["cal_dayview"]= "C0C0C0";
|
||||||
|
|
||||||
|
// These are for the email only
|
||||||
|
$phpgw_info["theme"]["em_folder"]= "666699";
|
||||||
|
$phpgw_info["theme"]["em_folder_text"]= "FFFFFF";
|
46
phpgwapi/themes/lightbrown.theme
Normal file
46
phpgwapi/themes/lightbrown.theme
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
<?php
|
||||||
|
/**************************************************************************\
|
||||||
|
* phpGroupWare *
|
||||||
|
* http://www.phpgroupware.org *
|
||||||
|
* -------------------------------------------- *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms of the GNU General Public License as published by the *
|
||||||
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||||
|
* option) any later version. *
|
||||||
|
\**************************************************************************/
|
||||||
|
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
$phpgw_info["theme"]["bg_color"]= "FFFFFF";
|
||||||
|
$phpgw_info["theme"]["bg_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["vlink"]= "blue";
|
||||||
|
$phpgw_info["theme"]["alink"]= "red";
|
||||||
|
$phpgw_info["theme"]["link"]= "blue";
|
||||||
|
$phpgw_info["theme"]["row_on"]= "DDDDDD";
|
||||||
|
$phpgw_info["theme"]["row_off"]= "EEEEEE";
|
||||||
|
$phpgw_info["theme"]["row_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["th_bg"]= "D3DCE3";
|
||||||
|
$phpgw_info["theme"]["th_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["navbar_bg"]= "885522";
|
||||||
|
$phpgw_info["theme"]["navbar_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["table_bg"]= "9999FF";
|
||||||
|
$phpgw_info["theme"]["table_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["font"]= "Arial, Helvetica, san-serif";
|
||||||
|
$phpgw_info["theme"]["bg01"]= "dadada";
|
||||||
|
$phpgw_info["theme"]["bg02"]= "dad0d0";
|
||||||
|
$phpgw_info["theme"]["bg03"]= "dacaca";
|
||||||
|
$phpgw_info["theme"]["bg04"]= "dac0c0";
|
||||||
|
$phpgw_info["theme"]["bg05"]= "dababa";
|
||||||
|
$phpgw_info["theme"]["bg06"]= "dab0b0";
|
||||||
|
$phpgw_info["theme"]["bg07"]= "daaaaa";
|
||||||
|
$phpgw_info["theme"]["bg08"]= "da9090";
|
||||||
|
$phpgw_info["theme"]["bg09"]= "da8a8a";
|
||||||
|
$phpgw_info["theme"]["bg10"]= "da7a7a";
|
||||||
|
|
||||||
|
// Theses are for the calendar only
|
||||||
|
$phpgw_info["theme"]["cal_today"]= "FFFFCC";
|
||||||
|
$phpgw_info["theme"]["cal_dayview"]= "C0C0C0";
|
||||||
|
|
||||||
|
// These are for the email only
|
||||||
|
$phpgw_info["theme"]["em_folder"]= "666699";
|
||||||
|
$phpgw_info["theme"]["em_folder_text"]= "FFFFFF";
|
46
phpgwapi/themes/purple.theme
Normal file
46
phpgwapi/themes/purple.theme
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
<?php
|
||||||
|
/**************************************************************************\
|
||||||
|
* phpGroupWare *
|
||||||
|
* http://www.phpgroupware.org *
|
||||||
|
* -------------------------------------------- *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms of the GNU General Public License as published by the *
|
||||||
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||||
|
* option) any later version. *
|
||||||
|
\**************************************************************************/
|
||||||
|
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
$phpgw_info["theme"]["bg_color"]= "FFFFFF";
|
||||||
|
$phpgw_info["theme"]["bg_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["vlink"]= "blue";
|
||||||
|
$phpgw_info["theme"]["alink"]= "red";
|
||||||
|
$phpgw_info["theme"]["link"]= "blue";
|
||||||
|
$phpgw_info["theme"]["row_on"]= "DDDDDD";
|
||||||
|
$phpgw_info["theme"]["row_off"]= "EEEEEE";
|
||||||
|
$phpgw_info["theme"]["row_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["th_bg"]= "D3DCE3";
|
||||||
|
$phpgw_info["theme"]["th_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["navbar_bg"]= "663366";
|
||||||
|
$phpgw_info["theme"]["navbar_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["table_bg"]= "9999FF";
|
||||||
|
$phpgw_info["theme"]["table_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["font"]= "Arial, Helvetica, san-serif";
|
||||||
|
$phpgw_info["theme"]["bg01"]= "dadada";
|
||||||
|
$phpgw_info["theme"]["bg02"]= "dad0d0";
|
||||||
|
$phpgw_info["theme"]["bg03"]= "dacaca";
|
||||||
|
$phpgw_info["theme"]["bg04"]= "dac0c0";
|
||||||
|
$phpgw_info["theme"]["bg05"]= "dababa";
|
||||||
|
$phpgw_info["theme"]["bg06"]= "dab0b0";
|
||||||
|
$phpgw_info["theme"]["bg07"]= "daaaaa";
|
||||||
|
$phpgw_info["theme"]["bg08"]= "da9090";
|
||||||
|
$phpgw_info["theme"]["bg09"]= "da8a8a";
|
||||||
|
$phpgw_info["theme"]["bg10"]= "da7a7a";
|
||||||
|
|
||||||
|
// Theses are for the calendar only
|
||||||
|
$phpgw_info["theme"]["cal_today"]= "FFFFCC";
|
||||||
|
$phpgw_info["theme"]["cal_dayview"]= "C0C0C0";
|
||||||
|
|
||||||
|
// These are for the email only
|
||||||
|
$phpgw_info["theme"]["em_folder"]= "666699";
|
||||||
|
$phpgw_info["theme"]["em_folder_text"]= "FFFFFF";
|
46
phpgwapi/themes/red.theme
Normal file
46
phpgwapi/themes/red.theme
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
<?php
|
||||||
|
/**************************************************************************\
|
||||||
|
* phpGroupWare *
|
||||||
|
* http://www.phpgroupware.org *
|
||||||
|
* -------------------------------------------- *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms of the GNU General Public License as published by the *
|
||||||
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||||
|
* option) any later version. *
|
||||||
|
\**************************************************************************/
|
||||||
|
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
$phpgw_info["theme"]["bg_color"]= "FFFFFF";
|
||||||
|
$phpgw_info["theme"]["bg_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["vlink"]= "blue";
|
||||||
|
$phpgw_info["theme"]["alink"]= "red";
|
||||||
|
$phpgw_info["theme"]["link"]= "blue";
|
||||||
|
$phpgw_info["theme"]["row_on"]= "DDDDDD";
|
||||||
|
$phpgw_info["theme"]["row_off"]= "EEEEEE";
|
||||||
|
$phpgw_info["theme"]["row_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["th_bg"]= "D3DCE3";
|
||||||
|
$phpgw_info["theme"]["th_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["navbar_bg"]= "990000";
|
||||||
|
$phpgw_info["theme"]["navbar_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["table_bg"]= "9999FF";
|
||||||
|
$phpgw_info["theme"]["table_text"]= "000000";
|
||||||
|
$phpgw_info["theme"]["font"]= "Arial, Helvetica, san-serif";
|
||||||
|
$phpgw_info["theme"]["bg01"]= "dadada";
|
||||||
|
$phpgw_info["theme"]["bg02"]= "dad0d0";
|
||||||
|
$phpgw_info["theme"]["bg03"]= "dacaca";
|
||||||
|
$phpgw_info["theme"]["bg04"]= "dac0c0";
|
||||||
|
$phpgw_info["theme"]["bg05"]= "dababa";
|
||||||
|
$phpgw_info["theme"]["bg06"]= "dab0b0";
|
||||||
|
$phpgw_info["theme"]["bg07"]= "daaaaa";
|
||||||
|
$phpgw_info["theme"]["bg08"]= "da9090";
|
||||||
|
$phpgw_info["theme"]["bg09"]= "da8a8a";
|
||||||
|
$phpgw_info["theme"]["bg10"]= "da7a7a";
|
||||||
|
|
||||||
|
// Theses are for the calendar only
|
||||||
|
$phpgw_info["theme"]["cal_today"]= "FFFFCC";
|
||||||
|
$phpgw_info["theme"]["cal_dayview"]= "C0C0C0";
|
||||||
|
|
||||||
|
// These are for the email only
|
||||||
|
$phpgw_info["theme"]["em_folder"]= "666699";
|
||||||
|
$phpgw_info["theme"]["em_folder_text"]= "FFFFFF";
|
Loading…
Reference in New Issue
Block a user