source: trunk/phpgwapi/themes/azul.theme @ 1593

Revision 1593, 2.2 KB checked in by rafaelraymundo, 14 years ago (diff)

Ticket #714 - Botoes reposicionados e mapa de horario em destaque ao ocorrer conflito

  • Property svn:executable set to *
Line 
1<?php
2        /**************************************************************************\
3        * phpGroupWare                                                             *
4        * http://www.phpgroupware.org                                              *
5        * --------------------------------------------                             *
6        *  This program is free software; you can redistribute it and/or modify it *
7        *  under the terms of the GNU General Public License as published by the   *
8        *  Free Software Foundation; either version 2 of the License, or (at your  *
9        *  option) any later version.                                              *
10        \**************************************************************************/
11
12        /* $Id: default.theme,v 1.8 2003/10/01 15:12:30 ralfbecker Exp $ */
13        $phpgw_info['theme']['bg_color']    = '#FFFFFF';
14        $phpgw_info['theme']['bg_text']     = '#000000';
15        $phpgw_info['theme']['vlink']       = 'blue';
16        $phpgw_info['theme']['alink']       = 'red';
17        $phpgw_info['theme']['link']        = 'blue';
18        $phpgw_info['theme']['row_on']      = '#f4f8fb';
19        $phpgw_info['theme']['row_off']         = '#ffffff';
20        $phpgw_info['theme']['row_text']    = '#000000';
21        $phpgw_info['theme']['th_bg']       = '#D3DCE3';
22        $phpgw_info['theme']['th_text']     = '#000000';
23        $phpgw_info['theme']['navbar_bg']   = '#9999FF';
24        $phpgw_info['theme']['navbar_text'] = '#FFFFFF';
25        $phpgw_info['theme']['table_bg']    = '#9999FF';
26        $phpgw_info['theme']['table_text']  = '#000000';
27        $phpgw_info['theme']['font']        = 'Arial, Helvetica, san-serif';
28        $phpgw_info['theme']['bg01']        = '#dadada';
29        $phpgw_info['theme']['bg02']        = '#dad0d0';
30        $phpgw_info['theme']['bg03']        = '#dacaca';
31        $phpgw_info['theme']['bg04']        = '#dac0c0';
32        $phpgw_info['theme']['bg05']        = '#dababa';
33        $phpgw_info['theme']['bg06']        = '#dab0b0';
34        $phpgw_info['theme']['bg07']        = '#daaaaa';
35        $phpgw_info['theme']['bg08']        = '#da9090';
36        $phpgw_info['theme']['bg09']        = '#da8a8a';
37        $phpgw_info['theme']['bg10']        = '#da7a7a';
38        $phpgw_info['theme']['bg11']        = '#da3a3a';
39
40        // Theses are for the calendar only
41        $phpgw_info['theme']['cal_today']   = '#FFFFCC';
42        $phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
Note: See TracBrowser for help on using the repository browser.