Increase theme version
[phpmyadmin-themes.git] / xampp / readme.txt
bloba121f3566aca69f05b7584c8989aa6d2d54185e4
2 README FILE FOR THE XAMPP THEME USED WITH PHPMAYADMIN
3 ----------------------------------------------------------------------
5 CHANGE LOG:
7     - 2007-09-20:
8         - hover colors and backcolors in print css
9         - id #selflink is hidden in print css
10         - font-sizes in print css are same as in right css
11         - inline tables (for comment column) in print view 
12           without frames and smaller font
13         - Supporting phpMyAdmin Version 2.11.x and higher
14         - New Icons
15         - Some specials for main.php and querywindow.php
16           (please see source of theme_right.css.php)
17         - static nav-panel and static server-info
18         - $pma_http_url = '';
19           set here your absolute url to the 'artic_ocean' theme
20           directory (if required)
22 ----------------------------------------------------------------------
24 1. INSTALLATION
25 ----------------------------------------------------------------------
26    Simply unzip the files.
27    (sample: [whatever]/phpMyAdmin/themes/)
29    One each .css you'll find in first line <?php $pma_http_url = ''; ?>.
30    Here you can (if required) the url to the 'xampp' theme.
31    This may fix some problems with relative urls.
33    Then make sure, that all images are in the directory
34    - [whatever]/phpMyAdmin/themes/xampp/img/
36    and all *.css.php files are in the directory
37    - [whatever]/phpMyAdmin/themes/xampp/css/.
39    The two *.inc.php files must stored in the directory
40    - [whatever]/phpMyAdmin/themes/xampp/.
41                         
42   Note:
43     [whatever] is any path to your phpMyAdmin-Installation.
45 ----------------------------------------------------------------------
47 2. REQUIREMENTS / INFORMATIONS
48 ----------------------------------------------------------------------
49    - phpMyAdmin Version 2.9.x or higher
50    - full CSS2 compatible browser
51      I've tested with
52        - Firefox 2.0.0.3
53        - Microsoft(R) InternetExplorer 6.0 (some bad png's)
54        - Microsoft(R) InternetExplorer 7.0
55    - Your browser should support Javascript
56      and png-images.
58 ----------------------------------------------------------------------
60 3. INFORMATION ABOUT THE XAMPP THEME:
61 ----------------------------------------------------------------------
62    a) ICONS:
63       Database Icon-Set made 2005-2007 by Michael Keck.
64       Updated 2007-05-10 by Michael Keck
66       The icons b_dbsock.png and db_client.png are from the nuvola icons
67       and made by David Vignoni
68       http://www.icon-king.com
69       http://mail.icon-king.com/mailman/listinfo/nuvola_icon-king.com
70       Copyright (c)  2003-2004  David Vignoni.
71       
72       Please see license.txt file for more informations.
74    b) THEME:
75       The theme is based on the 'darkblue_orange' theme made by the
76       members of the phpMyAdmin Team.
77       Modification and integration of the 'darkblue_orange' theme and
78       the new Database Icon-Set is made by
79       Michael Keck.