Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
831 florian 1
{! --- defines are used by the engine and vars are used by the template --- }
2
 
3
{! --- This is used to indent messages in threaded view --- }
4
{define indentstring    }
5
{! --- How many px to indent for each level --- }
6
{define indentmultiplier 15}
7
 
8
{! --- This is used to load the message-bodies in the message-list for that template if set to 1 --- }
9
{define bodies_in_list 0}
10
 
11
{! --- This is the marker for messages in threaded view --- }
12
 
13
{define marker <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;}
14
 
15
{! -- This is the image to use as a delete button for recipients in PM --- }
16
 
17
{var delete_image templates/default/images/delete.gif}
18
 
19
{! -- This is the image for the gauge bar to show how full the PM box is -- }
20
 
21
{var gauge_image templates/default/images/gauge.gif}
22
 
23
{! --- these are the colors used in the style sheet --- }
24
 
25
{! --- you can use them or replace them in the style sheet --- }
26
 
27
 
28
 
29
{! --- common body-colors --- }
30
{var bodybackground White}
31
{var defaulttextcolor Black}
32
{var backcolor White}
33
{var forumwidth 100%}
34
{var forumalign center}
35
{var newflagcolor #CC0000}
36
{var errorfontcolor Red}
37
{var okmsgfontcolor DarkGreen}
38
 
39
{! --- for the forum-list ... alternating colors --- }
40
{var altbackcolor #EEEEEE}
41
{var altlisttextcolor #000000}
42
 
43
{! --- common link-settings --- }
44
{var linkcolor #000099}
45
{var activelinkcolor #FF6600}
46
{var visitedlinkcolor #000099}
47
{var hoverlinkcolor #FF6600}
48
 
49
{! --- for the Navigation --- }
50
{var navbackcolor #EEEEEE}
51
{var navtextcolor #000000}
52
{var navhoverbackcolor #FFFFFF}
53
{var navhoverlinkcolor #FF6600}
54
{var navtextweight normal}
55
{var navfont Lucida Sans Unicode, Lucida Grande, Arial}
56
{var navfontsize 12px}
57
 
58
{! --- for the PhorumHead ... the list-header --- }
59
{var headerbackcolor #EEEEEE}
60
{var headertextcolor #000000}
61
{var headertextweight bold}
62
{var headerfont Lucida Sans Unicode, Lucida Grande, Arial}
63
{var headerfontsize 12px}
64
 
65
 
66
 
67
{var tablebordercolor #808080}
68
 
69
{var listlinecolor #F2F2F2}
70
 
71
{var listpagelinkcolor #707070}
72
{var listmodlinkcolor #707070}
73
 
74
 
75
 
76
 
77
 
78
{! --- You can set the table width globaly here ... ONLY tables, no divs are changed--- }
79
{var tablewidth 100%}
80
{var narrowtablewidth 600px}
81
 
82
 
83
 
84
{! --- Some font stuff --- }
85
{var defaultfont "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial}
86
{var largefont "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, sans-serif}
87
{var tinyfont "Bitstream Vera Sans", Arial, sans-serif}
88
{var fixedfont Lucida Console, Andale Mono, Courier New, Courier}
89
{var defaultfontsize 12px}
90
{var defaultboldfontsize 13px}
91
{var largefontsize 16px}
92
{var smallfontsize 11px}
93
{var tinyfontsize 10px}