mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
596 lines
14 KiB
CSS
596 lines
14 KiB
CSS
div.sheet-tab-content { display: none; }
|
|
|
|
input.sheet-tab-character:checked ~ div.sheet-tab-character,
|
|
input.sheet-tab-skills:checked ~ div.sheet-tab-skills,
|
|
input.sheet-tab-magic:checked ~ div.sheet-tab-magic,
|
|
input.sheet-tab-combat:checked ~ div.sheet-tab-combat,
|
|
input.sheet-tab-equipment:checked ~ div.sheet-tab-equipment,
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
div.sheet-tab-magic { display: none; }
|
|
|
|
input.sheet-tab-vitner:checked ~ div.sheet-tab-vitner,
|
|
input.sheet-tab-divination:checked ~ div.sheet-tab-divination,
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
div.sheet-culture
|
|
{
|
|
display: none;
|
|
position: absolute;
|
|
margin:0px;
|
|
}
|
|
|
|
input.sheet-human:checked ~ div.sheet-human,
|
|
input.sheet-elf:checked ~ div.sheet-elf,
|
|
input.sheet-dwarf:checked ~ div.sheet-dwarf,
|
|
input.sheet-half-trolls:checked ~ div.sheet-half-trolls,
|
|
input.sheet-half-elves:checked ~ div.sheet-half-elves,
|
|
input.sheet-dwarf-troll:checked ~ div.sheet-dwarf-troll,
|
|
{
|
|
display: inline-block;
|
|
}
|
|
|
|
label.sheet-race
|
|
{
|
|
width: 120px;
|
|
height: 24px;
|
|
margin: 0px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
|
|
.charsheet .sheet-wrapper .sheet-stats .sheet-col .sheet-row .sheet-race .sheet-race input.sheet-race
|
|
{
|
|
width: 40px;
|
|
position: relative;
|
|
left: 6px;
|
|
margin: -1.5px;
|
|
margin-bottom: 1px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
|
|
input.sheet-magic-type
|
|
{
|
|
width:145px;
|
|
position: relative;
|
|
left: 6px;
|
|
margin: -1.5px;
|
|
margin-bottom: 6px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
font-size:14px;
|
|
font-style:bold;
|
|
}
|
|
|
|
input.sheet-magic-type::before
|
|
{
|
|
content: attr(title);
|
|
|
|
border: solid 1px #a8a8a8;
|
|
border-bottom-color: black;
|
|
text-align: center;
|
|
display: inline-block;
|
|
|
|
background: #bbb;
|
|
|
|
width: 150px;
|
|
height: 20px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
input.sheet-magic-type:checked::before
|
|
{
|
|
background: #fff;
|
|
border-bottom-color: #fff;
|
|
}
|
|
|
|
input.sheet-magic-type:not(:first-child)::before
|
|
{
|
|
border-left: none;
|
|
}
|
|
|
|
div.sheet-tab-magic
|
|
{
|
|
border: 1px solid #a8a8a8;
|
|
border-top-color: #000;
|
|
margin: 2px 0 0 5px;
|
|
padding: 5px;
|
|
}
|
|
|
|
input.sheet-tab
|
|
{
|
|
width: 150px;
|
|
height: 20px;
|
|
position: relative;
|
|
left: 6px;
|
|
margin: -1.5px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
|
|
input.sheet-tab::before
|
|
{
|
|
content: attr(title);
|
|
|
|
border: solid 1px #a8a8a8;
|
|
border-bottom-color: black;
|
|
text-align: center;
|
|
display: inline-block;
|
|
|
|
background: #bbb;
|
|
|
|
width: 150px;
|
|
height: 20px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
input.sheet-tab:checked::before
|
|
{
|
|
background: #fff;
|
|
border-bottom-color: #fff;
|
|
}
|
|
|
|
input.sheet-tab:not(:first-child)::before
|
|
{
|
|
border-left: none;
|
|
}
|
|
|
|
input.sheet-tab-input:checked::before
|
|
{
|
|
background: #dcdcdc;
|
|
background: -moz-linear-gradient(to top, #fcecec, #f8c8c8, #fcecec);
|
|
background: -webkit-linear-gradient(to top, #fcecec, #f8c8c8, #fcecec);
|
|
background: -ms-linear-gradient(to top, #fcecec, #f8c8c8, #fcecec);
|
|
background: -o-linear-gradient(to top, #fcecec, #f8c8c8, #fcecec);
|
|
background: linear-gradient(to top, #fcecec, #f8c8c8, #fcecec);
|
|
border-bottom-color: #fcecec;
|
|
}
|
|
|
|
div.sheet-tab-content
|
|
{
|
|
border: 1px solid #a8a8a8;
|
|
border-top-color: #000;
|
|
margin: 2px 0 0 5px;
|
|
padding: 5px;
|
|
}
|
|
|
|
div.sheet-tab-input
|
|
{
|
|
background-color: #fcecec;
|
|
}
|
|
|
|
/* character sheet styles */
|
|
.charsheet {
|
|
background-color: white;
|
|
}
|
|
.charsheet .sheet-wrapper h1, .charsheet .sheet-wrapper h3 {
|
|
margin: 0 auto;
|
|
border: 2px solid #000000;
|
|
background-color: #848482;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
font-size: 15pt;
|
|
padding-left:5px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-logo {
|
|
width: 100%;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-logo img {
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-dod-min {
|
|
font-size: 10px;
|
|
}
|
|
.charsheet .sheet-wrapper h3 {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
text-align: left;
|
|
font-size: 15px;
|
|
}
|
|
.charsheet .sheet-wrapper extra {
|
|
text-align: left;
|
|
font-size: 10px;
|
|
}
|
|
.sheet-main-skill {
|
|
font-size:16px;
|
|
font-weight:bold;
|
|
background-color: #848482;
|
|
color: #ffffff;
|
|
}
|
|
.sheet-discipline {
|
|
font-size:14px;
|
|
font-weight:bold;
|
|
}
|
|
.sheet-specialty {
|
|
}
|
|
|
|
/* Rows */
|
|
.charsheet .sheet-wrapper .sheet-skills .sheet-row,
|
|
.charsheet .sheet-wrapper .sheet-stats div,
|
|
.charsheet .sheet-wrapper .sheet-gear div {
|
|
min-height: 30px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-stats div {
|
|
min-height: 15px;
|
|
}
|
|
.sheet-small-row {
|
|
float:left;
|
|
min-height: 15px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-skills {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
border: 1px solid #000;
|
|
}
|
|
|
|
.charsheet .sheet-wrapper .sheet-stat-bonus {
|
|
width: 40px;
|
|
}
|
|
|
|
.charsheet .sheet-wrapper .sheet-skills:nth-child(odd) {
|
|
background-color: #d3d3d3;
|
|
}
|
|
.sheet-row-vitner {
|
|
margin-bottom:2px;
|
|
}
|
|
.sheet-skill-roll {
|
|
height:27px;
|
|
margin-bottom:0.3px;
|
|
}
|
|
.sheet-skill-no-roll {
|
|
margin-bottom:9.6px;
|
|
}
|
|
|
|
/* Cols */
|
|
.sheet-personal-info-col {
|
|
width: calc(100% - 430px);
|
|
}
|
|
|
|
.sheet-col-whitespace {
|
|
width: 30px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-stats div.sheet-stats-label {
|
|
margin-top: 5px;
|
|
width: 150px;
|
|
}
|
|
|
|
.charsheet .sheet-wrapper .sheet-stats div.sheet-personal-info-name {
|
|
width: 125px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-stats div.sheet-personal-info-field {
|
|
width: calc(100% - 130px);
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-stats div.sheet-attribute-label {
|
|
width: 120px;
|
|
margin-top: 5px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-stats div.sheet-attribute-extra-label {
|
|
width: 200px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-stats div.sheet-attribute-ext-label {
|
|
width: 100px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-saves .sheet-col {
|
|
width: 150px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-gear div.sheet-gear-name {
|
|
width: 180px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-gear div.sheet-gear-readied {
|
|
width: 55px;
|
|
text-align: center;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-gear div.sheet-gear-encumbrance {
|
|
width: 100px;
|
|
}
|
|
.charsheet .sheet-wrapper div.sheet-psionics-level {
|
|
width: 300px;
|
|
}
|
|
.charsheet .sheet-wrapper div.sheet-psionics-pp {
|
|
width: 380px;
|
|
}
|
|
.charsheet .sheet-wrapper div.sheet-psionics-pp .sheet-col {
|
|
width: 50px;
|
|
}
|
|
.charsheet .sheet-wrapper div.sheet-misc-goal,
|
|
.charsheet .sheet-wrapper div.sheet-misc-goal-xp {
|
|
width: 100px;
|
|
}
|
|
div.sheet-race {
|
|
width: 100%;
|
|
}
|
|
div.sheet-culture {
|
|
width: calc(100% - 134px);
|
|
}
|
|
.sheet-extra-armor {
|
|
width: calc(100% - 635px);
|
|
}
|
|
.sheet-extra-weapon {
|
|
width: calc(100% - 720px);
|
|
}
|
|
.sheet-magic-description {
|
|
width: calc(100% - 400px);
|
|
}
|
|
.sheet-other-valuables {
|
|
width: calc(100% - 360px);
|
|
}
|
|
.sheet-eq-description {
|
|
width: calc(100% - 380px);
|
|
}
|
|
|
|
/* Labels */
|
|
.charsheet .sheet-wrapper label {
|
|
font-weight: bold;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-skills label {
|
|
display: inline;
|
|
width: 175px;
|
|
white-space: nowrap;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-skills label.sheet-skill-points-unspent {
|
|
background: #000000;
|
|
color: #ffffff;
|
|
}
|
|
.sheet-weapons-wrapper label {
|
|
display: inline-block;
|
|
width: 140px;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-weight: bold;
|
|
}
|
|
.sheet-weapons-wrapper label.sheet-weapons-short {
|
|
width: 95px;
|
|
}
|
|
.sheet-languages {
|
|
margin-top: 15px;
|
|
}
|
|
.sheet-vitner-label {
|
|
text-align:right;
|
|
margin-top: 12px;
|
|
}
|
|
label.sheet-race {
|
|
width: 100%;
|
|
}
|
|
|
|
/* Input fields */
|
|
.charsheet .sheet-wrapper textarea {
|
|
resize: none;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-stats input {
|
|
width: 243px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-stats input.sheet-stats-half {
|
|
width: 75px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-stats input.sheet-stats-half-fake-label {
|
|
background:rgba(0,0,0,0);
|
|
border:none;
|
|
width:30px;
|
|
padding-left:0px;
|
|
padding-right:0px;
|
|
padding-top:6px;"
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-stats input.sheet-stats-small {
|
|
width: 30px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-skills input {
|
|
width: 50px;
|
|
}
|
|
.charsheet .sheet-wrapper input.sheet-skills-custom {
|
|
display: inline;
|
|
width: 150px;
|
|
}
|
|
.charsheet .sheet-wrapper input.sheet-gear-credits {
|
|
width: 100px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-gear-cyberware input {
|
|
width: 340px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-gear-other textarea {
|
|
width: 330px;
|
|
min-height: 164px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-psionics-discipline input {
|
|
width: 340px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-psionics-discipline-level input {
|
|
width: 50px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-psionics-power input,
|
|
.charsheet .sheet-wrapper .sheet-psionics-mastered input {
|
|
width: 340px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-psionics-pp input {
|
|
width: 50px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-misc-goal input {
|
|
width: 400px;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-misc-goal-xp input {
|
|
width: 100px;
|
|
}
|
|
.sheet-weapons-wrapper input {
|
|
width: 140px;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.sheet-textarea-wide {
|
|
width: 97%;
|
|
}
|
|
.charsheet .sheet-wrapper .sheet-stats .sheet-col input.sheet-input-stats {
|
|
width: 100%;
|
|
}
|
|
|
|
/* select styles */
|
|
.sheet-culture-paddings {
|
|
width: 100%;
|
|
margin: 0px;
|
|
margin-top:-18px;
|
|
}
|
|
|
|
/* sheet styles */
|
|
|
|
.sheet-tab-skills .sheet-stats .sheet-col .sheet-stats-dod-min-max .sheet-stats-dod-value {
|
|
width: 50px;
|
|
margin: 0;
|
|
}
|
|
|
|
.sheet-tab-dod .sheet-stats .sheet-col .sheet-stats-dod-min-max .sheet-stats-dod-value input {
|
|
width: 50px;
|
|
margin: 0;
|
|
}
|
|
|
|
.sheet-tab-dod .sheet-stats .sheet-col .sheet-stats-dod-min-max .sheet-stats-label-separator {
|
|
width: 5px;
|
|
margin: 1px;
|
|
padding: 0;
|
|
}
|
|
|
|
.sheet-tab-dod .sheet-dod-repeating-headers {
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-tab-dod .sheet-dod-weapons .sheet-6colrow {
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-tab-dod .sheet-dod-repeating-headers .sheet-3colrow div {
|
|
width: 27%;
|
|
margin: 0;
|
|
}
|
|
|
|
.sheet-tab-dod .sheet-dod-repeating-headers .sheet-6colrow div {
|
|
width: 15%;
|
|
margin: 0;
|
|
}
|
|
|
|
.sheet-tab-dod .sheet-dod-repeating-headers .sheet-6colrow input {
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-tab-dod .sheet-dod-other-notes {
|
|
width: 98%;
|
|
}
|
|
|
|
/* roll templates */
|
|
|
|
.sheet-rolltemplate-skill .sheet-dod-template-container,
|
|
.sheet-rolltemplate-attack .sheet-dod-template-container,
|
|
.sheet-rolltemplate-save .sheet-dod-template-container,
|
|
.sheet-rolltemplate-morale .sheet-dod-template-container {
|
|
width:100%;
|
|
height: 100px;
|
|
background-size: 296px 217px;
|
|
color: white;
|
|
|
|
-webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.5);
|
|
-moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.5);
|
|
box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.5);
|
|
|
|
border-radius: 5px 5px 5px 5px;
|
|
-moz-border-radius: 5px 5px 5px 5px;
|
|
-webkit-border-radius: 5px 5px 5px 5px;
|
|
|
|
border: 0px solid #000000;
|
|
}
|
|
|
|
.sheet-rolltemplate-skill .sheet-dod-template-container .sheet-dod-template-title,
|
|
.sheet-rolltemplate-save .sheet-dod-template-container .sheet-dod-template-title,
|
|
.sheet-rolltemplate-morale .sheet-dod-template-container .sheet-dod-template-title {
|
|
text-align: center;
|
|
height: 25%;
|
|
font-size: 1.0em;
|
|
vertical-align: middle;
|
|
font-weight: bold;
|
|
padding-top:15px;
|
|
}
|
|
|
|
.sheet-rolltemplate-attack .sheet-dod-template-container .sheet-dod-template-title {
|
|
text-align: center;
|
|
height: 25%;
|
|
font-size: 1.0em;
|
|
vertical-align: middle;
|
|
font-weight: bold;
|
|
padding-top:5px;
|
|
}
|
|
|
|
.sheet-rolltemplate-attack .sheet-dod-template-container .sheet-dod-template-title-character {
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
.sheet-rolltemplate-attack .sheet-dod-template-container .sheet-dod-template-title-action {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.sheet-rolltemplate-skill .sheet-dod-template-container .sheet-dod-template-results-row,
|
|
.sheet-rolltemplate-attack .sheet-dod-template-container .sheet-dod-template-results-row,
|
|
.sheet-rolltemplate-save .sheet-dod-template-container .sheet-dod-template-results-row,
|
|
.sheet-rolltemplate-morale .sheet-dod-template-container .sheet-dod-template-results-row {
|
|
width: 100%;
|
|
height: 75%;
|
|
}
|
|
|
|
.sheet-rolltemplate-skill .sheet-dod,
|
|
.sheet-rolltemplate-attack .sheet-dod,
|
|
.sheet-rolltemplate-save .sheet-dod,
|
|
.sheet-rolltemplate-morale .sheet-dod {
|
|
opacity: 0.9;
|
|
vertical-align: middle;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.sheet-rolltemplate-skill .sheet-dod-template-container .sheet-dod-template-results-row .sheet-results-element,
|
|
.sheet-rolltemplate-attack .sheet-dod-template-container .sheet-dod-template-results-row .sheet-results-element,
|
|
.sheet-rolltemplate-save .sheet-dod-template-container .sheet-dod-template-results-row .sheet-results-element,
|
|
.sheet-rolltemplate-morale .sheet-dod-template-container .sheet-dod-template-results-row .sheet-results-element {
|
|
width: 50%;
|
|
font-size: 0.9em;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
height: 30px;
|
|
}
|
|
|
|
.sheet-rolltemplate-skill .sheet-dod-template-container .sheet-dod-template-results-row .sheet-success,
|
|
.sheet-rolltemplate-attack .sheet-dod-template-container .sheet-dod-template-results-row .sheet-success,
|
|
.sheet-rolltemplate-save .sheet-dod-template-container .sheet-dod-template-results-row .sheet-success,
|
|
.sheet-rolltemplate-morale .sheet-dod-template-container .sheet-dod-template-results-row .sheet-success {
|
|
background-color: green;
|
|
color: white;
|
|
float: left;
|
|
}
|
|
|
|
.sheet-rolltemplate-skill .sheet-dod-template-container .sheet-dod-template-results-row .sheet-fail,
|
|
.sheet-rolltemplate-attack .sheet-dod-template-container .sheet-dod-template-results-row .sheet-fail,
|
|
.sheet-rolltemplate-save .sheet-dod-template-container .sheet-dod-template-results-row .sheet-fail,
|
|
.sheet-rolltemplate-morale .sheet-dod-template-container .sheet-dod-template-results-row .sheet-fail {
|
|
background-color: red;
|
|
color: white;
|
|
float: left;
|
|
}
|
|
|
|
.sheet-rolltemplate-attack .sheet-black-text {
|
|
color: black;
|
|
}
|
|
|
|
.sheet-rolltemplate-skill .sheet-dod-template-container .sheet-dod-template-results-row .sheet-roll-output,
|
|
.sheet-rolltemplate-attack .sheet-dod-template-container .sheet-dod-template-results-row .sheet-roll-output,
|
|
.sheet-rolltemplate-save .sheet-dod-template-container .sheet-dod-template-results-row .sheet-roll-output,
|
|
.sheet-rolltemplate-morale .sheet-dod-template-container .sheet-dod-template-results-row .sheet-roll-output {
|
|
background-color: #dcdcdc;
|
|
color: black;
|
|
float: right;
|
|
}
|
|
|
|
.sheet-rolltemplate-skill .sheet-dod-template-container .sheet-dod-template-results-row .sheet-roll-neutral {
|
|
background-color: #dcdcdc;
|
|
color: black;
|
|
float: left;
|
|
} |