diff --git a/Heartbeats/heartbeats.css b/Heartbeats/heartbeats.css new file mode 100644 index 0000000000..c71f4e1790 --- /dev/null +++ b/Heartbeats/heartbeats.css @@ -0,0 +1,104 @@ +.page-container { + display: block; +} +:checked ~ .usable_input, +.used_checkbox:checked ~ .premade_move, +.used_checkbox:checked ~ .custom_move { + color: #808080; + text-decoration: line-through; +} +.is_move_custom:checked ~ .premade_move { + display: none; +} +.is_move_custom:not(:checked) ~ .custom_move { + display: none; +} +.title-header { + font-size: 0px; + width: 90%; + height: 150px; +} +header { + margin-bottom: 1em; +} +.title-header:before { + background: url("https://i.imgur.com/7dWqdaS.png") no-repeat; + background-size: contain; + position: absolute; + width: inherit; + height: inherit; + content: ""; +} +.characterviewer { + height: 100%; +} +.characterviewer .tab-content { + height: calc(100% - 82px); +} +.characterviewer .tab-content .sheetform { + height: 100%; +} +.characterviewer .tab-content .sheetform .charsheet { + background: url("https://i.imgur.com/M9O9v83.png") no-repeat right; + background-size: 50px 100%; +/* background url("https://i.imgur.com/a3c9e6c.png") no-repeat right top 20px, url("https://i.imgur.com/M9O9v83.png") no-repeat right + background-size 50px, 50px 100% */ + padding-right: 25px; + height: 100%; +} +aside { + display: flex; + flex-flow: column nowrap; + justify-content: space-evenly; + float: right; + margin-right: -25px; + width: 50px; + height: 100%; +} +.slider-value, +.slider-max, +.slider-icon { + display: none; +} +.slider-icon { + width: 50px; + height: 50px; + flex-grow: 1; +} +.slider-value:checked + .slider-icon { + background: url("https://i.imgur.com/CTU31sw.png") no-repeat; + background-size: 50px 100%; +} +.slider-max:checked ~ .slider-icon { + display: block; +} +main { + display: flex; + flex-wrap: wrap; +} +.col2 { + flex: 50%; + min-width: 350px; +} +.characterviewer .row { + display: flex; + align-items: center; + justify-content: center; + margin: 0 1em; +} +.characterviewer .row label { + margin: 0; + padding: 0; +} +.characterviewer .row input[type='text'] { + flex: 1 1; +} +.characterviewer .row * { + margin: 0 0.5em; +} +.component { + display: block; +} +.sheet-rolltemplate-sheetname { + display: block; +} diff --git a/Heartbeats/heartbeats.html b/Heartbeats/heartbeats.html new file mode 100644 index 0000000000..efe76232c9 --- /dev/null +++ b/Heartbeats/heartbeats.html @@ -0,0 +1,184 @@ + + +
+

Heartbeats in Perfect Sync

+

+ Dice Roller + +

+

+
+
+
+
+ +
+
+ +
+
+ +
+
+

Fighting Styles

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+
+
+
+ +
+
+
Burning Drive
+
+ + You can push yourself past a setback with violent force. Place yourself anywhere in the scene, breaking from any restraints. + +
+
+
+
+ + {{#rollName}} + {{/rollName}} + + \ No newline at end of file diff --git a/Heartbeats/heartbeats.png b/Heartbeats/heartbeats.png new file mode 100644 index 0000000000..cd56872238 Binary files /dev/null and b/Heartbeats/heartbeats.png differ diff --git a/Heartbeats/logo_heartbeats.png b/Heartbeats/logo_heartbeats.png new file mode 100644 index 0000000000..e676151340 Binary files /dev/null and b/Heartbeats/logo_heartbeats.png differ diff --git a/Heartbeats/margin_line.png b/Heartbeats/margin_line.png new file mode 100644 index 0000000000..af19016fd5 Binary files /dev/null and b/Heartbeats/margin_line.png differ diff --git a/Heartbeats/margin_pulse.png b/Heartbeats/margin_pulse.png new file mode 100644 index 0000000000..42015f1127 Binary files /dev/null and b/Heartbeats/margin_pulse.png differ diff --git a/Heartbeats/sheet.json b/Heartbeats/sheet.json new file mode 100644 index 0000000000..5be7b5ff7d --- /dev/null +++ b/Heartbeats/sheet.json @@ -0,0 +1,8 @@ +{ + "html": "heartbeats.html", + "css": "heartbeats.css", + "authors": "Dana Lexa", + "roll20userid": "1332302", + "preview": "heartbeats.png", + "instructions": "A sheet for Heartbeats in Perfect Sync by Nathan Blades." +}