[ Index ]
 

Code source de phpMyAdmin 2.10.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/themes/darkblue_orange/ -> layout.inc.php (source)

   1  <?php
   2  /**
   3   * configures general layout
   4   * for detailed layout configuration please refer to the css files
   5   */
   6  
   7  /**
   8   * navi frame
   9   */
  10  // navi frame width
  11  $GLOBALS['cfg']['NaviWidth']                = 180;
  12  
  13  // foreground (text) color for the navi frame
  14  $GLOBALS['cfg']['NaviColor']                = '#ffffff';
  15  
  16  // background for the navi frame
  17  $GLOBALS['cfg']['NaviBackground']           = '#666699';
  18  
  19  // foreground (text) color of the pointer in navi frame
  20  $GLOBALS['cfg']['NaviPointerColor']         = '#000000';
  21  
  22  // background of the pointer in navi frame
  23  $GLOBALS['cfg']['NaviPointerBackground']    = '#9999cc';
  24  
  25  /**
  26   * main frame
  27   */
  28  // foreground (text) color for the main frame
  29  $GLOBALS['cfg']['MainColor']                = '#000000';
  30  
  31  // background for the main frame
  32  $GLOBALS['cfg']['MainBackground']           = '#ffffff';
  33  //$GLOBALS['cfg']['MainBackground']       = '#ffffff url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y';
  34  
  35  // foreground (text) color of the pointer in browse mode
  36  $GLOBALS['cfg']['BrowsePointerColor']       = '#000000';
  37  
  38  // background of the pointer in browse mode
  39  $GLOBALS['cfg']['BrowsePointerBackground']  = '#ccffcc';
  40  
  41  // foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
  42  $GLOBALS['cfg']['BrowseMarkerColor']        = '#000000';
  43  
  44  // background of the marker (visually marks row by clicking on it) in browse mode
  45  $GLOBALS['cfg']['BrowseMarkerBackground']   = '#ffcc99';
  46  
  47  /**
  48   * fonts
  49   */
  50  /**
  51   * the font family as a valid css font family value,
  52   * if not set the browser default will be used
  53   * (depending on browser, DTD and system settings)
  54   */
  55  $GLOBALS['cfg']['FontFamily']           = 'Verdana, Arial, Helvetica, sans-serif';
  56  /**
  57   * fixed width font family, used in textarea
  58   */
  59  $GLOBALS['cfg']['FontFamilyFixed']      = 'monospace';
  60  
  61  /**
  62   * tables
  63   */
  64  // border
  65  $GLOBALS['cfg']['Border']               = 0;
  66  // table header and footer color
  67  $GLOBALS['cfg']['ThBackground']         = '#ff9900 url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'tbl_th.png) repeat-x top';
  68  // table header and footer background
  69  $GLOBALS['cfg']['ThColor']              = '#000000';
  70  // table data row background
  71  $GLOBALS['cfg']['BgOne']                = '#E5E5E5';
  72  // table data row background, alternate
  73  $GLOBALS['cfg']['BgTwo']                = '#D5D5D5';
  74  
  75  /**
  76   * query window
  77   */
  78  // Width of Query window
  79  $GLOBALS['cfg']['QueryWindowWidth']     = 600;
  80  // Height of Query window
  81  $GLOBALS['cfg']['QueryWindowHeight']    = 400;
  82  
  83  /**
  84   * SQL Parser Settings
  85   * Syntax colouring data
  86   */
  87  $GLOBALS['cfg']['SQP']['fmtColor']      = array(
  88      'comment'            => '#808000',
  89      'comment_mysql'      => '',
  90      'comment_ansi'       => '',
  91      'comment_c'          => '',
  92      'digit'              => '',
  93      'digit_hex'          => 'teal',
  94      'digit_integer'      => 'teal',
  95      'digit_float'        => 'aqua',
  96      'punct'              => 'fuchsia',
  97      'alpha'              => '',
  98      'alpha_columnType'   => '#FF9900',
  99      'alpha_columnAttrib' => '#0000FF',
 100      'alpha_reservedWord' => '#990099',
 101      'alpha_functionName' => '#FF0000',
 102      'alpha_identifier'   => 'black',
 103      'alpha_charset'      => '#6495ed',
 104      'alpha_variable'     => '#800000',
 105      'quote'              => '#008000',
 106      'quote_double'       => '',
 107      'quote_single'       => '',
 108      'quote_backtick'     => ''
 109  );
 110  ?>


Généré le : Mon Nov 26 15:18:20 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics