|
@@ -100,14 +100,14 @@ This is not a complete documentation, but some information that should help you
|
100
|
100
|
<li>
|
101
|
101
|
<strong>color</strong>
|
102
|
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
|
104
|
</li>
|
105
|
105
|
<li>
|
106
|
106
|
<strong>icon</strong>
|
107
|
107
|
Name of the card icon. You can use all icons from <a href="http://game-icons.net/">game-icons.net</a>.
|
108
|
108
|
For example, the file name of <a href="http://game-icons.net/lorc/originals/plain-dagger.html">this dagger</a>
|
109
|
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
|
111
|
</li>
|
112
|
112
|
<li>
|
113
|
113
|
<strong>back_icon</strong>
|
|
@@ -132,7 +132,7 @@ This is not a complete documentation, but some information that should help you
|
132
|
132
|
|
133
|
133
|
<p>
|
134
|
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
|
137
|
The following elements are available:
|
138
|
138
|
|