Files
roll20-character-sheets/Lotfp/Lotfp.css
2018-07-02 12:50:02 +02:00

455 lines
9.6 KiB
CSS

.charsheet {
width: 842px !important;
margin: 0 auto !important;
line-height: 18px;
}
h3 {
line-height: 27px;
width: 100%;
font-size: 17px;
text-align: center;
margin: 0 0 10px;
padding: 0;
text-transform: uppercase;
}
select {
margin-bottom: 0;
}
h3::after, h3::before {
display: inline-block;
height: 3px;
content: " ";
text-shadow: none;
background-color: #000;
width: 80px;
}
h3::after {
margin: 0 0 5px 20px;
}
h3::before {
margin: 0 20px 5px 0;
}
.repitem {
display: flex;
align-items: center;
margin-bottom: 3px;
justify-content: space-between;
}
.sheet-flex-between {
display: flex;
justify-content: space-between;
}
.sheet-flex {
display: flex;
align-items: start;
}
.sheet-noborder, .sheet-thick-border {
padding: 15px;
}
.sheet-col-1, .sheet-col-2, .sheet-thick-border {
box-sizing: border-box;
}
.sheet-thick-border {
border: 4px solid;
overflow: auto;
margin-bottom: 10px;
}
.sheet-col-left {
width: 48%;
}
.sheet-col-right {
width: 51%;
}
.sheet-save-col {
flex-direction: column;
}
.sheet-logo {
margin: 12px auto;
display: block;
}
input {
border-radius: 0;
border: 1px solid;
}
input[type=number] {
-moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* INFO BLOCK */
.sheet-info-name {
display: flex;
align-items: center;
margin-bottom: 5px;
}
.sheet-info-name input {
flex: 1 1 0;
margin: 0 1%;
}
.sheet-info-row {
display: flex;
text-align: center;
flex-wrap: wrap;
justify-content: space-evenly;
}
.sheet-info-row input {
text-align: center;
}
.sheet-info1 {
width: 11%;
}
.sheet-info2 {
width: 20%;
}
.sheet-info3 {
width: 32%;
}
.sheet-bottom-line {
border: none;
border-bottom: 1px solid;
}
/* Abilities */
.sheet-ability-column-value {
width: 30%;
height: 90px;
text-align: center;
font-weight: bold;
}
.sheet-ability-column-modifier {
width: 54%;
height: 90px;
align-items: center;
font-weight: bold;
}
.sheet-ability-column-roll {
width: 16%;
height: 90px;
}
input[type=number].sheet-ability-modifier {
width: 40px;
height: 40px;
border-radius: 20px;
font-size: 20px;
text-align: center;
padding: 0;
}
.sheet-subtext {
width: 138px;
}
input[type=number].sheet-ability-value {
width: 40px;
height: 40px;
font-size: 20px;
text-align: center;
display: block;
margin: 6px auto;
}
button[type=roll].sheet-ability-button {
width: 40px;
height: 40px;
font-size: 26px;
background-color: white;
background-image: none;
color: black;
text-shadow: none;
margin: auto;
display: block;
}
/* SAVINGS */
.sheet-hp {
background-color: #ffcc00;
}
.sheet-svblock {
width: 20%;
text-align: center;
}
.sheet-svbtitle {
font-size: 16px;
display: block;
height: 34px;
}
.sheet-svnsubtext {
font-size: 11px;
width: 90%;
margin: 10px auto;
min-height: 80px;
display: block;
}
input[type=number].sheet-savingthrow {
width: 40px;
height: 40px;
display: block;
border: 1px solid;
border-radius: 20px;
font-size: 20px;
text-align: center;
padding: 0;
margin: 10px auto;
}
.sheet-equipment-name {
width: 88%;
padding-left: 4px;
}
.sheet-skillname {
width: 76%;
}
button[type=roll].sheet-skill-button {
width: 30px;
height: 28px;
font-size: 20px !important;
background-color: white;
background-image: none;
color: black;
text-shadow: none;
margin-right: 0;
}
button[type=roll].sheet-skill-button::before {
font-family: "dicefontd6";
content: "f";
}
.sheet-equipment {
display: flex;
flex-wrap: wrap;
align-content: start;
}
.sheet-equipment .repcontainer {
width: 100%;
order: 2;
}
.sheet-equipment h3 {
order: 1;
}
.sheet-equipment .repcontrol {
order: 4;
width: 100%;
}
input[type=number].sheet-encumbrance,
select.sheet-skillvalue {
width: 39px;
text-align: center;
}
.sheet-encumbrance-total .sheet-encumbrance {
font-weight: bold;
}
.sheet-encumbrance-total {
font-weight: bold;
align-items: center;
margin: 5px 0;
padding-top: 3px;
order: 3;
width: 100%;
}
.sheet-top-line {
border-top: 2px solid black;
}
/* Weapons */
.sheet-rep-title {
text-align: center;
padding: 2px 0;
font-weight: bold;
align-items: center;
margin-bottom: 3px;
}
.sheet-weapon-name {
width: 31%;
}
.sheet-attackbonus,
input[type=number].sheet-attackbonus,
.sheet-damage,
.sheet-weapon-type {
width: 10%;
text-align: center;
}
button[type=roll].sheet-attack-button {
width: 30px;
height: 28px;
font-size: 20px;
background-color: white;
background-image: none;
color: black;
margin-right: 0;
text-Shadow: none;
}
.sheet-dummy-attack-button {
width: 30px;
margin-left: 3px;
}
/* Spells */
.sheet-spells .repitem {
margin: 0;
width: 49.8%;
display: block;
}
.sheet-spellcontainer {
display: flex;
flex-wrap: wrap;
margin-bottom: 4px;
align-items: center;
border: 2px solid black;
padding: 2px;
justify-content: space-between;
align-content: start;
}
.sheet-spells .repcontainer {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.sheet-spell-name {
width: 69%;
font-weight: bold;
}
.sheet-spell-type {
width: 24%;
}
.sheet-spell-level,
.sheet-spell-prepared,
.sheet-spell-duration,
.sheet-spell-range {
text-align: center;
}
.sheet-spell-level {
width: 6%;
}
input[type=number].sheet-spell-prepared {
width: 23px;
}
.sheet-spell-duration {
width: 41%;
}
.sheet-spell-range {
width: 23%;
}
.sheet-spell-description {
resize: vertical;
box-sizing: border-box;
border-radius: 0;
height: 80px;
margin-bottom: 0;
min-height: 60px;
}
.sheet-spells-per-level {
align-items: center;
font-weight: bold;
margin: 0 0 12px;
}
.sheet-spells-per-level > div {
align-items: center;
width: 82px;
}
.sheet-spells-per-level input[type=number] {
border-radius: 3px;
width: 2em;
padding: 1px 4px;
border: 1px solid #ccc;
}
.sheet-spellfilter, .sheet-hidden-spell-level {
display: none;
}
.sheet-spellfilter[value="1"]:checked ~ div .sheet-hidden-spell-level[value="1"]:not(:checked) ~ .sheet-spellcontainer,
.sheet-spellfilter[value="2"]:checked ~ div .sheet-hidden-spell-level[value="2"]:not(:checked) ~ .sheet-spellcontainer,
.sheet-spellfilter[value="3"]:checked ~ div .sheet-hidden-spell-level[value="3"]:not(:checked) ~ .sheet-spellcontainer,
.sheet-spellfilter[value="4"]:checked ~ div .sheet-hidden-spell-level[value="4"]:not(:checked) ~ .sheet-spellcontainer,
.sheet-spellfilter[value="5"]:checked ~ div .sheet-hidden-spell-level[value="5"]:not(:checked) ~ .sheet-spellcontainer,
.sheet-spellfilter[value="6"]:checked ~ div .sheet-hidden-spell-level[value="6"]:not(:checked) ~ .sheet-spellcontainer,
.sheet-spellfilter[value="7"]:checked ~ div .sheet-hidden-spell-level[value="7"]:not(:checked) ~ .sheet-spellcontainer,
.sheet-spellfilter[value="8"]:checked ~ div .sheet-hidden-spell-level[value="8"]:not(:checked) ~ .sheet-spellcontainer,
.sheet-spellfilter[value="9"]:checked ~ div .sheet-hidden-spell-level[value="9"]:not(:checked) ~ .sheet-spellcontainer {
display: none;
}
.sheet-spell-filters {
font-size: 15px;
font-weight: bold;
align-items: center;
margin-bottom: 10px;
}
.sheet-filter-button {
width: 50px;
font-size: 1em;
box-sizing: border-box;
padding: 0;
margin: 0;
}
.sheet-filter-button input[type=radio] {
margin-right: 3px;
}
.sheet-filter-button span {
vertical-align: middle;
}
/* Retainers */
.sheet-retainer-name {
width: 31%;
}
.sheet-retainer-position, .sheet-retainer-classlevel {
width: 17%;
text-align: center;
}
.sheet-retainer-hp, .sheet-retainer-wage, .sheet-retainer-share {
width: 10%;
text-align: center;
}
/* sheet roll template for Saga Default */
.sheet-rolltemplate-lotfp_check table.sheet-rt-table {
width: 100%;
font-size: 1em;
font-family: "Helvetica Neue", Helvetica, sans-serif;
border-collapse: separate;
border: solid black 1px;
margin: 0;
}
.sheet-rolltemplate-lotfp_check table.sheet-rt-table th {
background-color: #000000;
color: #ffffff;
padding: 3px;
line-height: 1.6em;
font-size: 1.2em;
border: none;
}
.sheet-rolltemplate-lotfp_check .sheet-subheader {
background-color: #333333;
color: #ffffff;
font-size: 1em;
font-style: italic;
text-align: center;
}
.sheet-rolltemplate-lotfp_check .sheet-tcat {
font-weight: bold;
}
.sheet-rolltemplate-lotfp_check table.sheet-rt-table td {
padding: 3px;
border: 1px solid black;
text-align: center;
}
.sheet-rolltemplate-lotfp_check table.sheet-rt-table tr:nth-child(odd) {
background-color: #ffffff;
}
.sheet-rolltemplate-lotfp_check table.sheet-rt-table tr:nth-child(even) {
background-color: #ededed;
}
.sheet-rolltemplate-lotfp_check .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
border: 2px solid #a7a8aa; /*Cool Gray 6 C*/
background-color: #c5c6c7; /*Cool Gray 6 C*/
}
.sheet-rolltemplate-lotfp_check .inlinerollresult.fullcrit {
background-color: #3FB315;
color: white;
}
.sheet-rolltemplate-lotfp_check .inlinerollresult.fullfail {
background-color: #B31515;
color: white;
}
.sheet-rolltemplate-lotfp_check .inlinerollresult.importantroll {
background-color: #4A57ED;
color: white;
}
.sheet-rolltemplate-lotfp_check div {
width: 100%;
max-width: 400px;
}