"Fossies" - the Fresh Open Source Software Archive

Member "apg-2.2.3/php/apgonline/themes/black-green.php" (7 Aug 2003, 905 Bytes) of package /linux/privat/old/apg-2.2.3.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) PHP source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 <?
    2   ###################################
    3   # Standard HTML Page colors
    4   #
    5   $page_bgcolor = "#000000" ;
    6   $page_text    = "#ffffff" ;
    7   $page_link    = "#33ff33" ;
    8   $page_vlink   = "#33ff33" ;
    9   $page_alink   = "#ff0000" ;
   10 
   11   ###################################
   12   # Interface settings
   13   $interface_width     = "760";
   14   $copyright_color     = "#333333";
   15   
   16   ###################################
   17   # Pannel properis
   18   #
   19   $p_width             = "370";
   20   $p_border_width      = "1";
   21   $p_3d_border_width   = "0";
   22   $p_border_color      = "#009900";
   23 
   24   $p_header_bgcolor    = "#006600";
   25   $p_header_font_color = "#ffffff";
   26   $p_header_font_size  = "0";
   27   $p_header_font_face  = "Helvetica,Arial,sans-serif";
   28 
   29   $p_body_bgcolor      = "#000000";
   30   $p_body_font_color   = "#ffffff";
   31   $p_body_font_size    = "0";
   32   $p_body_font_face    = "Helvetica,Arial,sans-serif";
   33   
   34   $pass_hilight_color  = "#666666";
   35 ?>