fixed/added page level docblock

This commit is contained in:
Sebastian Mendel
2007-03-20 13:39:12 +00:00
parent ccaf2fe16f
commit 4b9e009caf
94 changed files with 977 additions and 130 deletions

View File

@@ -1,4 +1,13 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Aqua
*/
// unplanned execution path // unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) { if (!defined('PMA_MINIMUM_COMMON')) {
exit(); exit();

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Aqua
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,4 +1,13 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Aqua
*/
// unplanned execution path // unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) { if (!defined('PMA_MINIMUM_COMMON')) {
exit(); exit();

View File

@@ -1,6 +1,17 @@
<?php <?php
/* $Id$ */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* Theme information */ /**
* Theme information
*
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Aqua
*/
/**
*
*/
$theme_name = 'Aqua'; $theme_name = 'Aqua';
$theme_full_version = '2.8'; $theme_full_version = '2.8';
?> ?>

View File

@@ -1,7 +1,12 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* configures general layout * configures general layout
* for detailed layout configuration please refer to the css files * for detailed layout configuration please refer to the css files
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Aqua
*/ */
/** /**

View File

@@ -1,4 +1,13 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Aqua Brushed
*/
// unplanned execution path // unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) { if (!defined('PMA_MINIMUM_COMMON')) {
exit(); exit();

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Aqua Brushed
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,4 +1,13 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Aqua Brushed
*/
// unplanned execution path // unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) { if (!defined('PMA_MINIMUM_COMMON')) {
exit(); exit();

View File

@@ -1,7 +1,18 @@
<?php <?php
/* $Id$ */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* made By Luigi Saraullo <webluigi@gmail.com>*/ /**
/* Theme information */ * Theme information
*
* made By Luigi Saraullo <webluigi@gmail.com>
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Aqua Brushed
*/
/**
*
*/
$theme_name = 'Aqua Brushed'; $theme_name = 'Aqua Brushed';
$theme_full_version = '2.8'; $theme_full_version = '2.8';
?> ?>

View File

