firefly: prettify the checkboxes and radio butons

This commit is contained in:
Casey Link
2014-05-30 11:46:36 +02:00
parent 06902876fe
commit 7a89c576a2
6 changed files with 518 additions and 178 deletions
+10 -8
View File
@@ -26,14 +26,14 @@ based off of http://jsfiddle.net/A664f/4/
}
input[name="@{rpt}"],
input[name="@{rpt}"] + label
{
input[name="@{rpt}"] + span,
input[name="@{rpt}"] + span + label {
display: none;
}
input[name="@{rpt}"],
input[name="@{rpt}"] + label
{
input[name="@{rpt}"] + span,
input[name="@{rpt}"] + span + label {
z-index: 1;
}
@@ -47,20 +47,22 @@ based off of http://jsfiddle.net/A664f/4/
input[name="@{rpt}"] {
display:inline;
& + label {
& + span,
& + span + label {
display:inline;
}
}
input[name="@{rpt}"]:checked {
display:inline;
& + label {
& + span,
& + span + label {
display:inline;
}
}
}
input[name="@{rpt}"]:checked,
input[name="@{rpt}"]:checked + label
{
input[name="@{rpt}"]:checked + span,
input[name="@{rpt}"]:checked + span + label {
display: none;
}
+9 -6
View File
@@ -29,14 +29,14 @@ based off of http://jsfiddle.net/A664f/4/
}
input[name="@{str}"],
input[name="@{str}"] + label
{
input[name="@{str}"] + span,
input[name="@{str}"] + span + label {
display: none;
}
input[name="@{str}"],
input[name="@{str}"] + label
{
input[name="@{str}"] + span,
input[name="@{str}"] + span + label {
z-index: 1;
}
@@ -50,18 +50,21 @@ based off of http://jsfiddle.net/A664f/4/
input[name="@{str}"] {
display:inline;
& + label {
& + span,
& + span + label {
display:inline;
}
}
input[name="@{str}"]:checked {
display:inline;
& + label {
& + span,
& + span + label {
display:inline;
}
}
}
input[name="@{str}"]:checked,
input[name="@{str}"]:checked + span + label,
input[name="@{str}"]:checked + label
{
display: none;
+372 -114
View File
File diff suppressed because it is too large Load Diff
+46 -49
View File
@@ -13,11 +13,11 @@
<div class="sheet-attributes">
<div class="sheet-dropdown sheet-attribute">
<div class="sheet-drop-attr_Mental">
<input type="radio" name="attr_Mental" value="4" checked="true" /><label> d4<br /></label>
<input type="radio" name="attr_Mental" value="6" /><label> d6<br /></label>
<input type="radio" name="attr_Mental" value="8" /><label> d8<br /></label>
<input type="radio" name="attr_Mental" value="10" /><label> d10<br /></label>
<input type="radio" name="attr_Mental" value="12" /><label> d12<br /></label>
<input type="radio" name="attr_Mental" value="4" checked="true" /><span></span><label> d4<br /></label>
<input type="radio" name="attr_Mental" value="6" /><span></span><label> d6<br /></label>
<input type="radio" name="attr_Mental" value="8" /><span></span><label> d8<br /></label>
<input type="radio" name="attr_Mental" value="10" /><span></span><label> d10<br /></label>
<input type="radio" name="attr_Mental" value="12" /><span></span><label> d12<br /></label>
<div class="sheet-value-1 sheet-d4">d4</div>
<div class="sheet-value-2 sheet-d6">d6</div>
<div class="sheet-value-3 sheet-d8">d8</div>
@@ -29,11 +29,11 @@
<div class="sheet-dropdown sheet-attribute">
<div class="sheet-drop-attr_Physical">
<input type="radio" name="attr_Physical" value="4" checked="true" /><label> d4<br /></label>
<input type="radio" name="attr_Physical" value="6" /><label> d6<br /></label>
<input type="radio" name="attr_Physical" value="8" /><label> d8<br /></label>
<input type="radio" name="attr_Physical" value="10" /><label> d10<br /></label>
<input type="radio" name="attr_Physical" value="12" /><label> d12<br /></label>
<input type="radio" name="attr_Physical" value="4" checked="true" /><span></span><label> d4<br /></label>
<input type="radio" name="attr_Physical" value="6" /><span></span><label> d6<br /></label>
<input type="radio" name="attr_Physical" value="8" /><span></span><label> d8<br /></label>
<input type="radio" name="attr_Physical" value="10" /><span></span><label> d10<br /></label>
<input type="radio" name="attr_Physical" value="12" /><span></span><label> d12<br /></label>
<div class="sheet-value-1 sheet-d4">d4</div>
<div class="sheet-value-2 sheet-d6">d6</div>
<div class="sheet-value-3 sheet-d8">d8</div>
@@ -45,11 +45,11 @@
<div class="sheet-dropdown sheet-attribute">
<div class="sheet-drop-attr_Social">
<input type="radio" name="attr_Social" value="4" checked="true" /><label> d4<br /></label>
<input type="radio" name="attr_Social" value="6" /><label> d6<br /></label>
<input type="radio" name="attr_Social" value="8" /><label> d8<br /></label>
<input type="radio" name="attr_Social" value="10" /><label> d10<br /></label>
<input type="radio" name="attr_Social" value="12" /><label> d12<br /></label>
<input type="radio" name="attr_Social" value="4" checked="true" /><span></span><label> d4<br /></label>
<input type="radio" name="attr_Social" value="6" /><span></span><label> d6<br /></label>
<input type="radio" name="attr_Social" value="8" /><span></span><label> d8<br /></label>
<input type="radio" name="attr_Social" value="10" /><span></span><label> d10<br /></label>
<input type="radio" name="attr_Social" value="12" /><span></span><label> d12<br /></label>
<div class="sheet-value-1 sheet-d4">d4</div>
<div class="sheet-value-2 sheet-d6">d6</div>
<div class="sheet-value-3 sheet-d8">d8</div>
@@ -66,55 +66,55 @@
<table>
<tbody>
<tr>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Craft} Craft">Craft</button><div class="sheet-drop-attr_Craft"><input type="radio" name="attr_Craft" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Craft" value="6" /><label> d6<br /></label><input type="radio" name="attr_Craft" value="8" /><label> d8<br /></label><input type="radio" name="attr_Craft" value="10" /><label> d10<br /></label><input type="radio" name="attr_Craft" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Craft} Craft">Craft</button><div class="sheet-drop-attr_Craft"><input type="radio" name="attr_Craft" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Craft" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Craft" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Craft" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Craft" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_CraftSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{CraftSpeciality}"></button></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Drive} Drive">Drive</button><div class="sheet-drop-attr_Drive"><input type="radio" name="attr_Drive" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Drive" value="6" /><label> d6<br /></label><input type="radio" name="attr_Drive" value="8" /><label> d8<br /></label><input type="radio" name="attr_Drive" value="10" /><label> d10<br /></label><input type="radio" name="attr_Drive" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Drive} Drive">Drive</button><div class="sheet-drop-attr_Drive"><input type="radio" name="attr_Drive" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Drive" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Drive" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Drive" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Drive" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_DriveSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{DriveSpeciality}"></button></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Fight} Fight">Fight</button><div class="sheet-drop-attr_Fight"><input type="radio" name="attr_Fight" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Fight" value="6" /><label> d6<br /></label><input type="radio" name="attr_Fight" value="8" /><label> d8<br /></label><input type="radio" name="attr_Fight" value="10" /><label> d10<br /></label><input type="radio" name="attr_Fight" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Fight} Fight">Fight</button><div class="sheet-drop-attr_Fight"><input type="radio" name="attr_Fight" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Fight" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Fight" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Fight" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Fight" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_FightSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{FightSpeciality}"></button></td>
</tr>
<tr>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Fix} Fix">Fix</button><div class="sheet-drop-attr_Fix"><input type="radio" name="attr_Fix" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Fix" value="6" /><label> d6<br /></label><input type="radio" name="attr_Fix" value="8" /><label> d8<br /></label><input type="radio" name="attr_Fix" value="10" /><label> d10<br /></label><input type="radio" name="attr_Fix" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Fix} Fix">Fix</button><div class="sheet-drop-attr_Fix"><input type="radio" name="attr_Fix" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Fix" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Fix" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Fix" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Fix" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_FixSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{FixSpeciality}"></button></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Fly} Fly">Fly</button><div class="sheet-drop-attr_Fly"><input type="radio" name="attr_Fly" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Fly" value="6" /><label> d6<br /></label><input type="radio" name="attr_Fly" value="8" /><label> d8<br /></label><input type="radio" name="attr_Fly" value="10" /><label> d10<br /></label><input type="radio" name="attr_Fly" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Fly} Fly">Fly</button><div class="sheet-drop-attr_Fly"><input type="radio" name="attr_Fly" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Fly" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Fly" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Fly" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Fly" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_FlySpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{FlySpeciality}"></button></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Focus} Focus">Focus</button><div class="sheet-drop-attr_Focus"><input type="radio" name="attr_Focus" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Focus" value="6" /><label> d6<br /></label><input type="radio" name="attr_Focus" value="8" /><label> d8<br /></label><input type="radio" name="attr_Focus" value="10" /><label> d10<br /></label><input type="radio" name="attr_Focus" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Focus} Focus">Focus</button><div class="sheet-drop-attr_Focus"><input type="radio" name="attr_Focus" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Focus" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Focus" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Focus" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Focus" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_FocusSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{FocusSpeciality}"></button></td>
</tr>
<tr>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Influence} Influence">Influence</button><div class="sheet-drop-attr_Influence"><input type="radio" name="attr_Influence" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Influence" value="6" /><label> d6<br /></label><input type="radio" name="attr_Influence" value="8" /><label> d8<br /></label><input type="radio" name="attr_Influence" value="10" /><label> d10<br /></label><input type="radio" name="attr_Influence" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Influence} Influence">Influence</button><div class="sheet-drop-attr_Influence"><input type="radio" name="attr_Influence" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Influence" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Influence" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Influence" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Influence" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_InfluenceSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{InfluenceSpeciality}"></button></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Know} Know">Know</button><div class="sheet-drop-attr_Know"><input type="radio" name="attr_Know" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Know" value="6" /><label> d6<br /></label><input type="radio" name="attr_Know" value="8" /><label> d8<br /></label><input type="radio" name="attr_Know" value="10" /><label> d10<br /></label><input type="radio" name="attr_Know" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Know} Know">Know</button><div class="sheet-drop-attr_Know"><input type="radio" name="attr_Know" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Know" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Know" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Know" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Know" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_KnowSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{KnowSpeciality}"></button></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Labor} Labor">Labor</button><div class="sheet-drop-attr_Labor"><input type="radio" name="attr_Labor" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Labor" value="6" /><label> d6<br /></label><input type="radio" name="attr_Labor" value="8" /><label> d8<br /></label><input type="radio" name="attr_Labor" value="10" /><label> d10<br /></label><input type="radio" name="attr_Labor" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Labor} Labor">Labor</button><div class="sheet-drop-attr_Labor"><input type="radio" name="attr_Labor" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Labor" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Labor" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Labor" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Labor" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_LaborSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{LaborSpeciality}"></button></td>
</tr>
<tr>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Move} Move">Move</button><div class="sheet-drop-attr_Move"><input type="radio" name="attr_Move" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Move" value="6" /><label> d6<br /></label><input type="radio" name="attr_Move" value="8" /><label> d8<br /></label><input type="radio" name="attr_Move" value="10" /><label> d10<br /></label><input type="radio" name="attr_Move" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Move} Move">Move</button><div class="sheet-drop-attr_Move"><input type="radio" name="attr_Move" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Move" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Move" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Move" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Move" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_MoveSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{MoveSpeciality}"></button></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Notice} Notice">Notice</button><div class="sheet-drop-attr_Notice"><input type="radio" name="attr_Notice" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Notice" value="6" /><label> d6<br /></label><input type="radio" name="attr_Notice" value="8" /><label> d8<br /></label><input type="radio" name="attr_Notice" value="10" /><label> d10<br /></label><input type="radio" name="attr_Notice" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Notice} Notice">Notice</button><div class="sheet-drop-attr_Notice"><input type="radio" name="attr_Notice" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Notice" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Notice" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Notice" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Notice" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_NoticeSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{NoticeSpeciality}"></button></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Operate} Operate">Operate</button><div class="sheet-drop-attr_Operate"><input type="radio" name="attr_Operate" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Operate" value="6" /><label> d6<br /></label><input type="radio" name="attr_Operate" value="8" /><label> d8<br /></label><input type="radio" name="attr_Operate" value="10" /><label> d10<br /></label><input type="radio" name="attr_Operate" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Operate} Operate">Operate</button><div class="sheet-drop-attr_Operate"><input type="radio" name="attr_Operate" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Operate" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Operate" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Operate" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Operate" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_OperateSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{OperateSpeciality}"></button></td>
</tr>
<tr>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Perform} Perform">Perform</button><div class="sheet-drop-attr_Perform"><input type="radio" name="attr_Perform" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Perform" value="6" /><label> d6<br /></label><input type="radio" name="attr_Perform" value="8" /><label> d8<br /></label><input type="radio" name="attr_Perform" value="10" /><label> d10<br /></label><input type="radio" name="attr_Perform" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Perform} Perform">Perform</button><div class="sheet-drop-attr_Perform"><input type="radio" name="attr_Perform" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Perform" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Perform" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Perform" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Perform" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_PerformSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{PerformSpeciality}"></button></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Shoot} Shoot">Shoot</button><div class="sheet-drop-attr_Shoot"><input type="radio" name="attr_Shoot" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Shoot" value="6" /><label> d6<br /></label><input type="radio" name="attr_Shoot" value="8" /><label> d8<br /></label><input type="radio" name="attr_Shoot" value="10" /><label> d10<br /></label><input type="radio" name="attr_Shoot" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Shoot} Shoot">Shoot</button><div class="sheet-drop-attr_Shoot"><input type="radio" name="attr_Shoot" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Shoot" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Shoot" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Shoot" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Shoot" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_ShootSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{ShootSpeciality}"></button></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Sneak} Sneak">Sneak</button><div class="sheet-drop-attr_Sneak"><input type="radio" name="attr_Sneak" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Sneak" value="6" /><label> d6<br /></label><input type="radio" name="attr_Sneak" value="8" /><label> d8<br /></label><input type="radio" name="attr_Sneak" value="10" /><label> d10<br /></label><input type="radio" name="attr_Sneak" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Sneak} Sneak">Sneak</button><div class="sheet-drop-attr_Sneak"><input type="radio" name="attr_Sneak" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Sneak" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Sneak" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Sneak" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Sneak" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_SneakSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{SneakSpeciality}"></button></td>
</tr>
<tr>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Survive} Survive">Survive</button><div class="sheet-drop-attr_Survive"><input type="radio" name="attr_Survive" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Survive" value="6" /><label> d6<br /></label><input type="radio" name="attr_Survive" value="8" /><label> d8<br /></label><input type="radio" name="attr_Survive" value="10" /><label> d10<br /></label><input type="radio" name="attr_Survive" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Survive} Survive">Survive</button><div class="sheet-drop-attr_Survive"><input type="radio" name="attr_Survive" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Survive" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Survive" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Survive" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Survive" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_SurviveSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{SurviveSpeciality}"></button></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Throw} Throw">Throw</button><div class="sheet-drop-attr_Throw"><input type="radio" name="attr_Throw" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Throw" value="6" /><label> d6<br /></label><input type="radio" name="attr_Throw" value="8" /><label> d8<br /></label><input type="radio" name="attr_Throw" value="10" /><label> d10<br /></label><input type="radio" name="attr_Throw" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Throw} Throw">Throw</button><div class="sheet-drop-attr_Throw"><input type="radio" name="attr_Throw" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Throw" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Throw" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Throw" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Throw" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_ThrowSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{ThrowSpeciality}"></button></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Treat} Treat">Treat</button><div class="sheet-drop-attr_Treat"><input type="radio" name="attr_Treat" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Treat" value="6" /><label> d6<br /></label><input type="radio" name="attr_Treat" value="8" /><label> d8<br /></label><input type="radio" name="attr_Treat" value="10" /><label> d10<br /></label><input type="radio" name="attr_Treat" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Treat} Treat">Treat</button><div class="sheet-drop-attr_Treat"><input type="radio" name="attr_Treat" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Treat" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Treat" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Treat" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Treat" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_TreatSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{TreatSpeciality}"></button></td>
</tr>
<tr>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Trick} Trick">Trick</button><div class="sheet-drop-attr_Trick"><input type="radio" name="attr_Trick" value="4" checked="true" /><label> d4<br /></label><input type="radio" name="attr_Trick" value="6" /><label> d6<br /></label><input type="radio" name="attr_Trick" value="8" /><label> d8<br /></label><input type="radio" name="attr_Trick" value="10" /><label> d10<br /></label><input type="radio" name="attr_Trick" value="12" /><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><div class="sheet-dropdown"><button type="roll" value="!pool add @{Trick} Trick">Trick</button><div class="sheet-drop-attr_Trick"><input type="radio" name="attr_Trick" value="4" checked="true" /><span></span><label> d4<br /></label><input type="radio" name="attr_Trick" value="6" /><span></span><label> d6<br /></label><input type="radio" name="attr_Trick" value="8" /><span></span><label> d8<br /></label><input type="radio" name="attr_Trick" value="10" /><span></span><label> d10<br /></label><input type="radio" name="attr_Trick" value="12" /><span></span><label> d12<br /></label><div class="sheet-value-1 sheet-d4-s">d4</div><div class="sheet-value-2 sheet-d6-s">d6</div><div class="sheet-value-3 sheet-d8-s">d8</div><div class="sheet-value-4 sheet-d10-s">d10</div><div class="sheet-value-5 sheet-d12-s">d12</div></div></div></td>
<td><input type="text" name="attr_TrickSpeciality" class="sheet-skill-spec"/><button type="roll" value="!pool add 6 @{TrickSpeciality}"></button></td>
</tr>
@@ -128,31 +128,29 @@
<div class="sheet-distinct-head"><input type="text" name="attr_distinction1_name" /><button type="roll" value="!pool add 8 @{distinction1_name}"></button></div>
<input type="text" name="attr_distinction1_lore" class="sheet-lore"/>
<div class="sheet-ul">
<div class="sheet-li"><input type="checkbox" name="attr_distinction1_trigger1_enabled" value="1" checked="true"/><textarea name="attr_distinction1_trigger1" rows="1">Gain 1 Plot Point when you roll a d4 instead of a d8.</textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction1_trigger2_enabled"/><textarea name="attr_distinction1_trigger2" rows="1"></textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction1_trigger3_enabled"/><textarea name="attr_distinction1_trigger3" rows="1"></textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction1_trigger1_enabled" value="1" checked="true"/><span></span><textarea name="attr_distinction1_trigger1" rows="1">Gain 1 Plot Point when you roll a d4 instead of a d8.</textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction1_trigger2_enabled"/><span></span><textarea name="attr_distinction1_trigger2" rows="1"></textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction1_trigger3_enabled"/><span></span><textarea name="attr_distinction1_trigger3" rows="1"></textarea></div>
</div>
<p class="sheet-distinction-skills">Highlighted Skills: <input type="text" name="attr_distinction1_skill1"/><input type="text" name="attr_distinction1_skill2"/><input type="text" name="attr_distinction1_skill3"/></p>
</div>
<hr/>
<div class="sheet-distinctions">
<div class="sheet-distinct-head"><input type="text" name="attr_distinction2_name" /><button type="roll" value="!pool add 8 @{distinction2_name}"></button></div>
<input type="text" name="attr_distinction2_lore" class="sheet-lore"/>
<div class="sheet-ul">
<div class="sheet-li"><input type="checkbox" name="attr_distinction2_trigger1_enabled" value="1" checked="true"/><textarea name="attr_distinction2_trigger1" rows="1">Gain 1 Plot Point when you roll a d4 instead of a d8.</textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction2_trigger2_enabled"/><textarea name="attr_distinction2_trigger2" rows="1"></textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction2_trigger3_enabled"/><textarea name="attr_distinction2_trigger3" rows="1"></textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction2_trigger1_enabled" value="1" checked="true"/><span></span><textarea name="attr_distinction2_trigger1" rows="1">Gain 1 Plot Point when you roll a d4 instead of a d8.</textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction2_trigger2_enabled"/><span></span><textarea name="attr_distinction2_trigger2" rows="1"></textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction2_trigger3_enabled"/><span></span><textarea name="attr_distinction2_trigger3" rows="1"></textarea></div>
</div>
<p class="sheet-distinction-skills">Highlighted Skills: <input type="text" name="attr_distinction2_skill1"/><input type="text" name="attr_distinction2_skill2"/><input type="text" name="attr_distinction2_skill3"/></p>
</div>
<hr/>
<div class="sheet-distinctions">
<div class="sheet-distinct-head"><input type="text" name="attr_distinction3_name" /><button type="roll" value="!pool add 8 @{distinction3_name}"></button></div>
<input type="text" name="attr_distinction3_lore" class="sheet-lore"/>
<div class="sheet-ul">
<div class="sheet-li"><input type="checkbox" name="attr_distinction3_trigger1_enabled" value="1" checked="true"/><textarea name="attr_distinction3_trigger1" rows="1">Gain 1 Plot Point when you roll a d4 instead of a d8.</textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction3_trigger2_enabled"/><textarea name="attr_distinction3_trigger2" rows="1"></textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction3_trigger3_enabled"/><textarea name="attr_distinction3_trigger3" rows="1"></textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction3_trigger1_enabled" value="1" checked="true"/><span></span><textarea name="attr_distinction3_trigger1" rows="1">Gain 1 Plot Point when you roll a d4 instead of a d8.</textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction3_trigger2_enabled"/><span></span><textarea name="attr_distinction3_trigger2" rows="1"></textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_distinction3_trigger3_enabled"/><span></span><textarea name="attr_distinction3_trigger3" rows="1"></textarea></div>
</div>
<p class="sheet-distinction-skills">Highlighted Skills: <input type="text" name="attr_distinction3_skill1"/><input type="text" name="attr_distinction3_skill2"/><input type="text" name="attr_distinction3_skill3"/></p>
</div>
@@ -165,9 +163,8 @@
<div class="sheet-dropdown">
<div class="sheet-drop-sigasset">
<input type="radio" name="attr_sigasset_mark" value="1" checked="true" style="display:none"/>
<input type="radio" name="attr_sigasset_value" value="6" checked="true"/><label> d6<br /></label>
<input type="radio" name="attr_sigasset_value" value="8" /><label> d8<br /></label>
<input type="radio" name="attr_sigasset_value" value="10" /><label> d10<br /></label>
<input type="radio" name="attr_sigasset_value" value="6" checked="true"/><span></span><label> d6<br /></label>
<input type="radio" name="attr_sigasset_value" value="8" /><span></span><label> d8<br /></label>
<div class="sheet-value-1 sheet-d6">d6</div>
<div class="sheet-value-2 sheet-d8">d8</div>
</div>
@@ -177,7 +174,7 @@
</div>
<textarea rows="2" name="attr_sigasset_lore" class="sheet-lore"> </textarea>
<div class="sheet-ul">
<div class="sheet-li"><input type="checkbox" name="attr_sigasset_trigger1_enabled" value=" "/><textarea name="attr_sigasset_trigger" rows="1"> </textarea></div>
<div class="sheet-li"><input type="checkbox" name="attr_sigasset_trigger1_enabled" value=" "/><span></span><textarea name="attr_sigasset_trigger" rows="1"> </textarea></div>
</div>
</div>
</fieldset>
+70
View File
@@ -194,4 +194,74 @@
max-width: 100%;
}
.hideCheckboxRadios() {
/* Hide actual radio/checkbox */
opacity: 0;
width: 16px;
height: 16px;
position: relative;
top: 5px;
left: 6px;
margin: -10px;
cursor: pointer;
z-index: 1;
}
/** apply to input[type=radio/checkbox] */
.fakeRadioCheckBox() {
.hideCheckboxRadios();
& + span:before {
/* Fake radio/checkbox */
margin-right: 4px;
border: solid 1px #a8a8a8;
line-height: 14px;
text-align: center;
display: inline-block;
vertical-align: middle;
-moz-box-shadow: 0 0 2px #ccc;
-webkit-box-shadow: 0 0 2px #ccc;
box-shadow: 0 0 2px #ccc;
background: #f6f6f6;
background: -moz-radial-gradient(#f6f6f6, #dfdfdf);
background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);
background: -ms-radial-gradient(#f6f6f6, #dfdfdf);
background: -o-radial-gradient(#f6f6f6, #dfdfdf);
background: radial-gradient(#f6f6f6, #dfdfdf);
}
}
.fakeRadio() {
& + span::before {
content: "";
width: 12px;
height: 12px;
font-size: 24px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
&:checked + span::before
{
content: "•";
}
}
.fakeCheckbox() {
& + span::before {
content: "";
width: 14px;
height: 14px;
font-size: 12px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
.check();
}
&:checked + span::before {
.check-on();
}
}
+11 -1
View File
@@ -85,6 +85,16 @@
.inputLine();
}
}
input[type=checkbox],
input[type=radio] {
.fakeRadioCheckBox();
}
input[type=checkbox] {
.fakeCheckbox();
}
input[type=radio] {
.fakeRadio();
}
}
}
@@ -204,7 +214,6 @@
margin: 0;
}
input[type=checkbox] {
margin-right: 5px;
}
}
}
@@ -317,6 +326,7 @@
.makeDropdown(attr_Treat, 5);
.makeDropdown(attr_Trick, 5);
.makeDropdownRepeat(attr_sigasset_value, attr_sigasset_mark, sigasset, 2, 35px, 2);
.makeDropdownRepeat(attr_0_repeating_sigassets_sigasset_value, attr_0_repeating_sigassets_sigasset_mark, sigasset, 2, 35px, 2);
.makeDropdownRepeat(attr_1_repeating_sigassets_sigasset_value, attr_1_repeating_sigassets_sigasset_mark, sigasset, 2, 35px, 2);
.makeDropdownRepeat(attr_2_repeating_sigassets_sigasset_value, attr_2_repeating_sigassets_sigasset_mark, sigasset, 2, 35px, 2);