Remove custom color references in themes compatible with 3.4
[phpmyadmin-themes.git] / arctic_ocean / readme.txt
blob2a8959430058451578c4cefffb9b7aff77733747
2     README FILE FOR THE ARTIC-OCEAN THEME USED WITH PHPMAYADMIN
3 ----------------------------------------------------------------------
5 CHANGE LOG:
7     - 2008-03-03:
8       > fixed bug #1901687 (undefined variable 'type')
10     - 2007-05-11:
11       > fixed bugs #1688536
12         - fixed: resizing on each reload the width of left frame
13         - fixed: centered table columns in print view
14         - fixed: hover colors and background colors in print view
15       > changes
16         - hover colors and backcolors in print css
17         - id #selflink is hidden in print css
18         - font-sizes in print css are same as in right css
19         - inline tables (for comment column) in print view 
20           without frames and smaller font
22     - 2007-05-10:
23       > Supporting phpMyAdmin Version 2.9.x and higher
24       > New Icons for some list elements
25       > Some specials for main.php and querywindow.php
26         (please see source of theme_right.css.php)
27       > Static nav-panel and static server-info
28       > reversed server-info / nav-panel
30     - 2005-09-12:
31       > Supporting phpMyAdmin Version 2.6.4 and higher
33     - 2005-09-11:
34       > $pma_http_url = '';
35         set here your absolute url to the 'artic_ocean' theme
36         directory (if required)
38 ----------------------------------------------------------------------
40 1. INSTALLATION
41 ----------------------------------------------------------------------
42    Simply unzip the files.
43    (sample: [whatever]/phpMyAdmin/themes/)
45    One each .css you'll find in first line <?php $pma_http_url = ''; ?>.
46    Here you can (if required) the url to the 'artic_ocean' theme.
47    This may fix some problems with relative urls.
49    Then make sure, that all images are in the directory
50    - [whatever]/phpMyAdmin/themes/arctic_ocean/img/
52    and all *.css.php files are in the directory
53    - [whatever]/phpMyAdmin/themes/arctic_ocean/css/.
55    The two *.inc.php files must stored in the directory
56    - [whatever]/phpMyAdmin/themes/arctic_ocean/.
57                         
58   Note:
59     [whatever] is any path to your phpMyAdmin-Installation.
61 ----------------------------------------------------------------------
63 2. REQUIREMENTS / INFORMATIONS
64 ----------------------------------------------------------------------
65    - phpMyAdmin Version 2.9.x or higher
66    - full CSS2 compatible browser
67      I've tested with
68        - Firefox 2.0.0.3
69        - Microsoft(R) InternetExplorer 6.0 (some bad png's)
70        - Microsoft(R) InternetExplorer 7.0
71    - Your browser should support Javascript
72      and png-images.
74 ----------------------------------------------------------------------
76 3. INFORMATION ABOUT THE ARCTIC-OCEAN THEME:
77 ----------------------------------------------------------------------
78    a) ICONS:
79       Database Icon-Set made 2005-2007 by Michael Keck.
80       Updated 2007-05-10 by Michael Keck
82       The icons b_dbsock.png and db_client.png are from the nuvola icons
83       and made by David Vignoni
84       http://www.icon-king.com
85       http://mail.icon-king.com/mailman/listinfo/nuvola_icon-king.com
86       Copyright (c)  2003-2004  David Vignoni.
87       
88       Please see license.txt file for more informations.
90    b) THEME:
91       The theme is based on the 'darkblue_orange' theme made by the
92       members of the phpMyAdmin Team.
93       Modification and integration of the 'darkblue_orange' theme and
94       the new Database Icon-Set is made by
95       Michael Keck.