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
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Aqua
*/
// unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) {
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 */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,4 +1,13 @@
<?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
if (!defined('PMA_MINIMUM_COMMON')) {
exit();

View File

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

View File

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

View File

@@ -1,4 +1,13 @@
<?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
if (!defined('PMA_MINIMUM_COMMON')) {
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 */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,4 +1,13 @@
<?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
if (!defined('PMA_MINIMUM_COMMON')) {
exit();

View File

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

View File

@@ -1,7 +1,12 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* configures general layout
* 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
/* 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
if (!defined('PMA_MINIMUM_COMMON')) {
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 */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,4 +1,13 @@
<?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
if (!defined('PMA_MINIMUM_COMMON')) {
exit();

View File

@@ -1,5 +1,17 @@
<?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_version = 2;
$theme_generation = 2;

View File

@@ -1,5 +1,15 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Arctic Ocean
*/
/**
*
*/
$cfg['LeftWidth'] = 170; // left frame width
/* colors */
$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
************************************************************************************/

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 */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************
* RIGHT FRAME
************************************************************************************/
/* 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 Cactica Blues
*/
?>
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;

View File

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

View File

@@ -1,5 +1,15 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Cactica Blues
*/
/**
*
*/
$cfg['LeftWidth'] = 180; // left frame width
/* colors */
$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
************************************************************************************/

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 */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************
* RIGHT FRAME
************************************************************************************/
/* 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 Darkblue Grey
*/
?>
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;

View File

@@ -1,8 +1,18 @@
<?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)
* for 2.6.1 and higher
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Darkblue Grey
*/
/**
*
*/
$theme_name = 'Darkblue/gray';
$theme_version = 1;

View File

@@ -1,5 +1,15 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Darkblue Gray
*/
/**
*
*/
$cfg['LeftWidth'] = 180; // left frame width
/* colors */
$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
* state of the left frame, it's easier to drop all those IF-structures and do it the
* human-readable way.
************************************************************************************/
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage garvBlue
*/
?>
.parent {
text-decoration: none;
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 */
body{
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,
framset, frame {

View File

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

View File

@@ -1,6 +1,16 @@
<?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
/* colors */
$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
************************************************************************************/

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 */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************
* RIGHT FRAME
************************************************************************************/
/* 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 Graphivore
*/
?>
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;

View File

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

View File

@@ -1,5 +1,15 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Graphivore
*/
/**
*
*/
$cfg['LeftWidth'] = 200; // left frame width
/* colors */
$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
************************************************************************************/

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 */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************
* RIGHT FRAME
************************************************************************************/
/* 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 Green Orange
*/
?>
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;

View File

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

View File

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

View File

@@ -1,4 +1,12 @@
<?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?
// illegal execution path
if (!defined('PMA_MINIMUM_COMMON')) exit();

View File

@@ -1,5 +1,14 @@
<?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
if(!defined('PMA_MINIMUM_COMMON')) exit();

View File

@@ -1,6 +1,5 @@
<?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 ...
* differs from theme "original" (2.9) in:
@@ -14,9 +13,14 @@
* comments, suggestions, bugreports are welcome:
* http://sourceforge.net/users/windkiel/
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Grid
*/
/* Theme information */
/**
*
*/
$theme_name = 'Grid';
$theme_version = 2;
$theme_full_version = '2.9';

View File

@@ -1,5 +1,8 @@
<?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
* 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
@@ -9,10 +12,10 @@
* comments, suggestions, bugreports are welcome:
* http://sourceforge.net/users/windkiel/
* no '' allowed, except for Font.. ..Link.. ..Marke...(frame reload may be needed after changes)
*/
/**
* Navi frame (called "Left frame" in older versions)
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Grid
*/
// for this theme almost all settings (except "SPQ") can be done in config.inc.php :

View File

@@ -1,4 +1,13 @@
<?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') {
?>
/* 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 */
body{
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;}
pre, tt {font-size:<?php echo $font_size; ?>;}

View File

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

View File

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

View File

@@ -1,4 +1,13 @@
<?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
if (!defined('PMA_MINIMUM_COMMON')) {
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 */
body, table, th, td {
color: #000000;

View File

@@ -1,4 +1,13 @@
<?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
if (!defined('PMA_MINIMUM_COMMON')) {
exit();

View File

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

View File

@@ -1,7 +1,12 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* configures general layout
* 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
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Paradice
*/
// unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) {
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 */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,4 +1,13 @@
<?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
if (!defined('PMA_MINIMUM_COMMON')) {
exit();

View File

@@ -1,5 +1,17 @@
<?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_version = 2;
$theme_generation = 2;

View File

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

View File

@@ -1,6 +1,13 @@
/************************************************************************************
* LEFT FRAME
************************************************************************************/
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Very Small
*/
?>
#body_leftFrame {
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 */
body {
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 {
margin: 0 !important;

View File

@@ -1,5 +1,17 @@
<?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_version = 2;
$theme_generation = 2;

View File

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

View File

@@ -1,15 +1,15 @@
/************************************************************************************
* LEFT FRAME
************************************************************************************/
/**
* Add styles for positioned layers
**/
/*
<?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') {
?>
*/
/* No layer effects neccessary */
div{
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 */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************
* RIGHT FRAME
************************************************************************************/
/* 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 XAMPP
*/
?>
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;

View File

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

View File

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

View File

@@ -1,4 +1,13 @@
<?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') {
?>
/* 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 */
body{
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 {
font-family: <?php echo $right_font_family; ?>;
font-size: <?php echo $font_size; ?>;

View File

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

View File

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

View File

@@ -1,15 +1,15 @@
/************************************************************************************
* LEFT FRAME
************************************************************************************/
/**
* Add styles for positioned layers
**/
/*
<?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') {
?>
*/
/* No layer effects neccessary */
div{
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 */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************
* RIGHT FRAME
************************************************************************************/
/* 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 Blue
*/
?>
body{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;

View File

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

View File

@@ -1,5 +1,15 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Blue
*/
/**
*
*/
$cfg['LeftWidth'] = 180; // left frame width
/* colors */
$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 {
font-family: <?php echo $left_font_family; ?>;
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 */
body{
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 {
font-family: <?php echo $right_font_family; ?>;
font-size: <?php echo $font_size; ?>;

View File

@@ -1,8 +1,20 @@
<?php
/* Theme information */
/* Theme by [OTD]Spockman(spockman@otd-clan.org) */
/* Based on WinXP Theme */
/* for 2.6.0 to 2.7.0 */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Theme information
*
* 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_version = 2;
$theme_generation = 2;

View File

@@ -1,5 +1,15 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage XP Dirty
*/
/**
*
*/
$cfg['LeftWidth'] = 185; // left frame width
/* colors */
$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
************************************************************************************/

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 */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************
* RIGHT FRAME
************************************************************************************/
/* 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 Green
*/
?>
body{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;

View File

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

View File

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

View File

@@ -1,15 +1,15 @@
/************************************************************************************
* LEFT FRAME
************************************************************************************/
/**
* Add styles for positioned layers
**/
/*
<?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') {
?>
*/
/* No layer effects neccessary */
div{
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 */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;

View File

@@ -1,7 +1,14 @@
/************************************************************************************
* RIGHT FRAME
************************************************************************************/
/* 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 Silver
*/
?>
body{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;

View File

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

View File

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