mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
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.
97 lines
1.7 KiB
CSS
97 lines
1.7 KiB
CSS
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;
|
|
}
|
|
|