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,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,9 +1,19 @@
<?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;
$theme_generation = 1;

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