mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-06 23:22:34 +00:00
913 lines
25 KiB
CSS
913 lines
25 KiB
CSS
/* Configure Tab Buttons */
|
|
.sheet-PC,
|
|
.sheet-Beast,
|
|
.sheet-GM, {
|
|
display: none;
|
|
}
|
|
|
|
.gmtab{
|
|
background-color:#4a2e22;
|
|
color:white;
|
|
}
|
|
|
|
/*PC SHEET TABLES */
|
|
.sheet-PC .sheet-attributetable{
|
|
padding: 2px;
|
|
border: 1px solid;
|
|
text-align: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.sheet-PC .sheet-attributetable td{
|
|
padding: 2px;
|
|
border: 1px solid;
|
|
text-align: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.sheet-PC .sheet-stresstable{
|
|
padding: 2px;
|
|
text-align: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
/*BEAST SHEET TABLES */
|
|
.sheet-Beast .sheet-attributetable{
|
|
padding: 2px;
|
|
border: 1px solid;
|
|
text-align: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.sheet-Beast .sheet-attributetable td{
|
|
padding: 2px;
|
|
border: 1px solid;
|
|
text-align: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.sheet-Beast .sheet-stresstable{
|
|
text-align: left;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.sheet-Beast .sheet-stresstable td{
|
|
padding: 5px;
|
|
}
|
|
|
|
/*STANDARD STYLING */
|
|
|
|
.sheet-break {
|
|
align:center;
|
|
height:5px;
|
|
width:100%;
|
|
background-color:#000000;
|
|
}
|
|
.sheet-minorbreak{
|
|
align:center;
|
|
height:1px;
|
|
width:100%;
|
|
background-color:#000000;
|
|
}
|
|
|
|
.sheet-header-image {
|
|
background-color: transparent; /*transparent */
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/VaesenLogo.png");
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
grid-area: header-right;
|
|
}
|
|
.sheet-footer-image {
|
|
background-color: transparent; /*transparent */
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/footer.png");
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
grid-area: footer;
|
|
|
|
}
|
|
.sheet-footer-image2 {
|
|
background-color: transparent; /*transparent */
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/footer2.png");
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
grid-area: footer2;
|
|
}
|
|
.sheet-footer-image3 {
|
|
background-color: transparent; /*transparent */
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/footer2.png");
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
grid-area: footer3;
|
|
}
|
|
.sheet-areaheader {
|
|
text-align: center;
|
|
background-color: rgba(109, 109, 109, 0.5);
|
|
font-style:italic;
|
|
font-size:medium;
|
|
color:#4a2e22;
|
|
}
|
|
.sheet-biglabel{
|
|
padding-right:1em;
|
|
font-size:medium;
|
|
color:#4a2e22;
|
|
}
|
|
.sheet-normallabel{
|
|
padding-right:1em;
|
|
color:#4a2e22;
|
|
font-size:small;
|
|
font-weight:bold;
|
|
}
|
|
.sheet-normallabel-nb{
|
|
padding-right:1em;
|
|
color:#4a2e22;
|
|
font-size:small;
|
|
font-weight:normal;
|
|
}
|
|
.sheet-longtext {
|
|
width: 45em;
|
|
}
|
|
.sheet-text35{
|
|
width:35em;
|
|
}
|
|
.sheet-text20{
|
|
width:35em;
|
|
}
|
|
.sheet-longtext2 {
|
|
width: 40em;
|
|
}
|
|
.sheet-med2text{
|
|
width:28em;
|
|
}
|
|
.sheet-medtext {
|
|
width:20em;
|
|
}
|
|
.sheet-medtext2 {
|
|
width:19em;
|
|
}
|
|
.sheet-shorttext2{
|
|
width:15em;
|
|
}
|
|
.sheet-shorttext {
|
|
width: 10em;
|
|
}
|
|
.sheet-shorttext3 {
|
|
width: 5em;
|
|
}
|
|
.sheet-tinytext {
|
|
width: 4em;
|
|
}
|
|
.sheet-vaesentextarea{
|
|
height:2em;
|
|
resize: none;
|
|
}
|
|
.sheet-HQupradetextarea{
|
|
height:5em;
|
|
width:25em;
|
|
}
|
|
.sheet-HQtextarea{
|
|
height:20em;
|
|
resize: none;
|
|
}
|
|
|
|
.sheet-NPCtextarea{
|
|
height:60px;
|
|
resize: none;
|
|
}
|
|
|
|
.sheet-attribtext {
|
|
width: 4em;
|
|
}
|
|
|
|
.sheet-attribtable {
|
|
font-weight: bold;
|
|
padding: 5px;
|
|
font-size: large;
|
|
color:#4a2e22;
|
|
}
|
|
.sheet-nametext{
|
|
width: 15em;
|
|
font-size:x-large;
|
|
color:#4a2e22;
|
|
}
|
|
.sheet-nametext-med{
|
|
width: 10em;
|
|
font-size:xx-large;
|
|
color:#4a2e22;
|
|
}
|
|
.sheet-resourcetext{
|
|
width: 2em;
|
|
font-size:large;
|
|
text-align:center;
|
|
color:#4a2e22;
|
|
}
|
|
.sheet-widebutton{
|
|
width:50px;
|
|
}
|
|
|
|
/* 2d20 text styling */
|
|
.sheet-2d20header {
|
|
font-size: medium;
|
|
font-weight: bolder;
|
|
color: black;
|
|
padding-right: 1em;
|
|
border: none;
|
|
background: transparent;
|
|
text-align: center;
|
|
}
|
|
.sheet-talentlabel{
|
|
font-size: small;
|
|
font-weight: bold;
|
|
color: black;
|
|
border: none;
|
|
background: transparent;
|
|
text-align: left;
|
|
size: 4em;
|
|
width:10em;
|
|
}
|
|
.sheet-attributelabel {
|
|
font-size: small;
|
|
font-weight: bold;
|
|
color: black;
|
|
padding-right: 1em;
|
|
border: none;
|
|
background: transparent;
|
|
text-align: center;
|
|
}
|
|
.sheet-attributelabel-5 {
|
|
font-size: small;
|
|
font-weight: bold;
|
|
color: black;
|
|
padding-right: 1em;
|
|
border: none;
|
|
background: transparent;
|
|
text-align: center;
|
|
width: 1em;
|
|
}
|
|
|
|
.sheet-tinytext {
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
color: black;
|
|
padding-right: 1em;
|
|
border: none;
|
|
background: transparent;
|
|
text-align: center;
|
|
}
|
|
.sheet-attributelabel-NP {
|
|
font-size: small;
|
|
font-weight: bold;
|
|
color: black;
|
|
border: 1px;
|
|
background: transparent;
|
|
text-align: left;
|
|
size: 2em;
|
|
}
|
|
.sheet-attributeheader {
|
|
font-size: medium;
|
|
font-weight: bold;
|
|
color: black;
|
|
width:10em;
|
|
border: none;
|
|
background: transparent;
|
|
}
|
|
.sheet-weaponheader {
|
|
font-size: small;
|
|
font-weight: bold;
|
|
color: black;
|
|
width:8em;
|
|
border: none;
|
|
background: transparent;
|
|
}
|
|
.sheet-doomlabel {
|
|
font-size: large;
|
|
font-weight: bold;
|
|
color: black;
|
|
border: none;
|
|
text-align: center;
|
|
width: 2em;
|
|
}
|
|
.sheet-skilllabel {
|
|
font-size: large;
|
|
font-weight: bolder;
|
|
color: black;
|
|
padding-right: 1em;
|
|
border: none;
|
|
background: transparent;
|
|
text-align: center;
|
|
width:30em;
|
|
}
|
|
.sheet-skillrow {
|
|
text-align: right;
|
|
}
|
|
.sheet-skillvaluecell{
|
|
width: 2em;
|
|
}
|
|
.sheet-die_value{
|
|
width: 1em;
|
|
}
|
|
.sheet-dielabel {
|
|
font-size: small;
|
|
font-weight: bold;
|
|
color: black;
|
|
border: none;
|
|
background: transparent;
|
|
text-align: center;
|
|
}
|
|
.sheet-big-value {
|
|
width:10px;
|
|
font-size: x-large;
|
|
font-weight: bold;
|
|
color: black;
|
|
border: none;
|
|
text-align: center;
|
|
}
|
|
.sheet-charname_label {
|
|
font-size: xx-large;
|
|
font-weight: bolder;
|
|
border: none;
|
|
background: transparent;
|
|
color: black;
|
|
}
|
|
/*****************/
|
|
/* PC-GridAreas */
|
|
/*****************/
|
|
.sheet-characterinfo {
|
|
grid-area: character-info;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/PanelBackround2.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
.sheet-attributepanel {
|
|
grid-area: attribute-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/PanelBackround2.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
padding: 1em;
|
|
}
|
|
|
|
.sheet-stresspanel {
|
|
grid-area: stress-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/PanelBackround2.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
padding: 1em;
|
|
}
|
|
.sheet-luckpanel {
|
|
grid-area: luck-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/momentumpanel.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
padding-top: 2em;
|
|
padding-right: 1em;
|
|
padding-left: 1em;
|
|
}
|
|
|
|
.sheet-diecontrol{
|
|
grid-area:die-control;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/PanelBackround2.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
padding: 1em;
|
|
}
|
|
.sheet-talentpanel {
|
|
grid-area: talent-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/PanelBackground1.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
padding-top: 2em;
|
|
padding-right: 1em;
|
|
padding-left: 1em;
|
|
|
|
}
|
|
.sheet-momentumpanel {
|
|
grid-area: momentum-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/momentumpanel.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
padding-top: 2em;
|
|
padding-right: 1em;
|
|
padding-left: 1em;
|
|
}
|
|
|
|
.sheet-weaponpanel {
|
|
grid-area: weapon-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/PanelBackground1.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
padding-top: 2em;
|
|
padding-right: 1em;
|
|
padding-left: 1em;
|
|
}
|
|
.sheet-renownpanel {
|
|
grid-area: renown-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/PanelBackround2.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
padding-top: 2em;
|
|
padding-right: 1em;
|
|
padding-left: 1em;
|
|
}
|
|
.sheet-equipmentpanel {
|
|
grid-area: equipment-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/PanelBackground1.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
padding-top: 2em;
|
|
padding-right: 1em;
|
|
padding-left: 1em;
|
|
}
|
|
.sheet-bannerleft {
|
|
grid-area: banner-left;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/JCOM_banner.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
padding: 1em;
|
|
}
|
|
.sheet-bannerright {
|
|
grid-area: banner-right;
|
|
background-image: url(""); /*Desaturated Paper Teture*/
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
padding: 1em;
|
|
}
|
|
.sheet-starshipsandsteel {
|
|
grid-area: stars-steel;
|
|
}
|
|
|
|
|
|
/*PC Sheet Layout*/
|
|
.sheet-tabstoggle[value="PC"] ~ div.sheet-PC {
|
|
display: grid;
|
|
width: 835px;
|
|
height: auto;
|
|
border: 2px solid black;
|
|
grid-template-columns: [gutter] 5px [col1] 132px [col2] 132px [col3] 132px [col4] 132px [col5] 132px [col6] 132px [gutter] 5px;
|
|
grid-template-rows: [gutter] 5px [Name] auto [Stress] auto [momentum] auto [attribute] auto [talents] auto [equ] auto [weapons] auto [renown] auto [gutter] 5px;
|
|
grid-template-areas:
|
|
". . . . . . . ."
|
|
". banner-left banner-left character-info character-info banner-right banner-right ."
|
|
". . stress-panel stress-panel stress-panel stress-panel . ."
|
|
". attribute-panel attribute-panel attribute-panel die-control die-control die-control ."
|
|
". talent-panel talent-panel talent-panel talent-panel talent-panel talent-panel ."
|
|
". equipment-panel equipment-panel equipment-panel equipment-panel equipment-panel equipment-panel ."
|
|
". weapon-panel weapon-panel weapon-panel weapon-panel weapon-panel weapon-panel ."
|
|
". momentum-panel renown-panel renown-panel renown-panel renown-panel luck-panel ."
|
|
". stars-steel stars-steel . . . . ."
|
|
". . . . . . . .";
|
|
grid-gap: 5px;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/SheetBackground.png");
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
/**********************/
|
|
/*PC Detail Grid Areas*/
|
|
/**********************/
|
|
.sheet-spellpanel {
|
|
grid-area: spell-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
padding: 1em;
|
|
}
|
|
.sheet-equipmentpanel {
|
|
grid-area: equipment-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
padding: 1em;
|
|
}
|
|
.sheet-alchemypanel {
|
|
grid-area: alchemy-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
padding: 1em;
|
|
}
|
|
.sheet-detailpanel {
|
|
grid-area: detail-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
padding: 1em;
|
|
}
|
|
.sheet-attributespanel {
|
|
grid-area: attributes-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
padding: 1em;
|
|
}
|
|
|
|
/*PC Detail layout*/
|
|
.sheet-tabstoggle[value="PCdetail"] ~ div.sheet-PCdetail {
|
|
display: grid;
|
|
width: 1140px;
|
|
height: auto;
|
|
border: 2px solid black;
|
|
grid-template-columns: [gutter] 5px [col1] 25em [col2] 25em [col3] 30em [gutter] 5px;
|
|
grid-template-rows: [gutter] 5px [row1] auto [row2] auto [gutter] 5px;
|
|
grid-template-areas:
|
|
". . . . ."
|
|
". detail-panel attributes-panel . ."
|
|
". equipment-panel spell-panel alchemy-panel ."
|
|
". . . . .";
|
|
grid-gap: 10px;
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
/*****************/
|
|
/* Beast-GridAreas */
|
|
/*****************/
|
|
.sheet-BeastName {
|
|
grid-area: NPC-Name;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/PanelBackround2.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
padding: 1em;
|
|
}
|
|
.sheet-BeastAttribs {
|
|
grid-area: beast-attribs;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/PanelBackround2.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
padding: 1em;}
|
|
.sheet-BeastSkills {
|
|
grid-area: NPC-Skills;
|
|
}
|
|
.sheet-BeastEquip {
|
|
grid-area: NPC-Equipment;
|
|
}
|
|
.sheet-BeastMisc {
|
|
grid-area: NPC-Misc;
|
|
}
|
|
.sheet-Beaststresspanel{
|
|
grid-area: NPC-stress;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
}
|
|
.sheet-Beastsoakpanel{
|
|
grid-area: NPC-soak;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
}
|
|
.sheet-Beastdoomspendpanel{
|
|
grid-area: NPC-doomspends;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
|
|
}
|
|
.sheet-beasttalents{
|
|
grid-area: beast-talents;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/PanelBackground1.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
padding-top: 2em;
|
|
padding-right: 1em;
|
|
padding-left: 1em;
|
|
}
|
|
.sheet-Beastmomentumpanel{
|
|
grid-area: NPC-momentum;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
|
|
}
|
|
.sheet-beastweapons{
|
|
grid-area: beast-weapons;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/PanelBackground1.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
padding-top: 2em;
|
|
padding-right: 1em;
|
|
padding-left: 1em;
|
|
}
|
|
.sheet-Beastnotes{
|
|
grid-area: NPC-weapons;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
}
|
|
.sheet-beastbanner {
|
|
grid-area: beast-banner;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/JCOM_banner.png"); /*Desaturated Paper Teture*/
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
padding: 1em;
|
|
}
|
|
|
|
/*Beast Sheet Layout*/
|
|
.sheet-tabstoggle[value="Beast"] ~ div.sheet-Beast {
|
|
display: grid;
|
|
width: 835;
|
|
height: auto;
|
|
border: 2px solid black;
|
|
grid-template-columns: [gutter] 5px [Body-Left] 406px [body-right] 406px [gutter] 5px;
|
|
grid-template-rows: [gutter] 5px [Name] auto [Attribs] auto [talents] auto [weapons] auto [gutter] 5px;
|
|
grid-template-areas:
|
|
". . . ."
|
|
". NPC-Name beast-banner ."
|
|
". beast-attribs die-control ."
|
|
". beast-talents beast-talents ."
|
|
". beast-weapons beast-weapons ."
|
|
". . . .";
|
|
grid-gap: 5px;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/SheetBackground.png");
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
/*GM - Grid Areas*/
|
|
.sheet-gmpanel{
|
|
grid-area: gm-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
padding: 1em;
|
|
}
|
|
.sheet-combatpanel{
|
|
grid-area: combat-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
padding: 1em;
|
|
}
|
|
.sheet-playerpanel{
|
|
grid-area: player-panel;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
padding: 1em;
|
|
}
|
|
.sheet-swordfooter {
|
|
grid-area: sword-footer;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
padding: 1em;
|
|
}
|
|
|
|
/*GM Sheet Layout*/
|
|
.sheet-tabstoggle[value="GM"] ~ div.sheet-GM {
|
|
display: grid;
|
|
width: 400px;
|
|
height: 400px;
|
|
border: 2px solid black;
|
|
grid-template-columns: [gutter] 1em [panelcol] auto [combatpanel] auto [gutter] 1em;
|
|
grid-template-rows: [gutter] 1em [panelrow] auto [playerpanel] auto [swordfooter] auto [gutter] 1em;
|
|
grid-template-areas:
|
|
". . . ."
|
|
". gm-panel combat-panel ."
|
|
". player-panel player-panel ."
|
|
". sword-footer . ."
|
|
". . . .";
|
|
grid-gap: 10px;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vaesen/Images/vasen_background.jpg"); /*Desaturated Paper Teture*/
|
|
background-repeat: repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
|
|
/*Skill Roll Template*/
|
|
.sheet-rolltemplate-JCOMroll div.sheet-JCOM-container{
|
|
border: 0px solid #000;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/JCOMRollResults.png");
|
|
background-size: cover;
|
|
}
|
|
.sheet-rolltemplate-JCOMroll .sheet-JCOM-roll-header{
|
|
background-color: transparent;
|
|
font-weight: bold;
|
|
color: #000;
|
|
font-style:italic;
|
|
font-size:X-large;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-JCOMroll .sheet-JCOM-dice{
|
|
background-color: #ffffff00;
|
|
color: #000;
|
|
font-style:italic;
|
|
font-size:medium;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-JCOMroll .sheet-JCOM-type{
|
|
font-size:large;
|
|
text-align: center;
|
|
padding: 5px;
|
|
font-style: bold;
|
|
color: #000;
|
|
text-decoration:underline overline;
|
|
|
|
}
|
|
.sheet-rolltemplate-JCOMroll .sheet-JCOM-roll-result{
|
|
text-align: center;
|
|
background-color: transparent;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
font-style:italic;
|
|
color:#422d22;
|
|
font-weight:bold;
|
|
|
|
}
|
|
.sheet-rolltemplate-JCOMroll .sheet-JCOM-fail{
|
|
font-size:large;
|
|
text-align: center;
|
|
padding: 5px;
|
|
font-style: bold;
|
|
color: black;
|
|
background-color: red;
|
|
}
|
|
.sheet-rolltemplate-JCOMroll .sheet-JCOM-success{
|
|
font-size:large;
|
|
text-align: center;
|
|
padding: 5px;
|
|
font-style: bold;
|
|
color: white;
|
|
background-color: green;
|
|
}
|
|
|
|
|
|
/*CD roll Template*/
|
|
.sheet-rolltemplate-CDroll div.sheet-CD-container{
|
|
border: 0px solid #000;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/JCOMDamage.png");
|
|
background-size: cover;
|
|
}
|
|
.sheet-rolltemplate-CDroll .sheet-CD-roll-header{
|
|
background-color: transparent;
|
|
font-weight: bold;
|
|
color: #000;
|
|
font-style:italic;
|
|
font-size:X-large;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-CDroll .sheet-CD-dice{
|
|
background-color: #ffffff00;
|
|
color: #000;
|
|
font-style:italic;
|
|
font-size:medium;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-CDroll .sheet-CD-type{
|
|
text-align: center;
|
|
padding: 5px;
|
|
font-style: bold;
|
|
color: #000;
|
|
}
|
|
.sheet-rolltemplate-CDroll .sheet-CD-smalltext{
|
|
text-align: center;
|
|
background-color: transparent;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
color:#422d22;
|
|
font-size:xx-small;
|
|
}
|
|
/*CD momentum spend Template*/
|
|
.sheet-rolltemplate-momentumspend div.sheet-momentum-container{
|
|
border: 0px solid #000;
|
|
background-image: url("https://i.imgur.com/psP8f3J.png");
|
|
background-size: cover;
|
|
}
|
|
.sheet-rolltemplate-momentumspend .sheet-momentum-header{
|
|
background-color: transparent;
|
|
font-weight: bold;
|
|
color: #000;
|
|
font-style:italic;
|
|
font-size:X-large;
|
|
text-align:center;
|
|
}
|
|
|
|
.sheet-rolltemplate-momentumspend .sheet-momentum-amount{
|
|
background-color: transparent;
|
|
font-weight: bold;
|
|
color: rgb(250, 0, 0);
|
|
font-style:italic;
|
|
font-size:xx-large;
|
|
text-align:center;
|
|
}
|
|
|
|
.sheet-rolltemplate-momentumspend .sheet-momentum-spent{
|
|
text-align: center;
|
|
font-size:medium;
|
|
font-weight: bold;
|
|
padding: 5px;
|
|
font-style: bold;
|
|
}
|
|
.sheet-rolltemplate-momentumspend .sheet-momentum-smalltext{
|
|
text-align: center;
|
|
background-color: transparent;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
color:#422d22;
|
|
font-size:xx-small;
|
|
}
|
|
|
|
/*Doom Pool */
|
|
.sheet-rolltemplate-doompool div.sheet-doompool-container{
|
|
height: 300px;
|
|
border: 0px solid #000;
|
|
background-image: url("https://i.imgur.com/L88nEsO.png");
|
|
background-size: cover;
|
|
}
|
|
.sheet-rolltemplate-doompool .sheet-doompool-header{
|
|
font-weight: bold;
|
|
color: rgb(255, 255, 255);
|
|
background-color: #000;
|
|
font-size:large;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-doompool .sheet-doompool-total{
|
|
background-color: transparent;
|
|
font-weight: bold;
|
|
color: rgb(27, 0, 0);
|
|
font-size:XX-large;
|
|
text-align:center;
|
|
}
|
|
|
|
|
|
/*Talent Roll Template*/
|
|
.sheet-rolltemplate-conantalent div.sheet-conan-talent-container{
|
|
border: 0px solid #000;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/John%20Carter%20of%20Mars/Images/talentpanel.png");
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
padding-top: 2em;
|
|
}
|
|
.sheet-rolltemplate-conantalent .sheet-conan-talent-header{
|
|
background-color: transparent;
|
|
font-weight: bold;
|
|
color: #000;
|
|
font-style:italic;
|
|
font-size:X-large;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-conantalent .sheet-conan-talent-name{
|
|
background-color: #ffffff00;
|
|
color: #000;
|
|
font-style:italic;
|
|
font-size:large;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-conantalent .sheet-conan-talent-cost{
|
|
text-align: center;
|
|
padding: 5px;
|
|
font-style: bold;
|
|
}
|
|
.sheet-rolltemplate-conantalent .sheet-conan-talent-desc{
|
|
text-align: center;
|
|
background-color: transparent;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
font-style:italic;
|
|
color:#422d22; ;
|
|
}
|
|
|
|
/*Repeating Setions*/
|
|
.repcontrol {
|
|
display: flex;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.repcontrol .repcontrol_edit {
|
|
margin-left: auto;
|
|
order: 1;
|
|
}
|
|
|
|
.repcontrol button {
|
|
background: transparent;
|
|
color: #555;
|
|
border-radius: 0;
|
|
border-color: #999;
|
|
transition: all 0.2s;
|
|
font-family: pictos;
|
|
font-size: 0;
|
|
font-weight: bold;
|
|
padding: 5px 3px 2px;
|
|
line-height: 8px;
|
|
}
|
|
|
|
.repcontrol button:hover {
|
|
color: green;
|
|
border-color: green;
|
|
background: #ddd;
|
|
}
|
|
|
|
.repcontrol button.repcontrol_edit::after {
|
|
content: "(";
|
|
}
|
|
|
|
.repcontrol button.repcontrol_add::after {
|
|
content: "&";
|
|
}
|
|
|
|
.repcontrol button.repcontrol_edit::after, .repcontrol button.repcontrol_add::after {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.repcontainer.editmode + .repcontrol button.repcontrol_edit::after {
|
|
content: ")";
|
|
}
|
|
|
|
.itemcontrol {
|
|
z-index: 20;
|
|
}
|