mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 09:32:33 +00:00
338 lines
5.1 KiB
CSS
338 lines
5.1 KiB
CSS
/* === GENERAL === */
|
|
|
|
.charsheet {
|
|
min-width: 800px;
|
|
background: url('http://4.bp.blogspot.com/-WoKxGUZRyMg/UJhpDFAdybI/AAAAAAAADBk/Yy9Nej-UsmI/s1600/seamless_white_paper_texture.jpg');
|
|
}
|
|
|
|
.sheet-pictos {
|
|
font-family: pictos;
|
|
}
|
|
|
|
.sheet-label
|
|
{
|
|
color: #202020;
|
|
border: 0px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-header {
|
|
margin-bottom: 4px;
|
|
padding: 2px 4px;
|
|
padding-bottom: 6px;
|
|
|
|
background: #3d4750;
|
|
color: #d6dadd;
|
|
font-weight: bold;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.sheet-header-sub {
|
|
background: #3d4750;
|
|
color: #d6dadd;
|
|
font-weight: bold;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.sheet-repeating-header {
|
|
height: 25px;
|
|
}
|
|
|
|
.sheet-repeating-header span {
|
|
text-align: left;
|
|
margin-left: 5px;
|
|
color: #202020;
|
|
font-weight: normal;
|
|
display: inline-block;
|
|
width: initial;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
|
|
.sheet-header-sub input[type="radio"] {
|
|
width: 20px;
|
|
}
|
|
|
|
.sheet-header button {
|
|
float: right;
|
|
}
|
|
|
|
.sheet-section {
|
|
float: left;
|
|
width: 100%;
|
|
|
|
margin: 4px 0;
|
|
padding: 1px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.sheet-twothirds {
|
|
max-width: 66%;
|
|
}
|
|
|
|
.sheet-third {
|
|
max-width: 33%;
|
|
}
|
|
|
|
.sheet-fourth {
|
|
max-width: 25%;
|
|
}
|
|
|
|
.sheet-half {
|
|
max-width: 50%;
|
|
}
|
|
|
|
.sheet-break {
|
|
clear: both;
|
|
}
|
|
|
|
label,
|
|
select {
|
|
margin: 0;
|
|
}
|
|
|
|
textarea {
|
|
margin: 0;
|
|
width: 100%;
|
|
height: 140px;
|
|
resize: vertical;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.sheet-exaltation textarea {
|
|
margin: 0;
|
|
width: 100%;
|
|
height: 62px;
|
|
resize: vertical;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.sheet-table-mentalresistance th {
|
|
font-size: 1.4em;
|
|
}
|
|
.sheet-table-mentalresistance td {
|
|
border: black 1px solid;
|
|
font-size: 1.4em;
|
|
}
|
|
|
|
.sheet-repitem,
|
|
.repitem {
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
/* Override Roll20 Button styling for something less conspicious */
|
|
button {
|
|
height: 22px;
|
|
line-height: 16px;
|
|
margin: 0 !important;
|
|
border-radius: 0 !important;
|
|
background-image: none !important;
|
|
border: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.repitem button {
|
|
height: 28px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
/* === BASIC === */
|
|
.sheet-logo {
|
|
width: 170px;
|
|
margin: 0 5px;
|
|
float: left;
|
|
}
|
|
|
|
.sheet-section-basic tr {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.sheet-section-basic td {
|
|
padding: 2px;
|
|
}
|
|
|
|
.sheet-section-basic input[type="number"] {
|
|
width: 100px;
|
|
}
|
|
.sheet-section-basic input[type="text"] {
|
|
width: 100%;
|
|
}
|
|
|
|
input[type="text"] {
|
|
width: 40%;
|
|
}
|
|
|
|
.sheet-section-basic .sheet-column {
|
|
width: calc(50% - 200px);
|
|
}
|
|
|
|
/* === SKILLS === */
|
|
.sheet-section-skills {
|
|
# min-width: 265px;
|
|
}
|
|
|
|
.sheet-section-skills input {
|
|
width: 60px;
|
|
}
|
|
|
|
.sheet-section-skills input[type="radio"] {
|
|
width: auto !important;
|
|
}
|
|
|
|
.sheet-section-skills {
|
|
font-weight: bold;
|
|
padding: 0 4px;
|
|
}
|
|
|
|
.sheet-skill-on {
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.sheet-skill-off {
|
|
background-color: #E3E3E3;
|
|
border: 1px solid gray;
|
|
}
|
|
|
|
.repeating_Weapons td {
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-skill-repeated-name {
|
|
width: 60% !important;
|
|
}
|
|
|
|
.sheet-repeated-artifact {
|
|
width: auto;
|
|
}
|
|
|
|
.sheet-section-equipment textarea {
|
|
width: 49%;
|
|
height: 256px;
|
|
}
|
|
|
|
/* === ASPECT === */
|
|
.sheet-section-aspects input {
|
|
width: 100%;
|
|
}
|
|
|
|
/* === STRESS === */
|
|
.sheet-section-stress td {
|
|
text-align: left;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.sheet-section-stress input {
|
|
margin-left: 2px;
|
|
}
|
|
|
|
.sheet-check-on {
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.sheet-check-off {
|
|
background-color: #E3E3E3;
|
|
border: 1px solid gray;
|
|
}
|
|
|
|
/* === CONSEQUENCES === */
|
|
.sheet-section-consequences {
|
|
float: right;
|
|
}
|
|
|
|
.sheet-section-consequences select {
|
|
width: 100px;
|
|
float: left;
|
|
}
|
|
|
|
.sheet-section-consequences input {
|
|
margin-left: 2px;
|
|
width: calc(100% - 102px);
|
|
}
|
|
|
|
.sheet-advantages {
|
|
width: 100%;
|
|
height: 66px;
|
|
}
|
|
|
|
|
|
|
|
.sheet-rolltemplate-basic table {
|
|
width: 189px;
|
|
padding: 2px;
|
|
border: 1px solid;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic th {
|
|
color: rgb(126, 45, 64);
|
|
padding-left: 5px;
|
|
line-height: 1.6em;
|
|
font-size: 1.2em;
|
|
text-align: left;
|
|
font-family: "Times New Roman", Times, serif;
|
|
font-variant: small-caps;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .sheet-subheader {
|
|
color: #000;
|
|
font-size: 1em;
|
|
font-style: italic;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .sheet-arrow-right {
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid transparent;
|
|
border-right: 3px solid transparent;
|
|
border-left: 180px solid rgb(61, 71, 80);
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .sheet-tcat {
|
|
font-style: italic;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic td {
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .inlinerollresult {
|
|
background-color: #ffffff;
|
|
border: none;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .inlinerollresult.importantroll {
|
|
color: #4A57ED;
|
|
border: none;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .sheet-subheader {
|
|
color: #000;
|
|
font-size: 0.8em;
|
|
font-style: italic;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .sheet-rowsuccess {
|
|
color: #080;
|
|
font-size: 0.8em;
|
|
font-style: italic;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .sheet-rowfailure {
|
|
color: #A88;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .sheet-rowsmaller {
|
|
color: black;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .sheet-criticalfailure {
|
|
color: #822;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.sheet-rolltemplate-basic .sheet-criticalsuccess {
|
|
color: #282;
|
|
font-size: 1.1em;
|
|
}
|