mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
This is a character sheet for the OSR game Fantastic Heros and Witchery. It features automatic checks, initiative, and attacks, as well as a spell book.
221 lines
3.5 KiB
CSS
221 lines
3.5 KiB
CSS
.charsheet {
|
|
font-family: "Georgia", serif;
|
|
text-align: center;
|
|
border: 2px solid;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
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 { display: block; }
|
|
|
|
textarea.sheet-spell-desc { display: none; }
|
|
|
|
input.sheet-spell-hide:checked ~ textarea.sheet-spell-desc {display: inline;}
|
|
|
|
.sheet-shortText {
|
|
width: 12%;
|
|
}
|
|
|
|
.sheet-shortText2 {
|
|
width: 45px;
|
|
}
|
|
|
|
.sheet-shortText3 {
|
|
width: 80px;
|
|
}
|
|
|
|
.sheet-heading {
|
|
text-align: center;
|
|
border-style: solid;
|
|
border-bottom: none;
|
|
border-width: 2px;
|
|
border-top-left-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
font-weight: bold;
|
|
margin: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-heading2 {
|
|
text-align: center;
|
|
border-style: solid;
|
|
border-top: none;
|
|
border-width: 2px;
|
|
padding-bottom: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
font-weight: bold;
|
|
margin: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-name {
|
|
width: 80%;
|
|
}
|
|
|
|
.sheet-attributes {
|
|
text-align: center;
|
|
margin: auto;
|
|
width: 100%;
|
|
border-style: solid;
|
|
border-width: 2px;
|
|
border-radius: 5px;
|
|
margin-top: 5px;
|
|
padding-top: 5px;
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.sheet-spellArea {
|
|
text-align: center;
|
|
margin: auto;
|
|
width: 100%;
|
|
border-style: solid;
|
|
border-width: 2px;
|
|
border-radius: 5px;
|
|
margin-top: 5px;
|
|
padding-top: 5px;
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.sheet-spellArea table {
|
|
margin: auto;
|
|
border: none;
|
|
}
|
|
|
|
.sheet-attributes td {
|
|
width: 10%;
|
|
margin: auto;
|
|
border: 1px solid;
|
|
}
|
|
|
|
.sheet-attributes th {
|
|
width: 10%;
|
|
margin: auto;
|
|
}
|
|
|
|
.sheet-attributes table {
|
|
margin: auto;
|
|
border: none;
|
|
}
|
|
|
|
.sheet-attributeName {
|
|
border-top: 1px solid;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
.sheet-attributeName2 {
|
|
border-top: 1px solid;
|
|
border-bottom: 1px solid;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
.sheet-pointsBlack {
|
|
background-color: black;
|
|
color: white;
|
|
border: 2px solid;
|
|
border-color: black;
|
|
width: 90%;
|
|
margin: auto;
|
|
}
|
|
|
|
.sheet-insanities {
|
|
width: 90%;
|
|
height: 55px;
|
|
}
|
|
|
|
.sheet-points {
|
|
border: 2px solid;
|
|
border-radius: 5px;
|
|
width: 100%;
|
|
height: 135px;
|
|
}
|
|
|
|
.sheet-points input {
|
|
width: 180px;
|
|
}
|
|
|
|
.sheet-current {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-pointsSection {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.sheet-pointsSection2 {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.sheet-pointsTable {
|
|
margin: auto;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.sheet-pointsTable2 {
|
|
margin: auto;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.sheet-pointsTable caption{
|
|
width: 150px;
|
|
margin: auto;
|
|
}
|
|
|
|
.sheet-armorTable {
|
|
margin: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-weaponTableGuide td {
|
|
height: 1px;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.sheet-weaponHeading {
|
|
margin-left: 0px;
|
|
text-align: left;
|
|
}
|
|
|
|
.sheet-spell-desc {
|
|
width: 97%;
|
|
height: 25px;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic {
|
|
font-family: "Georgia", serif;
|
|
text-align: center;
|
|
border: 2px solid;
|
|
border-radius: 5px;
|
|
height: 115px;
|
|
background: white;
|
|
margin: auto;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .inlinerollresult {
|
|
font-size: 18px;
|
|
background: white;
|
|
border: none;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .inlineroll {
|
|
background: white;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .inlinerollresult.fullcrit {
|
|
font-size: 18px;
|
|
border: none;
|
|
color: green;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .inlinerollresult.fullfail {
|
|
font-size: 18px;
|
|
border: none;
|
|
color: red;
|
|
}
|
|
|
|
.sheet-equipmentMath {
|
|
display: none;
|
|
} |