mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
279 lines
4.5 KiB
CSS
279 lines
4.5 KiB
CSS
.sheet-label {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.sheet-hidden {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-power_value {
|
|
width: 20px;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
|
|
.sheet-logo {
|
|
background: url('http://i.imgur.com/L4BbjhX.jpg') no-repeat;
|
|
display: block;
|
|
width: 100%;
|
|
height: 50px;
|
|
background-size: contain;
|
|
}
|
|
|
|
.sheet-label_small {
|
|
font-size: 0.75rem;
|
|
}
|
|
|
|
.sheet-com_sheet {
|
|
max-width: 1200px;
|
|
background: #fff;
|
|
}
|
|
|
|
.sheet-com_sheet div {
|
|
padding: 2% 1%;
|
|
}
|
|
|
|
.sheet-weakness input[type=checkbox] {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.sheet-weakness textarea {
|
|
width: 78%;
|
|
float: left;
|
|
}
|
|
|
|
textarea {
|
|
resize: none;
|
|
}
|
|
|
|
label {
|
|
color: #453428;
|
|
}
|
|
|
|
textarea {
|
|
height: 50px;
|
|
}
|
|
|
|
.sheet-overall_move_grid:after,
|
|
.sheet-header:after {
|
|
content: '';
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
.sheet-full_grid {
|
|
width: 98%;
|
|
}
|
|
|
|
.sheet-half_grid {
|
|
width: 48%;
|
|
float: left;
|
|
}
|
|
|
|
.sheet-half_grid .sheet-third_grid {
|
|
padding: 0;
|
|
}
|
|
|
|
.sheet-threequarter_grid {
|
|
width: 73%;
|
|
float: left;
|
|
}
|
|
|
|
.sheet-quarter_grid {
|
|
width: 23%;
|
|
float: left;
|
|
}
|
|
|
|
.sheet-third_grid {
|
|
width: 33%;
|
|
float: left;
|
|
}
|
|
|
|
.sheet-overall_move_grid {
|
|
background: #eee
|
|
}
|
|
|
|
.sheet-move_grid {
|
|
width: 10%;
|
|
float: left;
|
|
text-align: center;
|
|
padding-top: 0 !important;
|
|
padding-bottom: 0 !important;
|
|
}
|
|
|
|
.sheet-move_grid label {
|
|
display: block;
|
|
height: 30px;
|
|
vertical-align: bottom;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-move_label {
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-total_power label,
|
|
.sheet-total_power {
|
|
text-align: right;
|
|
}
|
|
|
|
.sheet-power-tag {
|
|
display: inline-block;
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.sheet-power-tag input[type=text] {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-weakness-tag {
|
|
display: inline-block;
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.sheet-weakness-tag input[type=text] {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-weakness-tag input[type=checkbox] {
|
|
margin-bottom: 5px;
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.sheet-burn_spacer {
|
|
width: calc(23% + 10px + 20px);
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.sheet-clr {
|
|
clear: both;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.sheet-adv {
|
|
display: block;
|
|
height: 60px;
|
|
}
|
|
|
|
input[type=text] {
|
|
width: 100%;
|
|
border: 1px solid #453428;
|
|
}
|
|
|
|
input[type=checkbox] {
|
|
box-shadow: none;
|
|
height: 20px;
|
|
width: 20px;
|
|
background: #fff;
|
|
}
|
|
|
|
.sheet-burned_1,
|
|
.sheet-burned_2,
|
|
.sheet-burned_3,
|
|
.sheet-burned_4,
|
|
.sheet-burned_5,
|
|
.sheet-burned_6,
|
|
.sheet-burned_7,
|
|
.sheet-burned_8,
|
|
.sheet-burned_9,
|
|
.sheet-burned_10,
|
|
.sheet-burned_11,
|
|
.sheet-burned_12 {
|
|
display: initial;
|
|
}
|
|
|
|
.sheet-burn_1,
|
|
.sheet-burn_2,
|
|
.sheet-burn_3,
|
|
.sheet-burn_4,
|
|
.sheet-burn_5,
|
|
.sheet-burn_6,
|
|
.sheet-burn_7,
|
|
.sheet-burn_8,
|
|
.sheet-burn_9,
|
|
.sheet-burn_10,
|
|
.sheet-burn_11,
|
|
.sheet-burn_12 {
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.sheet-burn_1:checked ~ .sheet-burned_1,
|
|
.sheet-burn_2:checked ~ .sheet-burned_2,
|
|
.sheet-burn_3:checked ~ .sheet-burned_3,
|
|
.sheet-burn_4:checked ~ .sheet-burned_4,
|
|
.sheet-burn_5:checked ~ .sheet-burned_5,
|
|
.sheet-burn_6:checked ~ .sheet-burned_6,
|
|
.sheet-burn_7:checked ~ .sheet-burned_7,
|
|
.sheet-burn_8:checked ~ .sheet-burned_8,
|
|
.sheet-burn_9:checked ~ .sheet-burned_9,
|
|
.sheet-burn_10:checked ~ .sheet-burned_10,
|
|
.sheet-burn_11:checked ~ .sheet-burned_11,
|
|
.sheet-burn_12:checked ~ .sheet-burned_12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-movedesc {
|
|
background: #fff;
|
|
padding: 10px;
|
|
}
|
|
|
|
.sheet-rolltemplate-com table {
|
|
width: 98%;
|
|
border: 1px solid;
|
|
color: black;
|
|
font-size: 1em;
|
|
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
|
}
|
|
|
|
.sheet-rolltemplate-com th {
|
|
background-color: rgba(112, 32, 130,1);
|
|
color: #ffffff;
|
|
padding: 5px 10px;
|
|
border-bottom: 1px solid black;
|
|
border-right: 1px solid black;
|
|
line-height: 1.6em;
|
|
font-size: 1.2em;
|
|
text-align: left;
|
|
}
|
|
|
|
.sheet-rolltemplate-com .userscript-tcat {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-rolltemplate-com td {
|
|
padding: 5px 10px;
|
|
border-bottom: 1px solid black;
|
|
border-right: 1px solid black;
|
|
}
|
|
|
|
.sheet-rolltemplate-com tr:nth-child(odd) {
|
|
background-color: rgba(217, 217, 214,1);
|
|
}
|
|
|
|
.sheet-rolltemplate-com tr:nth-child(even) {
|
|
background-color: rgba(233, 233, 233,1);
|
|
}
|
|
|
|
.sheet-rolltemplate-com .inlinerollresult {
|
|
display: inline-block;
|
|
min-width: 1.5em;
|
|
text-align: center;
|
|
border: 2px solid rgba(167, 168, 170,1); /*Cool Gray 6 C*/
|
|
}
|
|
|
|
.sheet-rolltemplate-com .inlinerollresult.fullcrit {
|
|
border: 2px solid #3FB315;
|
|
}
|
|
|
|
.sheet-rolltemplate-com .inlinerollresult.fullfail {
|
|
border: 2px solid #B31515;
|
|
}
|
|
|
|
.sheet-rolltemplate-com .inlinerollresult.importantroll {
|
|
border: 2px solid #4A57ED;
|
|
}
|
|
|
|
.textchatcontainer .message {
|
|
padding-left: 10px;
|
|
} |