steffen: server/kolab-horde-fbview/kolab-horde-fbview/fbview/kronolith/config/themes html-bluewhite.php, NONE, 1.1 html-simplex.php, NONE, 1.1

cvs at intevation.de cvs at intevation.de
Mon Oct 31 12:43:19 CET 2005


Author: steffen

Update of /kolabrepository/server/kolab-horde-fbview/kolab-horde-fbview/fbview/kronolith/config/themes
In directory doto:/tmp/cvs-serv18388/kolab-horde-fbview/kolab-horde-fbview/fbview/kronolith/config/themes

Added Files:
	html-bluewhite.php html-simplex.php 
Log Message:
Fbview in separate package

--- NEW FILE: html-bluewhite.php ---
<?php
/**
 * $Horde: kronolith/config/themes/html-bluewhite.php,v 1.1 2004/03/15 21:31:18 chuck Exp $
 *
 * CSS properties unique to Kronolith.
 * This file is parsed by css.php, and used to produce a stylesheet.
 */
 
$css['.day'] = array();
$css['.day:hover'] = array();

--- NEW FILE: html-simplex.php ---
<?php
/**
 * $Horde: kronolith/config/themes/html-simplex.php,v 1.4 2004/03/15 21:31:18 chuck Exp $
 *
 * CSS properties unique to Kronolith.
 * This file is parsed by css.php, and used to produce a stylesheet.
 */
 
$css['.day']['color'] = '#FFFFFF';
$css['.day']['background-color'] = '#7390B9';

$css['.day:hover']['color'] = '#333333';
$css['.day:hover']['background-color'] = '#7390B9';

$css['.selected']['background-color'] = '#86B4DF';

$css['.day-eventbox a']['color'] = '#000000';
$css['.week-eventbox a']['color'] = '#000000';
$css['.month-eventbox a']['color'] = '#000000';





More information about the commits mailing list