remove old readme
[atutor.git] / themes / default16 / theme.cfg.php
1 <?php
2 /************************************************************************/
3 /* ATutor                                                                                                                               */
4 /************************************************************************/
5 /* Copyright (c) 2002-2010                                              */
6 /* Inclusive Design Institute                                           */
7 /* http://atutor.ca                                                     */
8 /* This program is free software. You can redistribute it and/or        */
9 /* modify it under the terms of the GNU General Public License          */
10 /* as published by the Free Software Foundation.                        */
11 /************************************************************************/
12
13 // $Id: theme.cfg.php 2813 2004-12-12 15:37:46Z greg $
14
15 /* This is the default configuration file for the default theme. */
16
17 /* The theme's name. */
18         $_theme['name'] = 'Default 1.6';
19
20 /* The theme's version number. */
21         $_theme['version'] = '2.0';
22
23 /* Which version of ATutor is this theme intended for. */
24         $_theme['atutor-version'] = '2.0';
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 ?>