|
|
|
|
100
|
<li>
|
100
|
<li>
|
101
|
<strong>color</strong>
|
101
|
<strong>color</strong>
|
102
|
Name of the card color. You can use all <a href="http://www.w3schools.com/cssref/css_colornames.asp">CSS color names</a>.
|
102
|
Name of the card color. You can use all <a href="http://www.w3schools.com/cssref/css_colornames.asp">CSS color names</a>.
|
103
|
- Additional custom colors are defined in <i>css/custom-colors.css</i>.
|
|
|
|
|
103
|
+ Additional custom colors are defined in <code>css/custom-colors.css</code>.
|
104
|
</li>
|
104
|
</li>
|
105
|
<li>
|
105
|
<li>
|
106
|
<strong>icon</strong>
|
106
|
<strong>icon</strong>
|
107
|
Name of the card icon. You can use all icons from <a href="http://game-icons.net/">game-icons.net</a>.
|
107
|
Name of the card icon. You can use all icons from <a href="http://game-icons.net/">game-icons.net</a>.
|
108
|
For example, the file name of <a href="http://game-icons.net/lorc/originals/plain-dagger.html">this dagger</a>
|
108
|
For example, the file name of <a href="http://game-icons.net/lorc/originals/plain-dagger.html">this dagger</a>
|
109
|
is "plain-dagger.png", so you would use "plain-dagger" as the icon name.
|
109
|
is "plain-dagger.png", so you would use "plain-dagger" as the icon name.
|
110
|
- Additional custom icon names are defined in <i>css/custom-icons.css</i>.
|
|
|
|
|
110
|
+ Additional custom icon names are defined in <code>css/custom-icons.css</code>.
|
111
|
</li>
|
111
|
</li>
|
112
|
<li>
|
112
|
<li>
|
113
|
<strong>back_icon</strong>
|
113
|
<strong>back_icon</strong>
|
|
|
|
|
132
|
|
132
|
|
133
|
<p>
|
133
|
<p>
|
134
|
Each card element is a string of the following format:
|
134
|
Each card element is a string of the following format:
|
135
|
- <pre>element | param1 | param2</pre><br />
|
|
|
|
|
135
|
+ <pre>"element | param1 | param2"</pre><br />
|
136
|
|
136
|
|
137
|
The following elements are available:
|
137
|
The following elements are available:
|
138
|
|
138
|
|