mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Added an Action Movie World sheet (#5315)
Actor Playbook sheet for Action Movie World in the Powered by the Apocalypse system. The sheet is inspired by LethalKitten's Monster of the Week sheet and sports her features as well as some of my own.
This commit is contained in:
committed by
Cassie Levett
parent
d20cdc4c21
commit
91a939327f
@@ -0,0 +1,96 @@
|
||||
div.sheet-Null,
|
||||
div.sheet-Musclehead,
|
||||
div.sheet-Gunfighter,
|
||||
div.sheet-Pugilist,
|
||||
div.sheet-Smartass,
|
||||
div.sheet-SmoothOperator,
|
||||
div.sheet-Thespian,
|
||||
div.sheet-Yeller,
|
||||
div.sheet-ChildStar,
|
||||
div.sheet-OldCodger,
|
||||
div.sheet-Custom
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
input[type="radio"][value="0"]:checked ~ div.sheet-Null,
|
||||
input[type="radio"][value="1"]:checked ~ div.sheet-Musclehead,
|
||||
input[type="radio"][value="2"]:checked ~ div.sheet-Gunfighter,
|
||||
input[type="radio"][value="3"]:checked ~ div.sheet-Pugilist,
|
||||
input[type="radio"][value="4"]:checked ~ div.sheet-Smartass,
|
||||
input[type="radio"][value="5"]:checked ~ div.sheet-SmoothOperator,
|
||||
input[type="radio"][value="6"]:checked ~ div.sheet-Thespian,
|
||||
input[type="radio"][value="7"]:checked ~ div.sheet-Yeller,
|
||||
input[type="radio"][value="8"]:checked ~ div.sheet-ChildStar,
|
||||
input[type="radio"][value="9"]:checked ~ div.sheet-OldCodger,
|
||||
input[type="radio"][value="99"]:checked ~ div.sheet-Custom
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
select.sheet-SkinSelect
|
||||
{
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
|
||||
option.sheet-SkinSelect:checked
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
font-family: "Contrail One";
|
||||
font-size: 42px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.sheet-StarXP > p
|
||||
{
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.sheet-StarXP > p input
|
||||
{
|
||||
float: right;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sheet-moves b
|
||||
{
|
||||
font-family: "Patrick Hand";
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.sheet-movie
|
||||
{
|
||||
background: #e8e8e8;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
/*.sheet-movie *, *::before, *::after {
|
||||
box-sizing: border-box;
|
||||
}*/
|
||||
|
||||
.sheet-movie input[type=text]
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sheet-movie textarea
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
*, *::before, *::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.sheet-Stats-Custom input[type="radio"]:checked + span,
|
||||
.sheet-Stats-ChildStar input[type="radio"]:checked + span
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 167 KiB |
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"html": "amwSheet.html",
|
||||
"css": "amwCSS.css",
|
||||
"authors": "Mark Nielsen (DrMowinckel)",
|
||||
"roll20userid": "1400072",
|
||||
"preview": "amwPreview.jpg",
|
||||
"instructions": "Select an Actor Playbook in the dropdown list to get started."
|
||||
}
|
||||
Reference in New Issue
Block a user