/*=====================================================================*\ || ################################################################### || # Bugdar [#]version[#] || # Copyright ©2002-[#]year[#] Blue Static || # || # This program is free software; you can redistribute it and/or modify || # it under the terms of the GNU General Public License as published by || # the Free Software Foundation; version [#]gpl[#] of the License. || # || # This program is distributed in the hope that it will be useful, but || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY || # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for || # more details. || # || # You should have received a copy of the GNU General Public License along || # with this program; if not, write to the Free Software Foundation, Inc., || # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA || ################################################################### \*=====================================================================*/ /* This file is parsed to create PHP variables that are used in templates with the $stylevar[] array. It is similar to how a CSS element would be done. Each line has: variablename: value; Only letters and numbers are valid in variable names; everything else is converted to an undescore. Values only are allowed to have numbers, letters, dashes, periods/decimals, the number/pound sign, and the percent sign. Comments are only valid in C++ style (the type of comment this is). */ /* table elements */ border: 0; spacing: 2; padding: 2; /* page elements */ normal-width: 100%; alternate-width: 45%; /* alternate background color used when status colors aren't displayed */ alt-color: #BFCCCF; /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/