/*=====================================================================*\ || ################################################################### || || # BugTrack [#]version[#] || # --------------------------------------------------------------- # || || # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # || || # This file may not be reproduced in any way without permission. # || || # --------------------------------------------------------------- # || || # User License Agreement at http://www.iris-studios.com/license/ # || || ################################################################### || \*=====================================================================*/ /* 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: 3; /* page elements */ normal-width: 100%; alternate-width: 25%; /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/