made a copy
[atutor.git] / themes / default15 / theme.cfg.php
1 <?php
2 /************************************************************************/
3 /* ATutor                                                                                                                               */
4 /************************************************************************/
5 /* Copyright (c) 2002-2008 by Greg Gay, Joel Kronenberg & Heidi Hazelton*/
6 /* Adaptive Technology Resource Centre / University of Toronto                  */
7 /* http://atutor.ca                                                                                                             */
8 /*                                                                                                                                              */
9 /* This program is free software. You can redistribute it and/or                */
10 /* modify it under the terms of the GNU General Public License                  */
11 /* as published by the Free Software Foundation.                                                */
12 /************************************************************************/
13 // $Id: theme.cfg.php 6481 2006-07-06 15:03:02Z joel $
14
15 /* This is the default configuration file for the default theme. */
16
17 /* The theme's name. */
18         $_theme['name'] = 'ATutor';
19
20 /* The theme's version number. */
21         $_theme['version'] = '0.2';
22
23 /* Which version of ATutor is this theme intended for. */
24         $_theme['atutor-version'] = '1.5.3';
25
26 /* author information */
27         $_theme['author_name']  = 'ATutor';
28         $_theme['author_url']   = 'http://atutor.ca';
29         $_theme['author_email'] = '';
30
31 /* theme default course banner styles: */
32         $_theme['banner']['font-family'] = 'Verdana, Arial, sans-serif';
33         $_theme['banner']['font-weight'] = 'bold';
34         $_theme['banner']['color']       = 'black';
35         $_theme['banner']['font-size']   = 'xx-large';
36         $_theme['banner']['text-align']  = 'center';
37
38         $_theme['banner']['background-color'] = 'white';
39         $_theme['banner']['background-image'] = '';
40         $_theme['banner']['vertical-align']   = 'middle';
41         $_theme['banner']['padding']          = '3px';
42
43 ?>