Update to the Impulse Drive Character Sheet to rules version 3.5

The Impulse Drive sheets have been updated for a better look, new
functionality, and to bring features in line with the 3.5 version of the
game rules. While many elements have changed, relevant Attributes have
been tested and kept the same for compatibility with older versions of
the sheet.
This commit is contained in:
madadric
2018-01-22 22:58:52 +11:00
parent 296aff9e8e
commit 4510cd2a34
4 changed files with 1325 additions and 832 deletions
File diff suppressed because it is too large Load Diff
+588 -123
View File
@@ -1,146 +1,611 @@
h1 {text-align: center;}
h2 {text-align: center;}
h3 {
text-align: center;}
h4 {
text-align: center;
padding-top: 5px;
}
div.bg {
background-color: #EBEBFF;
}
div.sheet-tab-content { display: none; }
input.sheet-tab1:checked ~ div.sheet-tab1,
input.sheet-tab2:checked ~ div.sheet-tab2,
{
display: block;
.sheet-main-div .sheet-row .sheet-col {
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
input.sheet-tab
{
width: 50%;
height: 20px;
position: relative;
top: 5px;
left: 6px;
margin: -1.5px;
cursor: pointer;
z-index: 1;
.sheet-main-div .sheet-ml1 {
margin-left: 1em;
}
input.sheet-tab::before
{
content: attr(title);
border: solid 1px #a8a8a8;
border-bottom-color: black;
text-align: center;
display: inline-block;
background: #fff;
background: -moz-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: -webkit-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: -ms-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: -o-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
width: 100%;
height: 20px;
font-size: 18px;
.sheet-main-div .sheet-mr1 {
margin-right: 1em;
}
input.sheet-tab:checked::before
{
background: #dcdcdc;
background: -moz-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: -webkit-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: -ms-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: -o-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
border-bottom-color: #fff;
.sheet-main-div .sheet-mt25 {
margin-top: .25em;
}
input.sheet-tab:not(:first-child)::before
{
border-left: none;
.sheet-main-div .sheet-mb25 {
margin-bottom: .25em;
}
div.sheet-tab-content
{
background: #D6F5FF;
border: 1px solid #a8a8a8;
border-top-color: #000;
margin: 2px 0 0 5px;
padding: 5px;
.sheet-main-div label {
display: inline;
font-size: inherit;
line-height: inherit;
font-weight: bold;
padding-right: .15em;
}
/*drives*/
/*div.sheet-tab-content { display: none; }*/
input.sheet-tab1:checked ~ div.sheet-tab1,
input.sheet-tab2:checked ~ div.sheet-tab2,
input.sheet-tab3:checked ~ div.sheet-tab3,
input.sheet-tab4:checked ~ div.sheet-tab4,
input.sheet-tab5:checked ~ div.sheet-tab5,
{
display: block;
.sheet-main-div label.sheet-label-bold {
display: inline-block;
text-transform: uppercase;
font-family: 'Contrail One', Courier, monospace;
font-weight: bold;
font-size: 1.25em;
width: 100%;
margin-bottom: 0;
}
input.sheet-drivetab
{
width: 19%;
height: 20px;
position: relative;
top: 5px;
left: 6px;
margin: -1.5px;
cursor: pointer;
z-index: 1;
.sheet-main-div label.sheet-label-bold-inline {
display: inline;
text-transform: uppercase;
font-family: 'Contrail One', Courier, monospace;
font-weight: bold;
font-size: 1.25em;
line-height: 2;
margin-right: .25em;
vertical-align: middle;
}
input.sheet-drivetab::before
{
content: attr(title);
border: solid 1px #a8a8a8;
border-bottom-color: black;
text-align: center;
display: inline-block;
background: #fff;
background: -moz-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: -webkit-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: -ms-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: -o-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
width: 100%;
height: 20px;
font-size: 18px;
.sheet-main-div label.sheet-label-full {
display: inline-block;
margin: .5em 0 .25em 0;
padding: .25em;
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 1px solid #036;
background: #369;
color: #fff;
text-transform: uppercase;
width: 100%;
font-size: 1.6em;
line-height: 1.25;
font-family: 'Contrail One', Courier, monospace;
font-weight: bold;
}
input.sheet-drivetab:checked::before
{
background: #dcdcdc;
background: -moz-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: -webkit-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: -ms-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: -o-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
border-bottom-color: #fff;
.sheet-main-div .sheet-input-hidden {
display: none;
}
input.sheet-drivetab:not(:first-child)::before
{
border-left: none;
.sheet-main-div input, select, textarea {
margin-bottom: 0;
}
div.sheet-drivetab-content
{
background: #D6F5FF;
border: 1px solid #a8a8a8;
border-top-color: #000;
margin: 2px 0 0 5px;
padding: 5px;
.sheet-main-div input[type="radio"],
.sheet-main-div input[type="checkbox"] {
margin: 0 .25em 0 0;
}
.sheet-main-div input[type="text"],
.sheet-main-div input[type="number"] {
padding: .25em;
box-sizing: border-box;
-moz-box-sizing: border-box;
font-size: 1em;
line-height: 1em;
}
.sheet-main-div .sheet-fancy-checkbox {
opacity: 0;
width: 16px;
height: 15px;
margin-right: -16px !important;
cursor: pointer;
z-index: 1;
}
.sheet-main-div .sheet-fancy-checkbox + span::before {
display: inline-block;
vertical-align: middle;
line-height: 15px;
width: 16px;
height: 15px;
background: url('https://i.imgur.com/5tnFvnK.png') 0 0 no-repeat;
background-size: cover;
content: '';
}
.sheet-main-div .sheet-fancy-checkbox:checked + span::before {
background: url('https://i.imgur.com/tYrkuxx.png') 0 0 no-repeat;
background-size: cover;
}
.sheet-main-div .sheet-input-full {
width: 100%;
margin-bottom: .5em;
}
.sheet-main-div textarea {
padding: .5em .25em;
box-sizing: border-box;
-moz-box-sizing: border-box;
font-size: 1em;
line-height: 1em;
}
.sheet-main-div textarea.sheet-textarea-small {
height: 4em;
}
.sheet-main-div textarea.sheet-textarea-medium {
height: 7em;
}
.sheet-main-div textarea.sheet-textarea-large {
height: 10em;
}
.sheet-main-div .sheet-repeated-item-wrapper {
padding-bottom: .5em;
border-bottom: 1px solid #999;
margin-bottom: .75em;
}
.sheet-main-div .sheet-note {
padding: 0;
margin: 0 0 .5em 0;
}
.sheet-main-div .sheet-list-plain {
list-style-type: none;
padding: 0;
margin: 0 0 .5em 0;
}
.sheet-main-div .sheet-list-plain li {
padding: .5em;
margin: 0;
}
.sheet-main-div .sheet-list-plain li.sheet-odd {
background-color: rgba(255, 255, 255, 0.5);
}
.sheet-main-div .sheet-type-toggle-label {
display: inline-block;
width: auto;
padding: 0;
margin: 0;
text-align: right;
text-transform: uppercase;
font-family: 'Contrail One', Courier, monospace;
font-weight: bold;
font-size: 1.25em;
vertical-align: middle;
}
.sheet-main-div .sheet-type-toggle {
opacity: 0;
width: 122px;
height: 26px;
position: relative;
margin: 0 !important;
top: 5px;
left: 6px;
cursor: pointer;
z-index: 1;
}
.sheet-main-div .sheet-type-toggle + span::before {
display: inline-block;
width: 120px;
height: 24px;
border: 1px solid #036;
margin-left: -116px;
vertical-align: middle;
box-sizing: border-box;
-moz-box-sizing: border-box;
content: attr(title);
text-transform: uppercase;
font-family: 'Contrail One', Courier, monospace;
font-weight: bold;
font-size: 1.25em;
line-height: 1.4;
text-align: center;
}
.sheet-main-div .sheet-type-toggle:checked + span::before {
background: #369;
color: #fff;
}
.sheet-tab-content {
background: #d6f5ff url('https://i.imgur.com/HoueEPm.gif');
border: 1px solid #a8a8a8;
border-top-color: #000;
margin-top: .5em;
padding: 1em;
display: none;
}
input.sheet-type-char:checked ~ div.sheet-type-char,
input.sheet-type-ship:checked ~ div.sheet-type-ship {
display: block;
}
/*-----------------*
* Character Sheet *
*-----------------*/
.sheet-advances-wrapper input[type="checkbox"],
.sheet-stress-wrapper input[type="checkbox"] {
opacity: 0;
width: 32px;
height: 30px;
margin-right: -32px;
cursor: pointer;
z-index: 1;
}
.sheet-advances-wrapper input[type="checkbox"] + span::before,
.sheet-stress-wrapper input[type="checkbox"] + span::before {
display: inline-block;
vertical-align: middle;
line-height: 30px;
width: 32px;
height: 30px;
background: url('https://i.imgur.com/5tnFvnK.png') 0 0 no-repeat;
content: '';
}
.sheet-advances-wrapper input[type="checkbox"]:checked + span::before,
.sheet-stress-wrapper input[type="checkbox"]:checked + span::before {
background: url('https://i.imgur.com/tYrkuxx.png') 0 0 no-repeat;
}
.sheet-attr-wrapper {
width: 100%;
margin-bottom: .5em;
box-sizing: border-box;
-moz-box-sizing: border-box;
display: table;
}
.sheet-attr-wrapper .sheet-attr-box {
display: table-cell;
vertical-align: middle;
width: 20%;
padding: .5em;
box-sizing: border-box;
-moz-box-sizing: border-box;
text-align: center;
}
.sheet-attr-wrapper .sheet-attr-box label {
text-align: center;
}
.sheet-attr-wrapper .sheet-attr-box.sheet-odd {
background-color: rgba(255, 255, 255, 0.5);
}
.sheet-attr-wrapper .sheet-attr-box > * {
display: inline;
}
.sheet-moves-wrapper input[type="text"],
.sheet-moves-wrapper textarea,
.sheet-foibles-wrapper textarea,
.sheet-hooks-wrapper textarea {
margin-bottom: .5em;
}
.sheet-gear-wrapper .repcontainer .repitem,
.sheet-gear-wrapper .repcontrol {
width: 48%;
float: left;
margin-bottom: .5em;
}
.sheet-gear-wrapper .repcontainer .repitem:nth-child(2n+1),
.sheet-gear-wrapper .repcontrol:nth-child(2n+1) {
margin-right: 2%;
}
.sheet-projlen-tick {
display: none;
}
.sheet-projlen-is-4:checked ~ .sheet-projlen-4,
.sheet-projlen-is-5:checked ~ .sheet-projlen-5,
.sheet-projlen-is-6:checked ~ .sheet-projlen-6 {
display: inline-block;
}
.sheet-progress-checkbox {
opacity: 0;
width: 32px;
height: 30px;
margin-right: -32px !important;
cursor: pointer;
z-index: 1;
}
.sheet-progress-checkbox + span::before {
display: inline-block;
vertical-align: middle;
line-height: 30px;
width: 32px;
height: 30px;
background: url('https://i.imgur.com/5tnFvnK.png') 0 0 no-repeat;
content: '';
}
.sheet-progress-checkbox:checked + span::before {
background: url('https://i.imgur.com/tYrkuxx.png') 0 0 no-repeat;
}
/*------------*
* Ship Sheet *
*------------*/
.sheet-ship-attr-wrapper {
width: 100%;
margin-bottom: .5em;
box-sizing: border-box;
-moz-box-sizing: border-box;
display: table;
}
.sheet-ship-attr-wrapper .sheet-ship-attr-box {
display: table-cell;
vertical-align: middle;
width: 25%;
padding: .5em;
box-sizing: border-box;
-moz-box-sizing: border-box;
text-align: center;
}
.sheet-ship-attr-wrapper .sheet-ship-attr-box label {
text-align: center;
}
.sheet-ship-attr-wrapper .sheet-ship-attr-box.sheet-odd {
background-color: rgba(255, 255, 255, 0.5);
}
.sheet-ship-attr-wrapper .sheet-ship-attr-box > * {
display: inline;
}
.sheet-class-section {
display: none;
}
.sheet-is-smuggler:checked ~ .sheet-smuggler,
.sheet-is-predator:checked ~ .sheet-predator,
.sheet-is-vanguard:checked ~ .sheet-vanguard,
.sheet-is-marauder:checked ~ .sheet-marauder {
display: block;
}
.sheet-maintenance-fuse {
opacity: 0;
width: 32px;
height: 30px;
margin-right: -32px !important;
cursor: pointer;
z-index: 1;
}
.sheet-maintenance-fuse + span::before {
display: inline-block;
vertical-align: middle;
line-height: 30px;
width: 32px;
height: 30px;
background: url('https://i.imgur.com/5tnFvnK.png') 0 0 no-repeat;
content: '';
}
.sheet-maintenance-fuse.sheet-mf-1:checked + span::before {
background: url('https://i.imgur.com/tYrkuxx.png') 0 0 no-repeat;
}
.sheet-maintenance-fuse.sheet-mf-2:checked + span::before {
background: url('https://i.imgur.com/kz0zitf.png') 0 0 no-repeat;
}
.sheet-maintenance-fuse.sheet-mf-3:checked + span::before {
background: url('https://i.imgur.com/OA4f3R2.png') 0 0 no-repeat;
}
.sheet-maintenance-fuse.sheet-mf-4:checked + span::before {
background: url('https://i.imgur.com/wJ7jfol.png') 0 0 no-repeat;
}
.sheet-maintenance-fuse.sheet-mf-5:checked + span::before {
background: url('https://i.imgur.com/88Mrej9.png') 0 0 no-repeat;
}
.sheet-maintenance-past-due {
opacity: 0;
width: 32px;
height: 30px;
margin-right: -32px !important;
cursor: pointer;
z-index: 1;
}
.sheet-maintenance-past-due + span::before {
display: inline-block;
vertical-align: middle;
line-height: 30px;
width: 32px;
height: 30px;
background: url('https://i.imgur.com/5tnFvnK.png') 0 0 no-repeat;
content: '';
}
.sheet-maintenance-past-due:checked + span::before {
background: url('https://i.imgur.com/88Mrej9.png') 0 0 no-repeat;
}
.sheet-dfuse-wrapper,
.sheet-feud-wrapper,
.sheet-duty-wrapper,
.sheet-crime-wrapper {
display: inline-block;
}
.sheet-dfuse-wrapper input[type="checkbox"],
.sheet-feud-wrapper input[type="checkbox"] {
opacity: 0;
width: 32px;
height: 30px;
margin-right: -32px !important;
cursor: pointer;
z-index: 1;
}
.sheet-dfuse-wrapper input[type="checkbox"] + span::before,
.sheet-feud-wrapper input[type="checkbox"] + span::before {
display: inline-block;
vertical-align: middle;
line-height: 30px;
width: 32px;
height: 30px;
background: url('https://i.imgur.com/5tnFvnK.png') 0 0 no-repeat;
content: '';
}
.sheet-dfuse-wrapper input[type="checkbox"]:checked + span::before,
.sheet-feud-wrapper input[type="checkbox"]:checked + span::before {
background: url('https://i.imgur.com/88Mrej9.png') 0 0 no-repeat;
}
.sheet-duty-wrapper input[type="checkbox"],
.sheet-crime-wrapper input[type="checkbox"] {
opacity: 0;
width: 32px;
height: 30px;
margin-right: -32px !important;
cursor: pointer;
z-index: 1;
}
.sheet-duty-wrapper input[type="checkbox"] + span::before,
.sheet-crime-wrapper input[type="checkbox"] + span::before {
display: inline-block;
vertical-align: middle;
line-height: 30px;
width: 32px;
height: 30px;
background: url('https://i.imgur.com/5tnFvnK.png') 0 0 no-repeat;
content: '';
}
.sheet-duty-wrapper input[type="checkbox"]:checked + span::before,
.sheet-crime-wrapper input[type="checkbox"]:checked + span::before {
background: url('https://i.imgur.com/tYrkuxx.png') 0 0 no-repeat;
}
.sheet-drive-table {
width: 100%;
border: 1px solid #036;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.sheet-drive-table td {
text-align: center;
}
.sheet-main-div .sheet-impulse-drive {
text-align: center;
padding-top: 1em;
}
/* ROLL TEMPLATE */
.sheet-rolltemplate-id {
width: 100%;
padding: 1em;
background: #d6f5ff url('https://i.imgur.com/HoueEPm.gif');
border: 2px solid #036;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.sheet-rolltemplate-id table {
width: 100%;
font-family: "Contrail One", Courier, monospace;
border-spacing: 0;
margin-bottom: .5em;
}
.sheet-rolltemplate-id table div,
.sheet-rolltemplate-id table span {
font-weight: bold;
text-transform: uppercase;
}
.sheet-rolltemplate-id th {
color: rgb(0, 0, 0);
padding-bottom: 1em;
line-height: 1.2;
font-size: 1.5em;
font-weight: normal;
text-align: left;
}
.sheet-rolltemplate-id th div.sheet-rt-character-name {
color: #036;
}
.sheet-rolltemplate-id th span.sheet-rt-roll-attr {
color: #369;
}
.sheet-rolltemplate-id td {
}
.sheet-rolltemplate-id .sheet-result {
font-size: 2.5em;
padding: 0;
width: 20%;
text-align: center;
}
.sheet-rolltemplate-id .inlinerollresult,
.sheet-rolltemplate-id .inlinerollresult.fullcrit,
.sheet-rolltemplate-id .inlinerollresult.fullfail,
.sheet-rolltemplate-id .inlinerollresult.importantroll {
background-color: transparent;
color: #000000;
border: none;
}
.sheet-rolltemplate-id th span.sheet-rt-roll-effect-adv,
.sheet-rolltemplate-id .sheet-success .inlinerollresult,
.sheet-rolltemplate-id .sheet-success .inlinerollresult.fullcrit,
.sheet-rolltemplate-id .sheet-success .inlinerollresult.fullfail,
.sheet-rolltemplate-id .sheet-success .inlinerollresult.importantroll {
background-color: transparent;
color: #3FB315;
border: none;
}
.sheet-rolltemplate-id th span.sheet-rt-roll-effect-dis,
.sheet-rolltemplate-id .sheet-failure .inlinerollresult,
.sheet-rolltemplate-id .sheet-failure .inlinerollresult.fullcrit,
.sheet-rolltemplate-id .sheet-failure .inlinerollresult.fullfail,
.sheet-rolltemplate-id .sheet-failure .inlinerollresult.importantroll {
background-color: transparent;
color: #B31515;
border: none;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 256 KiB

+3 -3
View File
@@ -1,8 +1,8 @@
{
"html": "Impulse Drive.html",
"css": "Impulse_Drive.css",
"authors": "Adrian Thoen (madadric)",
"roll20userid": "8641",
"authors": "Adrian Thoen (madadric)" "Tom Androy (@majortomonline)",
"roll20userid": "8641" "1376",
"preview": "Impulse_Drive.jpg",
"instructions": "The sheet contains everything you need to track a character or ship in Impulse Drive. There are buttons provided for all the rolls, including whether you have Advantage or Disadvantage. The complete rules for Impulse Drive can be found for free at https://drive.google.com/open?id=0B4w2ZvCSYT6Aak9GazhtaXk5ZWM"
"instructions": "Download Impulse Drive for free at http://www.drivethrurpg.com/product/190933/Impulse-Drive-Preview"
}