remove actions

This commit is contained in:
Mark
2016-02-06 17:25:07 +01:00
parent 7055ea429e
commit 2f6f0c1cec
2 changed files with 4 additions and 64 deletions
File diff suppressed because one or more lines are too long
+3 -63
View File
@@ -1170,7 +1170,6 @@ span[class^='sheet-toggle-'] {
}
@include tab-toggle('page-core', 32px, 'padding');
@include tab-toggle('page-actions', 96px, 'padding');
@include tab-toggle('page-spells', 39px, 'padding');
@include tab-toggle('page-character', 65px, 'padding');
@include tab-toggle('page-resources', 67px, 'padding');
@@ -1181,14 +1180,6 @@ span[class^='sheet-toggle-'] {
@include tab-toggle('icon-attack-settings', 13px, 'padding');
@include tab-toggle('traits', 32px, 'padding');
@include tab-toggle('regional-effects', 91px, 'padding');
@include tab-toggle('lair-actions', 66px, 'padding');
@include tab-toggle('legendary-actions', 104px, 'padding');
@include tab-toggle('reactions', 57px, 'padding');
@include tab-toggle('multiattack', 60px, 'padding');
@include tab-toggle('actions', 42px, 'padding');
$tab-hd-single-digit-width: 14px;
$tab-hd-double-digit-width: 20px;
@include tab-toggle('hd-d2', $tab-hd-single-digit-width, 'halfPadding');
@@ -1345,7 +1336,6 @@ span.sheet-toggle-language {
input.sheet-toggle-page-core:checked ~ div.sheet-section-core,
input.sheet-toggle-page-character:checked ~ div.sheet-section-character,
input.sheet-toggle-page-resources:checked ~ div.sheet-section-resources,
input.sheet-toggle-page-actions:checked ~ div.sheet-section-actions,
input.sheet-toggle-page-spells:checked ~ div.sheet-section-spells,
input.sheet-toggle-page-equipment:checked ~ div.sheet-section-equipment,
input.sheet-toggle-page-settings:checked ~ div.sheet-section-settings,
@@ -1401,12 +1391,7 @@ input[class^='sheet-toggle-page-']:checked + span[class^='sheet-toggle-page-'] {
margin-left: 1px;
}
.sheet-section-actions hr {
height: 5px;
}
.sheet-spell .sheet-wrap-box,
.sheet-section-actions .sheet-wrap-box {
.sheet-spell .sheet-wrap-box {
background-color: rgb(245, 245, 245);
box-shadow: 0 0 5px #676767;
padding: 3px;
@@ -1421,14 +1406,6 @@ input[class^='sheet-toggle-page-']:checked + span[class^='sheet-toggle-page-'] {
}
}
.sheet-section-actions .sheet-wrap-box select {
height: 17px;
}
.sheet-section-actions textarea {
font-size: 85%;
}
input[readonly] {
background-color: inherit;
cursor: inherit;
@@ -1497,13 +1474,6 @@ input.sheet-toggle-hidden-info:checked ~ div.sheet-toggle-hidden-info {
input.sheet-toggle-icon-settings:not(:checked) ~ div.sheet-details,
input.sheet-toggle-traits:not(:checked) ~ div.sheet-toggle-traits,
input.sheet-toggle-regional-effects:not(:checked) ~ div.sheet-toggle-regional-effects,
input.sheet-toggle-lair-actions:not(:checked) ~ div.sheet-toggle-lair-actions,
input.sheet-toggle-legendary-actions:not(:checked) ~ div.sheet-toggle-legendary-actions,
input.sheet-toggle-reactions:not(:checked) ~ div.sheet-toggle-reactions,
input.sheet-toggle-multiattack:not(:checked) ~ div.sheet-toggle-multiattack,
input.sheet-toggle-actions:not(:checked) ~ div.sheet-toggle-actions,
input.sheet-toggle-reach:not(:checked) ~ div div.sheet-toggle-reach,
input.sheet-toggle-range:not(:checked) ~ div div.sheet-toggle-range,
input.sheet-toggle-range:not(:checked) ~ .sheet-toggle-ammo,
@@ -1513,8 +1483,6 @@ input.sheet-toggle-ammo:not(:checked) ~ .sheet-toggle-ammo-auto,
input.sheet-toggle-target:not(:checked) ~ div div.sheet-toggle-target,
input.sheet-toggle-alt-damage:not(:checked) ~ div div.sheet-toggle-alt-damage,
input.sheet-toggle-spell-points:not(:checked) ~ .sheet-spell-points,
input.sheet-toggle-spells-filter-level-cantrips:checked ~ div .repcontainer input.sheet-toggle-spell-level-cantrip:not(:checked) ~ .sheet-spell,
input.sheet-toggle-spells-filter-level-1:checked ~ div .repcontainer input.sheet-toggle-spell-level-1:not(:checked) ~ .sheet-spell,
input.sheet-toggle-spells-filter-level-2:checked ~ div .repcontainer input.sheet-toggle-spell-level-2:not(:checked) ~ .sheet-spell,
@@ -1556,6 +1524,7 @@ input.sheet-toggle-hd-d12:not(:checked) ~ div.sheet-toggle-hd-d12,
input.sheet-toggle-hd-d20:not(:checked) ~ div.sheet-toggle-hd-d20,
input.sheet-toggle-spell-slots:not(:checked) ~ .sheet-spell-slots,
input.sheet-toggle-spell-points:not(:checked) ~ .sheet-spell-points,
input.sheet-toggle-spell-slots:not(:checked) ~ div div.sheet-spell-slots-points,
input.sheet-toggle-sorcerer-levels:not(:checked) ~ div .sheet-spell-sorcery-points,
input.sheet-toggle-warlock-levels:not(:checked) ~ div .sheet-spell-warlock-slots,
@@ -1659,34 +1628,6 @@ span.sheet-toggle-icon-settings {
margin-top: 0;
}
input,
span {
&.sheet-toggle-traits,
&.sheet-toggle-regional-effects,
&.sheet-toggle-lair-actions,
&.sheet-toggle-legendary-actions,
&.sheet-toggle-reactions,
&.sheet-toggle-multiattack,
&.sheet-toggle-actions {
height: 14px;
margin-bottom: 2px;
margin-top: 2px;
}
}
span {
&.sheet-toggle-icon-settings,
&.sheet-toggle-traits,
&.sheet-toggle-regional-effects,
&.sheet-toggle-lair-actions,
&.sheet-toggle-legendary-actions,
&.sheet-toggle-reactions,
&.sheet-toggle-multiattack,
&.sheet-toggle-actions {
font-size: 12px;
}
}
.sheet-no-background {
background-color: transparent !important;
}
@@ -1910,8 +1851,7 @@ textarea {
}
}
.sheet-section-spells .sheet-wrap-box textarea,
.sheet-section-actions .sheet-wrap-box textarea {
.sheet-section-spells .sheet-wrap-box textarea {
font-size: 11px;
}