r326: Finished showreport.php styling
[bugdar.git] / templates / stylevars.txt
1 /*=====================================================================*\
2 || ################################################################### ||
3 || # BugTrack [#]version[#]
4 || # --------------------------------------------------------------- # ||
5 || # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
6 || # This file may not be reproduced in any way without permission. # ||
7 || # --------------------------------------------------------------- # ||
8 || # User License Agreement at http://www.iris-studios.com/license/ # ||
9 || ################################################################### ||
10 \*=====================================================================*/
11
12 /*
13 This file is parsed to create PHP variables that
14 are used in templates with the $stylevar[] array.
15 It is similar to how a CSS element would be done.
16
17 Each line has:
18 variablename: value;
19
20 Only letters and numbers are valid in variable names;
21 everything else is converted to an undescore.
22
23 Values only are allowed to have numbers, letters, dashes,
24 periods/decimals, the number/pound sign, and the percent sign.
25
26 Comments are only valid in C++ style (the type of comment this is).
27 */
28
29 /* table elements */
30
31 border: 0;
32 spacing: 2;
33 padding: 2;
34
35 /* page elements */
36
37 normal-width: 100%;
38 alternate-width: 25%;
39
40 /*=====================================================================*\
41 || ###################################################################
42 || # $HeadURL$
43 || # $Id$
44 || ###################################################################
45 \*=====================================================================*/