1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
[OPTIONSDEFINITIONS]
#Name - Name of the option. Use @Name@ in header, footer and markup
# tags to substitute the value.
#Type - Can be one of String, Boolean, Integer, Color
#Allow Values - The values that are allowed for this option. Ignored
# for type Boolean(1|0|true|false) and Color. Values are
# are a | separated list of values. For Integer types a
# range is allowed, specified as in 1:200
#Default - The default to be used. Must be in allowed values (duh)
#Description - Short description, will be used in the GUI to change the
# option.
#Name , Type , Allow Values , Default , Description
MainLineFontWeight,String,Bold|Normal,Bold,The weight of the font
[OPTIONS]
ColumnStyle=false
SymbolicNag=true
MainLineMoveColor=#000000
VariationColor=#00008b
VariationIndentLevel=1
CommentColor=#006400
NagColor=#8b0000
HeaderColor=#00008b
ShowDiagrams=true
DiagramSize=200
[OUTPUTHEADER]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>ChessX HTML Output</title>\n
<style type="text/css">\n
A:link, A:visited { text-decoration: none }\n
A:active { text-decoration: underline }\n
.mainline {font-weight: @MainLineFontWeight@; color: @MainLineMoveColor@}\n
.variation-inline {font-weight: normal; color: @VariationColor@}\n
.variation-indent {margin-left: 30px; font-weight: normal; color: @VariationColor@}\n
.diagram-indent {lfloat:right; ; margin-top: 10px; }\n
.comment-inline {font-weight: normal; text-decoration: none; color: @CommentColor@; font-style: normal}\n
.comment-indent {margin-left: 30px; font-weight: normal; text-decoration: none; color: @CommentColor@; font-style: normal}\n
.nag {font-weight: normal; text-decoration: none; color: @NagColor@; font-style: normal }\n
.headerline {color : @HeaderColor@ }\n
td.mainline {padding-left: 10px; padding-right: 10px; color: @MainLineMoveColor@; width:50%}\n
</style>\n
</head><body>\n
[OUTPUTFOOTER]
</body></html>\n
[MARKUPTAGS]
MarkupHeaderBlock=,<br>\n
MarkupNotationBlock=,
MarkupResult=,<br><hr>\n
MarkupDiagram=<div class="diagram-indent">,</div>
MarkupMainLineMove=,
MarkupVariationMove=,
MarkupMainLine=<div class="mainline">,</div>\n
MarkupVariationInline=<span class="variation-inline">(,)</span>\n
MarkupVariationResume=,
MarkupVariationIndent=<div class="variation-indent">(,)</div>\n
MarkupVariationIndent1=<div class="variation-indent">,</div>\n
MarkupNag=<span class="nag">,</span>\n
MarkupColumnStyleMove=<td width=50%>,
MarkupColumnStyleRow=<tr class="mainline">,
MarkupColumnStyleMainline=<table border=0 width=50%>,</table>
MarkupAnnotationInline=<span class="comment-inline">,</span>\n
MarkupAnnotationIndent=<div class="comment-indent">,</div>\n
MarkupPreAnnotationInline=<span class="comment-inline">,</span>\n
MarkupPreAnnotationIndent=<div class="comment-indent">,</div>\n
MarkupHeaderLine=<span class="headerline">,</span><br>\n
MarkupHeaderTagName=,
MarkupHeaderTagValue=","
MarkupMate=,
|