@@ -1,7 +1,12 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* configures general layout * configures general layout
* for detailed layout configuration please refer to the css files * for detailed layout configuration please refer to the css files
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Aqua Brushed
*/ */
/** /**

View File

@@ -1,4 +1,13 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Arctic Ocean
*/
// unplanned execution path // unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) { if (!defined('PMA_MINIMUM_COMMON')) {
exit(); exit();

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Arctic Ocean
*/
?>
/* For printview */ /* For printview */
body { body {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,4 +1,13 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Arctic Ocean
*/
// unplanned execution path // unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) { if (!defined('PMA_MINIMUM_COMMON')) {
exit(); exit();

View File

@@ -1,5 +1,17 @@
<?php <?php
/* Theme information */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Theme information
*
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Arctic Ocean
*/
/**
*
*/
$theme_name = 'Arctic Ocean'; $theme_name = 'Arctic Ocean';
$theme_version = 2; $theme_version = 2;
$theme_generation = 2; $theme_generation = 2;

View File

@@ -1,5 +1,15 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Arctic Ocean
*/
/**
*
*/
$cfg['LeftWidth'] = 170; // left frame width $cfg['LeftWidth'] = 170; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#d9e4f4'; // background color for the left frame $cfg['LeftBgColor'] = '#d9e4f4'; // background color for the left frame

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Cactica Blues
*/
?>
/************************************************************************************ /************************************************************************************
* LEFT FRAME * LEFT FRAME
************************************************************************************/ ************************************************************************************/

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Cactic Blues
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************ <?php
* RIGHT FRAME /* vim: set expandtab sw=4 ts=4 sts=4: */
************************************************************************************/ /**
/* Always enabled stylesheets (right frame) */ * main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Cactica Blues
*/
?>
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; font-size: 10px;

View File

@@ -1,11 +1,22 @@
<?php <?php
/* $Id$ */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* Theme modified by Tony Casparro, Cactica Technologies */ /**
/* www.cactica.com */ * Theme information
/* *
* Theme modified by Tony Casparro, Cactica Technologies
* www.cactica.com
*
* updated 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net) * updated 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net)
* for 2.6.1 and higher * for 2.6.1 and higher
*/ *
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Cactica Blues
*/
/**
*
*/
$theme_name = 'CacticaBlues'; $theme_name = 'CacticaBlues';
$theme_version = 1; $theme_version = 1;
$theme_generation = 2; $theme_generation = 2;

View File

@@ -1,5 +1,15 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Cactica Blues
*/
/**
*
*/
$cfg['LeftWidth'] = 180; // left frame width $cfg['LeftWidth'] = 180; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#666699'; // background color for the left frame $cfg['LeftBgColor'] = '#666699'; // background color for the left frame

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Darkblue Grey
*/
?>
/************************************************************************************ /************************************************************************************
* LEFT FRAME * LEFT FRAME
************************************************************************************/ ************************************************************************************/

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Darkblue Grey
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************ <?php
* RIGHT FRAME /* vim: set expandtab sw=4 ts=4 sts=4: */
************************************************************************************/ /**
/* Always enabled stylesheets (right frame) */ * main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Darkblue Grey
*/
?>
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; font-size: 10px;

View File

@@ -1,9 +1,19 @@
<?php <?php
/* Theme information */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* /**
* Theme information
*
* updated 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net) * updated 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net)
* for 2.6.1 and higher * for 2.6.1 and higher
*/ *
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Darkblue Grey
*/
/**
*
*/
$theme_name = 'Darkblue/gray'; $theme_name = 'Darkblue/gray';
$theme_version = 1; $theme_version = 1;
$theme_generation = 2; $theme_generation = 2;

View File

@@ -1,5 +1,15 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Darkblue Gray
*/
/**
*
*/
$cfg['LeftWidth'] = 180; // left frame width $cfg['LeftWidth'] = 180; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#666666'; // background color for the left frame $cfg['LeftBgColor'] = '#666666'; // background color for the left frame

View File

@@ -1,9 +1,17 @@
/************************************************************************************ <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* Lightweight CSS for garvBlue theme. Even though some styles may not apply to every * Lightweight CSS for garvBlue theme. Even though some styles may not apply to every
* state of the left frame, it's easier to drop all those IF-structures and do it the * state of the left frame, it's easier to drop all those IF-structures and do it the
* human-readable way. * human-readable way.
************************************************************************************/ *
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage garvBlue
*/
?>
.parent { .parent {
text-decoration: none; text-decoration: none;
display: block; display: block;

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Garvblue
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,4 +1,13 @@
/* Always enabled stylesheets (right frame) */ <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage garvBlue
*/
?>
#leftFrameset, #mainFrameset, #leftFrameset, #mainFrameset,
framset, frame { framset, frame {

View File

@@ -1,10 +1,20 @@
<?php <?php
/* $Id$ */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* Theme information */ /**
/* Done By Garvin Hicking, http://www.supergarv.de/ * Theme information
*
* Done By Garvin Hicking, http://www.supergarv.de/
* updated 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net) * updated 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net)
* for 2.6.1 and higher * for 2.6.1 and higher
*/ *
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage garvBlue
*/
/**
*
*/
$theme_name = 'garvBlue'; $theme_name = 'garvBlue';
$theme_version = 2; $theme_version = 2;
$theme_generation = 1; $theme_generation = 1;

View File

@@ -1,6 +1,16 @@
<?php <?php
// Done By Garvin Hicking, http://www.supergarv.de/ /* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Done By Garvin Hicking, http://www.supergarv.de/
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage garvBlue
*/
/**
*
*/
$cfg['LeftWidth'] = 200; // left frame width $cfg['LeftWidth'] = 200; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#E8EAF1'; // background color for the left frame $cfg['LeftBgColor'] = '#E8EAF1'; // background color for the left frame

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Graphivore
*/
?>
/************************************************************************************ /************************************************************************************
* LEFT FRAME * LEFT FRAME
************************************************************************************/ ************************************************************************************/

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Graphivore
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************ <?php
* RIGHT FRAME /* vim: set expandtab sw=4 ts=4 sts=4: */
************************************************************************************/ /**
/* Always enabled stylesheets (right frame) */ * main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Graphivore
*/
?>
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; font-size: 10px;

View File

@@ -1,10 +1,19 @@
<?php <?php
/* $Id$ */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* Theme information */ /**
/* * Theme information
*
* created 2005-09-15 by Yves De Troeyer (ydt@ydtconcept.org) * created 2005-09-15 by Yves De Troeyer (ydt@ydtconcept.org)
* for 2.6.1 and higher * for 2.6.1 and higher
*/ *
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Graphivore
*/
/**
*
*/
$theme_name = 'Graphivore'; $theme_name = 'Graphivore';
$theme_version = 1; $theme_version = 1;
$theme_generation = 2; $theme_generation = 2;

View File

@@ -1,5 +1,15 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Graphivore
*/
/**
*
*/
$cfg['LeftWidth'] = 200; // left frame width $cfg['LeftWidth'] = 200; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#AB9C72'; // background color for the left frame $cfg['LeftBgColor'] = '#AB9C72'; // background color for the left frame

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Green Orange
*/
?>
/************************************************************************************ /************************************************************************************
* LEFT FRAME * LEFT FRAME
************************************************************************************/ ************************************************************************************/

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Green Orange
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************ <?php
* RIGHT FRAME /* vim: set expandtab sw=4 ts=4 sts=4: */
************************************************************************************/ /**
/* Always enabled stylesheets (right frame) */ * main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Green Orange
*/
?>
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; font-size: 10px;

View File

@@ -1,10 +1,19 @@
<?php <?php
/* $Id$ */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* Theme information */ /**
/* * Theme information
*
* updated 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net) * updated 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net)
* for 2.6.1 and higher * for 2.6.1 and higher
*/ *
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Green Orange
*/
/**
*
*/
$theme_name = 'Green/Orange'; $theme_name = 'Green/Orange';
$theme_version = 1; $theme_version = 1;
$theme_generation = 2; $theme_generation = 2;

View File

@@ -1,5 +1,15 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Green Orange
*/
/**
*
*/
$cfg['LeftWidth'] = 180; // left frame width $cfg['LeftWidth'] = 180; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#31736B'; // background color for the left frame $cfg['LeftBgColor'] = '#31736B'; // background color for the left frame

View File

@@ -1,4 +1,12 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Grid
*/
// 2do: hover background in Gecko not fitting the img size , has anybody a hint? // 2do: hover background in Gecko not fitting the img size , has anybody a hint?
// illegal execution path // illegal execution path
if (!defined('PMA_MINIMUM_COMMON')) exit(); if (!defined('PMA_MINIMUM_COMMON')) exit();

View File

@@ -1,5 +1,14 @@
<?php <?php
/* theme_right.css.php 2006-12-29 IE6 sql window fix 2do:pma28 hover th?*/ /* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* main css file from theme
*theme_right.css.php 2006-12-29 IE6 sql window fix 2do:pma28 hover th?
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Grid
*/
// unplanned execution path // unplanned execution path
if(!defined('PMA_MINIMUM_COMMON')) exit(); if(!defined('PMA_MINIMUM_COMMON')) exit();

View File

@@ -1,6 +1,5 @@
<?php <?php
/* info.inc.php 2006/06/19 cybot_tm | 2007/02/11 windkiel */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* 2007-02-11 working with version 2.8 .. 2.1x.x ... * 2007-02-11 working with version 2.8 .. 2.1x.x ...
* differs from theme "original" (2.9) in: * differs from theme "original" (2.9) in:
@@ -14,9 +13,14 @@
* comments, suggestions, bugreports are welcome: * comments, suggestions, bugreports are welcome:
* http://sourceforge.net/users/windkiel/ * http://sourceforge.net/users/windkiel/
* *
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Grid
*/ */
/* Theme information */ /**
*
*/
$theme_name = 'Grid'; $theme_name = 'Grid';
$theme_version = 2; $theme_version = 2;
$theme_full_version = '2.9'; $theme_full_version = '2.9';

View File

@@ -1,5 +1,8 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* Navi frame (called "Left frame" in older versions)
*
* derived from theme "original" pma 2.9 * derived from theme "original" pma 2.9
* 20070211: error.ico cursor for non Opera browsers, vertical line IE only, pma 2.8 td{color:black} necessary! * 20070211: error.ico cursor for non Opera browsers, vertical line IE only, pma 2.8 td{color:black} necessary!
* 20070208 bug 1653769 fixed: BrowsePointerEnable, BrowseMarkerEnable * 20070208 bug 1653769 fixed: BrowsePointerEnable, BrowseMarkerEnable
@@ -9,10 +12,10 @@
* comments, suggestions, bugreports are welcome: * comments, suggestions, bugreports are welcome:
* http://sourceforge.net/users/windkiel/ * http://sourceforge.net/users/windkiel/
* no '' allowed, except for Font.. ..Link.. ..Marke...(frame reload may be needed after changes) * no '' allowed, except for Font.. ..Link.. ..Marke...(frame reload may be needed after changes)
*/ *
* @version $Id$
/** * @package phpMyAdmin-theme
* Navi frame (called "Left frame" in older versions) * @subpackage Grid
*/ */
// for this theme almost all settings (except "SPQ") can be done in config.inc.php : // for this theme almost all settings (except "SPQ") can be done in config.inc.php :

View File

@@ -1,4 +1,13 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage OpenPHPNuke
*/
if (isset($num_dbs) && $num_dbs == '0') { if (isset($num_dbs) && $num_dbs == '0') {
?> ?>
/* No layer effects neccessary */ /* No layer effects neccessary */

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage OpenPHPNuke
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,3 +1,14 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage OpenPHPNuke
*/
?>
body {font:<?php echo $font_size; ?> Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FFFFFF url(themes/openphpnuke/img/vertical_line.png) repeat-y;} body {font:<?php echo $font_size; ?> Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FFFFFF url(themes/openphpnuke/img/vertical_line.png) repeat-y;}
pre, tt {font-size:<?php echo $font_size; ?>;} pre, tt {font-size:<?php echo $font_size; ?>;}

View File

@@ -1,10 +1,19 @@
<?php <?php
/* $Id$ */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* Theme information */ /**
/* * Theme information
*
* 2005-04-13 by DigitalPixel @ www.openphpnuke.info * 2005-04-13 by DigitalPixel @ www.openphpnuke.info
* for 2.6.0 or higher * for 2.6.0 or higher
*/ *
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage OpenPHPNuke
*/
/**
*
*/
$theme_name = 'OpenPHPNuke'; $theme_name = 'OpenPHPNuke';
$theme_version = 2; $theme_version = 2;
$theme_generation = 1; $theme_generation = 1;

View File

@@ -1,5 +1,15 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage OpenPHPNuke
*/
/**
*
*/
$cfg['LeftWidth'] = 250; // left frame width $cfg['LeftWidth'] = 250; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#1CC2F8'; // background color for the left frame $cfg['LeftBgColor'] = '#1CC2F8'; // background color for the left frame

View File

@@ -1,4 +1,13 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Original Small
*/
// unplanned execution path // unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) { if (!defined('PMA_MINIMUM_COMMON')) {
exit(); exit();

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Original Small
*/
?>
/* For printview */ /* For printview */
body, table, th, td { body, table, th, td {
color: #000000; color: #000000;

View File

@@ -1,4 +1,13 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Original Small
*/
// unplanned execution path // unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) { if (!defined('PMA_MINIMUM_COMMON')) {
exit(); exit();

View File

@@ -1,6 +1,17 @@
<?php <?php
/* $Id$ */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* Theme information */ /**
* Theme information
*
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Original Small
*/
/**
*
*/
$theme_name = 'Original small'; $theme_name = 'Original small';
$theme_full_version = '2.9'; $theme_full_version = '2.9';
?> ?>

View File

@@ -1,7 +1,12 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* configures general layout * configures general layout
* for detailed layout configuration please refer to the css files * for detailed layout configuration please refer to the css files
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Original Small
*/ */
/** /**

View File

@@ -1,4 +1,13 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Paradice
*/
// unplanned execution path // unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) { if (!defined('PMA_MINIMUM_COMMON')) {
exit(); exit();

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Paradice
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,4 +1,13 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Paradice
*/
// unplanned execution path // unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) { if (!defined('PMA_MINIMUM_COMMON')) {
exit(); exit();

View File

@@ -1,5 +1,17 @@
<?php <?php
/* Theme information */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Theme information
*
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Paradice
*/
/**
*
*/
$theme_name = 'Paradice'; $theme_name = 'Paradice';
$theme_version = 2; $theme_version = 2;
$theme_generation = 2; $theme_generation = 2;

View File

@@ -1,5 +1,15 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Paradice
*/
/**
*
*/
$cfg['LeftWidth'] = 180; // left frame width $cfg['LeftWidth'] = 180; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#3674CF'; // background color for the left frame $cfg['LeftBgColor'] = '#3674CF'; // background color for the left frame

View File

@@ -1,6 +1,13 @@
/************************************************************************************ <?php
* LEFT FRAME /* vim: set expandtab sw=4 ts=4 sts=4: */
************************************************************************************/ /**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Very Small
*/
?>
#body_leftFrame { #body_leftFrame {
padding-top: 0px; padding-top: 0px;

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Very Small
*/
?>
/* For printview */ /* For printview */
body { body {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,4 +1,13 @@
/* STYLE FOR THE RIGHT (MAIN) FRAME */ <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Very Small
*/
?>
#mainFrameset, #leftFrameset, frameset, frame { #mainFrameset, #leftFrameset, frameset, frame {
margin: 0 !important; margin: 0 !important;

View File

@@ -1,5 +1,17 @@
<?php <?php
/* Theme information */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Theme information
*
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Very Small
*/
/**
*
*/
$theme_name = 'Very small'; $theme_name = 'Very small';
$theme_version = 2; $theme_version = 2;
$theme_generation = 2; $theme_generation = 2;

View File

@@ -1,5 +1,15 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Very Small
*/
/**
*
*/
$cfg['LeftWidth'] = 170; // left frame width $cfg['LeftWidth'] = 170; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#d9e4f4'; // background color for the left frame $cfg['LeftBgColor'] = '#d9e4f4'; // background color for the left frame

View File

@@ -1,15 +1,15 @@
/************************************************************************************
* LEFT FRAME
************************************************************************************/
/**
* Add styles for positioned layers
**/
/*
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XAMPP
*/
if (isset($num_dbs) && $num_dbs == '0') { if (isset($num_dbs) && $num_dbs == '0') {
?> ?>
*/
/* No layer effects neccessary */ /* No layer effects neccessary */
div{ div{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XAMPP
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************ <?php
* RIGHT FRAME /* vim: set expandtab sw=4 ts=4 sts=4: */
************************************************************************************/ /**
/* Always enabled stylesheets (right frame) */ * main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XAMPP
*/
?>
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; font-size: 10px;

View File

@@ -1,9 +1,19 @@
<?php <?php
/* Theme information */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* /**
* Theme information
*
* 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net) * 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net)
* for 2.6.1 and higher * for 2.6.1 and higher
*/ *
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XAMPP
*/
/**
*
*/
$theme_name = 'XAMPP (Apachefriends.org)'; $theme_name = 'XAMPP (Apachefriends.org)';
$theme_version = 2; $theme_version = 2;
$theme_generation = 1; $theme_generation = 1;

View File

@@ -1,5 +1,15 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XAMPP
*/
/**
*
*/
$cfg['LeftWidth'] = 180; // left frame width $cfg['LeftWidth'] = 180; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#fb7922'; // background color for the left frame $cfg['LeftBgColor'] = '#fb7922'; // background color for the left frame

View File

@@ -1,4 +1,13 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Basic
*/
if (isset($num_dbs) && $num_dbs == '0') { if (isset($num_dbs) && $num_dbs == '0') {
?> ?>
/* No layer effects neccessary */ /* No layer effects neccessary */

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Basic
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,4 +1,14 @@
/* Always enabled stylesheets (right frame) */ <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Basic
*/
?>
body { body {
font-family: <?php echo $right_font_family; ?>; font-family: <?php echo $right_font_family; ?>;
font-size: <?php echo $font_size; ?>; font-size: <?php echo $font_size; ?>;

View File

@@ -1,8 +1,19 @@
<?php <?php
/* Theme information */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* Theme by Vladan Zirojevic (zira@volomp.com) /**
* Theme information
*
* Theme by Vladan Zirojevic (zira@volomp.com)
* Updated by Michael Keck (mkkeck@users.sourceforge.net) * Updated by Michael Keck (mkkeck@users.sourceforge.net)
* for 2.6.1 and higher * for 2.6.1 and higher
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Basic
*/
/**
*
*/ */
$theme_name = 'WinXP (basic)'; $theme_name = 'WinXP (basic)';
$theme_version = 1; $theme_version = 1;

View File

@@ -1,5 +1,15 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Basic
*/
/**
*
*/
$cfg['LeftWidth'] = 260; // left frame width $cfg['LeftWidth'] = 260; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#6375D6'; // background color for the left frame $cfg['LeftBgColor'] = '#6375D6'; // background color for the left frame

View File

@@ -1,15 +1,15 @@
/************************************************************************************
* LEFT FRAME
************************************************************************************/
/**
* Add styles for positioned layers
**/
/*
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Blue
*/
if (isset($num_dbs) && $num_dbs == '0') { if (isset($num_dbs) && $num_dbs == '0') {
?> ?>
*/
/* No layer effects neccessary */ /* No layer effects neccessary */
div{ div{
font-family: Arial, Helvetica, Verdana, sans-serif; font-family: Arial, Helvetica, Verdana, sans-serif;

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Blue
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************ <?php
* RIGHT FRAME /* vim: set expandtab sw=4 ts=4 sts=4: */
************************************************************************************/ /**
/* Always enabled stylesheets (right frame) */ * main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Blue
*/
?>
body{ body{
font-family: Arial, Helvetica, Verdana, sans-serif; font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px; font-size: 12px;

View File

@@ -1,9 +1,19 @@
<?php <?php
/* Theme information */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* /**
* Theme information
*
* 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net) * 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net)
* for 2.6.1 and higher * for 2.6.1 and higher
*/ *
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Blue
*/
/**
*
*/
$theme_name = 'WinXP (blue)'; $theme_name = 'WinXP (blue)';
$theme_version = 2; $theme_version = 2;
$theme_generation = 1; $theme_generation = 1;

View File

@@ -1,5 +1,15 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Blue
*/
/**
*
*/
$cfg['LeftWidth'] = 180; // left frame width $cfg['LeftWidth'] = 180; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#6375D6'; // background color for the left frame $cfg['LeftBgColor'] = '#6375D6'; // background color for the left frame

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Dirty
*/
?>
body, input, select { body, input, select {
font-family: <?php echo $left_font_family; ?>; font-family: <?php echo $left_font_family; ?>;
font-size: <?php echo $font_size; ?>; font-size: <?php echo $font_size; ?>;

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Dirty
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif; font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;

View File

@@ -1,4 +1,14 @@
/* Always enabled stylesheets (right frame) */ <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Dirty
*/
?>
body { body {
font-family: <?php echo $right_font_family; ?>; font-family: <?php echo $right_font_family; ?>;
font-size: <?php echo $font_size; ?>; font-size: <?php echo $font_size; ?>;

View File

@@ -1,8 +1,20 @@
<?php <?php
/* Theme information */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* Theme by [OTD]Spockman(spockman@otd-clan.org) */ /**
/* Based on WinXP Theme */ * Theme information
/* for 2.6.0 to 2.7.0 */ *
* Theme by [OTD]Spockman(spockman@otd-clan.org)
* Based on WinXP Theme
* for 2.6.0 to 2.7.0
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Dirty
*/
/**
*
*/
$theme_name = 'WinXP Dirty'; $theme_name = 'WinXP Dirty';
$theme_version = 2; $theme_version = 2;
$theme_generation = 2; $theme_generation = 2;

View File

@@ -1,5 +1,15 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Dirty
*/
/**
*
*/
$cfg['LeftWidth'] = 185; // left frame width $cfg['LeftWidth'] = 185; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#666633'; // background color for the left frame $cfg['LeftBgColor'] = '#666633'; // background color for the left frame

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Green
*/
?>
/************************************************************************************ /************************************************************************************
* LEFT FRAME * LEFT FRAME
************************************************************************************/ ************************************************************************************/

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Green
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************ <?php
* RIGHT FRAME /* vim: set expandtab sw=4 ts=4 sts=4: */
************************************************************************************/ /**
/* Always enabled stylesheets (right frame) */ * main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Green
*/
?>
body{ body{
font-family: Arial, Helvetica, Verdana, sans-serif; font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px; font-size: 12px;

View File

@@ -1,9 +1,19 @@
<?php <?php
/* Theme information */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* /**
* Theme information
*
* 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net) * 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net)
* for 2.6.1 and higher * for 2.6.1 and higher
*/ *
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Green
*/
/**
*
*/
$theme_name = 'WinXP (green)'; $theme_name = 'WinXP (green)';
$theme_version = 2; $theme_version = 2;
$theme_generation = 1; $theme_generation = 1;

View File

@@ -1,5 +1,15 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Green
*/
/**
*
*/
$cfg['LeftWidth'] = 180; // left frame width $cfg['LeftWidth'] = 180; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#cbd8ac'; // background color for the left frame $cfg['LeftBgColor'] = '#cbd8ac'; // background color for the left frame

View File

@@ -1,15 +1,15 @@
/************************************************************************************
* LEFT FRAME
************************************************************************************/
/**
* Add styles for positioned layers
**/
/*
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Silver
*/
if (isset($num_dbs) && $num_dbs == '0') { if (isset($num_dbs) && $num_dbs == '0') {
?> ?>
*/
/* No layer effects neccessary */ /* No layer effects neccessary */
div{ div{
font-family: Arial, Helvetica, Verdana, sans-serif; font-family: Arial, Helvetica, Verdana, sans-serif;

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Silver
*/
?>
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************ <?php
* RIGHT FRAME /* vim: set expandtab sw=4 ts=4 sts=4: */
************************************************************************************/ /**
/* Always enabled stylesheets (right frame) */ * main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Silver
*/
?>
body{ body{
font-family: Arial, Helvetica, Verdana, sans-serif; font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px; font-size: 12px;

View File

@@ -1,9 +1,19 @@
<?php <?php
/* Theme information */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/* /**
* Theme information
*
* 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net) * 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net)
* for 2.6.1 and higher * for 2.6.1 and higher
*/ *
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Silver
*/
/**
*
*/
$theme_name = 'WinXP (silver)'; $theme_name = 'WinXP (silver)';
$theme_version = 2; $theme_version = 2;
$theme_generation = 1; $theme_generation = 1;

View File

@@ -1,5 +1,15 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Silver
*/
/**
*
*/
$cfg['LeftWidth'] = 180; // left frame width $cfg['LeftWidth'] = 180; // left frame width
/* colors */ /* colors */
$cfg['LeftBgColor'] = '#c2c6d3'; // background color for the left frame $cfg['LeftBgColor'] = '#c2c6d3'; // background color for the left frame