mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
2204 lines
44 KiB
CSS
2204 lines
44 KiB
CSS
@import url("https://fonts.googleapis.com/css?family=Orbitron&display=swap|family=Lato");
|
|
.charsheet {
|
|
padding: 0 !important;
|
|
position: relative;
|
|
top: -11px;
|
|
line-height: 16px;
|
|
cursor: default;
|
|
color: #333;
|
|
font-size: 0;
|
|
font-family: "Lato", sans-serif;
|
|
}
|
|
|
|
/* Colors
|
|
greyish #d0d8de
|
|
dark blue #143c58 */
|
|
|
|
/* Sheet container */
|
|
|
|
.sheet-container {
|
|
position: relative;
|
|
max-width: 1190px;
|
|
min-width: 860px;
|
|
}
|
|
|
|
/* Basic stuff */
|
|
|
|
div, span, textarea, span, label {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
select {
|
|
font-size: 12px;
|
|
line-height: 1;
|
|
border-radius: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.sheet-standard-margin {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-large-margin {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
button[type="roll"], button[type="action"] {
|
|
display: flex;
|
|
border: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-shadow: none;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
box-sizing: border-box;
|
|
font-family: inherit;
|
|
outline: none;
|
|
border-radius: 0;
|
|
transition: all 0.2s;
|
|
z-index: 3;
|
|
}
|
|
|
|
button[type="roll"].btn::before, button[type="action"].btn::before {
|
|
content: "";
|
|
}
|
|
|
|
button[type="roll"]:hover, button[type="action"]:hover {
|
|
color: #669999;
|
|
}
|
|
|
|
label {
|
|
display: flex;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: auto;
|
|
color: #333;
|
|
font: inherit;
|
|
}
|
|
|
|
label input[type="checkbox"], label input[type="radio"] {
|
|
position: absolute;
|
|
}
|
|
|
|
label:hover input[type="checkbox"]+span, label:hover input[type="radio"]+span {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
input[type="number"], input[type="text"], textarea {
|
|
border: none;
|
|
font-family: inherit;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
color: #333;
|
|
border-radius: 0;
|
|
transition: all 0.2s, height 0.4s;
|
|
}
|
|
|
|
input[type="number"]:focus, input[type="text"]:focus, textarea:focus {
|
|
box-shadow: inset 0 0 1px 1px rgba(66, 66, 66, 0.3), 0 0 2px 1px rgba(66, 66, 66, 0.3);
|
|
}
|
|
|
|
textarea {
|
|
resize: vertical;
|
|
display: block;
|
|
}
|
|
|
|
textarea:active, textarea:focus {
|
|
transition: height 0s;
|
|
}
|
|
|
|
input[type="checkbox"], input[type="radio"] {
|
|
opacity: 0;
|
|
z-index: 1;
|
|
-moz-appearance: none;
|
|
vertical-align: unset;
|
|
position: relative;
|
|
}
|
|
|
|
input[type="checkbox"]+span, input[type="radio"]+span {
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
transition: all 0.2s, opacity 0s;
|
|
}
|
|
|
|
/* Sheet logo */
|
|
|
|
.sheet-logo {
|
|
background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/logo_large.png");
|
|
background-size: auto 100%;
|
|
background-repeat: no-repeat;
|
|
margin-bottom: 5px;
|
|
grid-column: 1;
|
|
grid-row: 1;
|
|
align-self: stretch;
|
|
max-height: 83px;
|
|
}
|
|
|
|
.sheet-divider {
|
|
height: 2px;
|
|
background: black;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
/* SETTINGS FOR HIDING STUFF ON THE SHEET */
|
|
|
|
.sheet-hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
.sheet-hider[value="0"]+li, .sheet-hider[value="0"]+div, .sheet-hider[value="0"]+label {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-zero-height-hider+div {
|
|
overflow: hidden;
|
|
transition: max-height 1s;
|
|
}
|
|
|
|
.sheet-zero-height-hider[value="0"]+div {
|
|
max-height: 0;
|
|
}
|
|
|
|
/* Auto-expand textareas */
|
|
|
|
/* Preloading graphics*/
|
|
|
|
.sheet-preload {
|
|
opacity: 0;
|
|
position: absolute;
|
|
}
|
|
|
|
.sheet-preload img {
|
|
width: 1px;
|
|
height: 1px;
|
|
}
|
|
|
|
/* REPEATING SECTION CONTROLS */
|
|
|
|
.repcontrol {
|
|
display: flex;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.repcontrol .repcontrol_edit {
|
|
margin-left: auto;
|
|
order: 1;
|
|
}
|
|
|
|
.repcontrol button {
|
|
background: transparent;
|
|
color: #555;
|
|
border-radius: 0;
|
|
border-color: #999;
|
|
transition: all 0.2s;
|
|
font-family: pictos;
|
|
font-size: 0;
|
|
font-weight: bold;
|
|
padding: 5px 3px 2px;
|
|
line-height: 8px;
|
|
}
|
|
|
|
.repcontrol button:hover {
|
|
color: black;
|
|
border-color: black;
|
|
background: #ddd;
|
|
}
|
|
|
|
.repcontrol button.repcontrol_edit::after {
|
|
content: "(";
|
|
}
|
|
|
|
.repcontrol button.repcontrol_add::after {
|
|
content: "&";
|
|
}
|
|
|
|
.repcontrol button.repcontrol_edit::after, .repcontrol button.repcontrol_add::after {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.repcontainer.editmode+.repcontrol button.repcontrol_edit::after {
|
|
content: ")";
|
|
}
|
|
|
|
.itemcontrol {
|
|
z-index: 20;
|
|
}
|
|
|
|
.itemcontrol .btn {
|
|
padding: 0 6px;
|
|
line-height: 16px;
|
|
}
|
|
|
|
/* CHECKBOXES */
|
|
|
|
input[type="radio"].sheet-radiobox {
|
|
flex: 0 0 auto;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-right: -12px;
|
|
}
|
|
|
|
input[type="radio"].sheet-radiobox+span {
|
|
flex: 0 0 auto;
|
|
width: 12px;
|
|
height: 12px;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
input[type="radio"].sheet-radiobox:hover+span {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
input[type="radio"].sheet-radiobox:last-child+span {
|
|
margin-right: 0 !important;
|
|
}
|
|
|
|
input[type="radio"].sheet-radiobox.sheet-large {
|
|
height: 14px;
|
|
width: 14px;
|
|
margin-right: -14px;
|
|
}
|
|
|
|
input[type="radio"].sheet-radiobox.sheet-large+span {
|
|
height: 14px;
|
|
width: 14px;
|
|
}
|
|
|
|
input[type="radio"].sheet-radiobox+span {
|
|
background: #669999;
|
|
}
|
|
|
|
input.sheet-zero:checked~input[type="radio"].sheet-radiobox+span, input.sheet-radiobox:checked~input[type="radio"].sheet-radiobox+span {
|
|
background: white;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-squarebox {
|
|
flex: 0 0 auto;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-right: -12px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-squarebox+span {
|
|
flex: 0 0 auto;
|
|
width: 12px;
|
|
height: 12px;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-squarebox:hover+span {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-squarebox:last-child+span {
|
|
margin-right: 0 !important;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-squarebox.sheet-large {
|
|
height: 14px;
|
|
width: 14px;
|
|
margin-right: -14px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-squarebox.sheet-large+span {
|
|
height: 14px;
|
|
width: 14px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-squarebox+span {
|
|
background: white;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-squarebox:checked+span {
|
|
background: #669999;
|
|
}
|
|
|
|
|
|
input[type="checkbox"].sheet-rectbox {
|
|
flex: 0 0 auto;
|
|
width: 24px;
|
|
height: 12px;
|
|
margin-right: -24px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-rectbox+span {
|
|
flex: 0 0 auto;
|
|
width: 24px;
|
|
height: 12px;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-rectbox:hover+span {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-rectbox:last-child+span {
|
|
margin-right: 0 !important;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-rectbox+span {
|
|
background: white;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-rectbox:checked+span {
|
|
background: #669999;
|
|
}
|
|
|
|
|
|
input[type="checkbox"].sheet-circlebox {
|
|
flex: 0 0 auto;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-right: -12px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-circlebox+span {
|
|
flex: 0 0 auto;
|
|
width: 12px;
|
|
height: 12px;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-circlebox:hover+span {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-circlebox:last-child+span {
|
|
margin-right: 0 !important;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-circlebox.sheet-large {
|
|
height: 14px;
|
|
width: 14px;
|
|
margin-right: -14px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-circlebox.sheet-large+span {
|
|
height: 14px;
|
|
width: 14px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-circlebox+span {
|
|
background: white;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-circlebox:checked+span {
|
|
background: #669999;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-circlebox+span {
|
|
border-radius: 50%;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-trianglebox {
|
|
flex: 0 0 auto;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-right: -12px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-trianglebox+span {
|
|
flex: 0 0 auto;
|
|
width: 12px;
|
|
height: 12px;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-trianglebox:hover+span {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-trianglebox:last-child+span {
|
|
margin-right: 0 !important;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-trianglebox.sheet-large {
|
|
height: 14px;
|
|
width: 14px;
|
|
margin-right: -14px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-trianglebox.sheet-large+span {
|
|
height: 14px;
|
|
width: 14px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-trianglebox+span {
|
|
height: 0;
|
|
width: 0;
|
|
border-color: transparent;
|
|
border-top-color: white;
|
|
border-width: 12px 6px 0;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-trianglebox:checked+span {
|
|
border-top-color: red;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-diamondbox {
|
|
flex: 0 0 auto;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-right: -12px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-diamondbox+span {
|
|
flex: 0 0 auto;
|
|
width: 12px;
|
|
height: 12px;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-diamondbox:hover+span {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-diamondbox:last-child+span {
|
|
margin-right: 0 !important;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-diamondbox.sheet-large {
|
|
height: 14px;
|
|
width: 14px;
|
|
margin-right: -14px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-diamondbox.sheet-large+span {
|
|
height: 14px;
|
|
width: 14px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-diamondbox+span {
|
|
background: white;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-diamondbox+span::before {
|
|
content: "";
|
|
background: black;
|
|
opacity: 0;
|
|
display: block;
|
|
z-index: 3;
|
|
position: absolute;
|
|
left: 4px;
|
|
top: -4px;
|
|
width: 2px;
|
|
height: 19px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-diamondbox:checked+span::before, input[type="checkbox"].sheet-diamondbox:hover+span {
|
|
opacity: 1;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-diamondbox:checked:hover+span::before {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-diamondbox:hover+span::before {
|
|
opacity: 0.3;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-diamondbox+span {
|
|
transform: rotate(45deg) scale(0.85);
|
|
}
|
|
|
|
input[type="checkbox"].sheet-circlebox.sheet-fakeradio+span {
|
|
background: #669999;
|
|
}
|
|
|
|
.sheet-fakeradio:checked~input[type="checkbox"].sheet-circlebox.sheet-fakeradio+span {
|
|
background: white;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-squarebox.sheet-fakeradio+span {
|
|
background: #669999;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-rectbox.sheet-fakeradio+span {
|
|
background: #669999;
|
|
}
|
|
|
|
.sheet-fakeradio:checked~input[type="checkbox"].sheet-squarebox.sheet-fakeradio+span {
|
|
background: white;
|
|
}
|
|
|
|
.sheet-fakeradio:checked~input[type="checkbox"].sheet-rectbox.sheet-fakeradio+span {
|
|
background: white;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-squarebox.sheet-fakeradio2+span {
|
|
background: #669999;
|
|
}
|
|
|
|
.sheet-fakeradio2:checked~input[type="checkbox"].sheet-squarebox.sheet-fakeradio2+span {
|
|
background: white;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-dot+span::before {
|
|
content: "";
|
|
height: 7px;
|
|
width: 7px;
|
|
border-radius: 50%;
|
|
z-index: 1;
|
|
background: black;
|
|
position: absolute;
|
|
margin-left: 2px;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
.sheet-floatingbar {
|
|
width: 3px;
|
|
height: 2px;
|
|
flex: 0 0 auto;
|
|
background: #999;
|
|
}
|
|
|
|
.sheet-floating-vert-bar {
|
|
width: 2px;
|
|
height: 10px;
|
|
flex: 0 0 auto;
|
|
background: #999;
|
|
}
|
|
|
|
/* Zero resetter */
|
|
|
|
input.sheet-zero {
|
|
width: 13px;
|
|
height: 13px;
|
|
margin-right: -13px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
input.sheet-zero+span {
|
|
height: 11px;
|
|
width: 11px;
|
|
margin-top: 1px;
|
|
margin-right: 2px;
|
|
vertical-align: top;
|
|
border: 1px solid black;
|
|
background: white;
|
|
border-radius: 50%;
|
|
position: relative;
|
|
}
|
|
|
|
input.sheet-zero+span::before, input.sheet-zero+span::after {
|
|
position: absolute;
|
|
width: 1px;
|
|
content: "";
|
|
left: 0;
|
|
background: black;
|
|
height: 11px;
|
|
}
|
|
|
|
input.sheet-zero+span::after {
|
|
transform: translate(4px, -1px) rotate(135deg);
|
|
}
|
|
|
|
input.sheet-zero+span::before {
|
|
transform: translate(4px, -1px) rotate(45deg);
|
|
}
|
|
|
|
input.sheet-zero:checked+span {
|
|
visibility: hidden;
|
|
}
|
|
|
|
/* NOTES */
|
|
|
|
.sheet-auto-expand {
|
|
position: relative;
|
|
cursor: text;
|
|
word-wrap: break-word;
|
|
line-height: 14px;
|
|
min-height: 28px;
|
|
}
|
|
|
|
.sheet-auto-expand span {
|
|
visibility: hidden;
|
|
white-space: pre-wrap;
|
|
display: block;
|
|
}
|
|
|
|
.sheet-auto-expand textarea {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
top: 0;
|
|
left: 0;
|
|
resize: none;
|
|
height: 100%;
|
|
word-wrap: break-word;
|
|
padding: inherit;
|
|
font: inherit;
|
|
color: inherit;
|
|
text-transform: inherit;
|
|
letter-spacing: inherit;
|
|
text-align: inherit;
|
|
}
|
|
|
|
.sheet-notes {
|
|
position: relative;
|
|
cursor: text;
|
|
word-wrap: break-word;
|
|
line-height: 17px;
|
|
min-height: 34px;
|
|
background: linear-gradient(transparent 16px, #a7a7a7 1px) 0 0/100% 17px;
|
|
padding: 0 3px;
|
|
width: 100%;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.sheet-notes span {
|
|
visibility: hidden;
|
|
white-space: pre-wrap;
|
|
display: block;
|
|
}
|
|
|
|
.sheet-notes textarea {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
top: 0;
|
|
left: 0;
|
|
resize: none;
|
|
height: 100%;
|
|
word-wrap: break-word;
|
|
padding: inherit;
|
|
font: inherit;
|
|
color: inherit;
|
|
text-transform: inherit;
|
|
letter-spacing: inherit;
|
|
text-align: inherit;
|
|
}
|
|
|
|
/* Sheet types */
|
|
|
|
.sheet-type:not([value=""])~.sheet-type-selector, .sheet-type:not([value="character"])~.sheet-type-character, .sheet-type:not([value="squadron"])~.sheet-type-squadron, .sheet-type:not([value="thread"])~.sheet-type-thread {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-type-selector {
|
|
border: 2px solid black;
|
|
padding: 15px;
|
|
margin: 20px auto;
|
|
width: 240px;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-type-selector .sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
font-size: 16px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.sheet-type-selector .sheet-content {
|
|
display: grid;
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
grid-template: auto / 1fr 1fr;
|
|
}
|
|
|
|
.sheet-type-selector button[type="action"] {
|
|
font-size: 14px;
|
|
justify-content: center;
|
|
}
|
|
|
|
/* Sheet type character */
|
|
|
|
.sheet-type-character {
|
|
display: grid;
|
|
align-items: start;
|
|
gap: 5px;
|
|
font-size: 12px;
|
|
max-height: 850px;
|
|
grid-template: 150px 95px auto 1fr 1fr 20px/ 3fr 1fr 3fr 3fr 3fr;
|
|
}
|
|
|
|
.sheet-character-copyright {
|
|
grid-column: span 5;
|
|
grid-row: 6;
|
|
text-align: center;
|
|
font-style: italic;
|
|
}
|
|
|
|
.sheet-title-vertical {
|
|
display: grid;
|
|
grid-template-columns: 14px 1fr;
|
|
column-gap: 3px;
|
|
}
|
|
|
|
.sheet-title-vertical>.sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
font-size: 14px;
|
|
line-height: 1;
|
|
text-align: center;
|
|
transform: rotate(-90deg);
|
|
height: 14px;
|
|
align-self: center;
|
|
justify-self: center;
|
|
width: auto;
|
|
}
|
|
|
|
.sheet-title-vertical>.sheet-content {
|
|
border-left: 2px solid black;
|
|
}
|
|
|
|
.sheet-glory {
|
|
grid-column: span 3;
|
|
align-self: stretch;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.sheet-glory>.sheet-title {
|
|
width: 56px;
|
|
}
|
|
|
|
.sheet-glory .sheet-content {
|
|
display: grid;
|
|
padding-left: 5px;
|
|
gap: 5px;
|
|
grid-template: auto/repeat(4, 1fr);
|
|
}
|
|
|
|
.sheet-glory .sheet-content .sheet-box {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.sheet-namebox {
|
|
grid-column: span 2;
|
|
align-self: stretch;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.sheet-namebox>.sheet-title {
|
|
width: 56px;
|
|
}
|
|
|
|
.sheet-namebox .sheet-content {
|
|
display: grid;
|
|
gap: 5px;
|
|
padding-left: 5px;
|
|
grid-template: auto/ 22% 32% 1fr;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.sheet-namebox .sheet-content label {
|
|
line-height: 1;
|
|
align-items: center;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.sheet-namebox .sheet-content input+span {
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.sheet-info {
|
|
display: grid;
|
|
align-content: start;
|
|
grid-row: 1;
|
|
grid-column: span 4;
|
|
grid-gap: 10px;
|
|
grid-template: auto / 1fr 1fr;
|
|
}
|
|
|
|
.sheet-info .sheet-infobox {
|
|
display: grid;
|
|
min-height: 39px;
|
|
grid-template: auto / 34% 1fr;
|
|
}
|
|
|
|
.sheet-info .sheet-infobox .sheet-title {
|
|
display: grid;
|
|
background-color: #cad8dc;
|
|
align-content: center;
|
|
}
|
|
|
|
.sheet-info .sheet-infobox .sheet-title .sheet-auto-expand {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
background-color: #cad8dc;
|
|
padding: 3px;
|
|
padding: 3px 5px;
|
|
font-size: 12.5px;
|
|
text-align: center;
|
|
min-height: 14px;
|
|
}
|
|
|
|
.sheet-info .sheet-infobox .sheet-title .sheet-auto-expand input[type="text"], .sheet-info .sheet-infobox .sheet-title .sheet-auto-expand .sheet-auto-expand {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
}
|
|
|
|
.sheet-info .sheet-infobox .sheet-content {
|
|
display: flex;
|
|
align-items: center;
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.sheet-info .sheet-infobox .sheet-content input[type="text"], .sheet-info .sheet-infobox .sheet-content .sheet-auto-expand {
|
|
padding: 2px 4px;
|
|
}
|
|
|
|
.sheet-info .sheet-infobox .sheet-content input[type="text"], .sheet-info .sheet-infobox .sheet-content .sheet-auto-expand {
|
|
flex: 1 1 auto;
|
|
width: 0;
|
|
font-size: 13px;
|
|
line-height: 1.2;
|
|
min-height: 18px;
|
|
}
|
|
|
|
.sheet-info select {
|
|
width: 45px;
|
|
height: 100%;
|
|
border-left: 2px solid black;
|
|
}
|
|
|
|
.sheet-info .sheet-rank select {
|
|
height: 100%;
|
|
width: 100%;
|
|
border-left: none;
|
|
}
|
|
|
|
.sheet-style {
|
|
margin-top: 5px;
|
|
grid-column: span 1;
|
|
}
|
|
|
|
.sheet-style .sheet-auto-expand {
|
|
min-height: 39px;
|
|
}
|
|
|
|
.sheet-style >.sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
padding-left: 2px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
|
|
/* Character domains */
|
|
|
|
button[type="roll"].sheet-domain-button-command {
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/command.png");
|
|
}
|
|
|
|
button[type="roll"].sheet-domain-button-tactical {
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/tactical.png");
|
|
}
|
|
|
|
button[type="roll"].sheet-domain-button-operations {
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/operations.png");
|
|
}
|
|
|
|
button[type="roll"].sheet-domain-button-systems {
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/systems.png");
|
|
}
|
|
|
|
.charsheet .sheet-domains {
|
|
display: grid;
|
|
border-left: 2px solid black;
|
|
line-height: 1;
|
|
align-content: start;
|
|
align-self: start;
|
|
grid-row: 2;
|
|
grid-column: span 3;
|
|
grid-gap: 10px;
|
|
margin-top: 5px;
|
|
grid-template: 1fr 1fr / 1fr 1fr;
|
|
}
|
|
|
|
.charsheet .sheet-domains .sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
height: 12px;
|
|
padding-left: 2px;
|
|
}
|
|
|
|
.charsheet .sheet-domains button[type="roll"].btn {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
background-color: #cad8dc;
|
|
padding: 3px;
|
|
display: block;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
white-space: normal;
|
|
margin: 0;
|
|
padding: 3px 3px 3px 20px;
|
|
line-height: 1.2;
|
|
width: 0;
|
|
flex: 1 1 0;
|
|
background-size: auto 65%;
|
|
background-position: 3px center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.charsheet .sheet-domains button[type="roll"].btn input[type="text"], .charsheet .sheet-domains button[type="roll"].btn .sheet-auto-expand {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
}
|
|
|
|
.charsheet .sheet-domains button[type="roll"].btn.btn::before {
|
|
content: "";
|
|
}
|
|
|
|
.charsheet .sheet-domains select {
|
|
width: 49px;
|
|
border-width: 2px 2px 2px 0;
|
|
height: 100%;
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.charsheet .sheet-domains .sheet-domain {
|
|
display: flex;
|
|
height: 39px;
|
|
}
|
|
|
|
.charsheet .sheet-domains .sheet-domain:last-child button[type="roll"] {
|
|
background-position: 4px center;
|
|
}
|
|
|
|
/* Character burn and charges */
|
|
|
|
.sheet-charges-burn {
|
|
grid-row: span 1;
|
|
grid-column: span 3;
|
|
display: grid;
|
|
grid-template: auto / 3fr 55px 3fr;
|
|
}
|
|
|
|
.sheet-charges {
|
|
position: relative;
|
|
left: -17px;
|
|
width: calc(100% + 17px);
|
|
grid-row: 4;
|
|
grid-column: span 2;
|
|
}
|
|
|
|
.sheet-charges>.sheet-title {
|
|
width: 137px;
|
|
}
|
|
|
|
.sheet-charges .sheet-content {
|
|
display: grid;
|
|
gap: 5px;
|
|
grid-template: auto/repeat(2, 1fr);
|
|
}
|
|
|
|
.sheet-chargebox {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
background-color: #d0d8de;
|
|
padding: 3px;
|
|
position: relative;
|
|
padding: 5px 10px;
|
|
border-style: inset;
|
|
}
|
|
|
|
.left .sheet-chargebox {
|
|
border-left: 2px solid black;
|
|
}
|
|
|
|
.right .sheet-chargebox {
|
|
border-right: 2px solid black;
|
|
}
|
|
|
|
.sheet-chargebox input[type="text"], .sheet-chargebox .sheet-auto-expand {
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
}
|
|
|
|
.sheet-chargebox select {
|
|
max-width: 100px;
|
|
}
|
|
|
|
.sheet-chargebox .sheet-charge {
|
|
position: absolute;
|
|
z-index: 5;
|
|
width: auto;
|
|
height: 12px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.sheet-chargebox .sheet-charge:first-of-type {
|
|
top: calc(25% - 6px);
|
|
}
|
|
|
|
.sheet-chargebox .sheet-charge:last-of-type {
|
|
bottom: calc(25% - 6px);
|
|
}
|
|
|
|
.sheet-chargebox .sheet-header {
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-chargebox .sheet-detail {
|
|
font-style: normal;
|
|
text-transform: none;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.sheet-pilot-expr {
|
|
position: relative;
|
|
left: -17px;
|
|
width: calc(100% + 17px);
|
|
grid-row: 5;
|
|
grid-column: span 2;
|
|
}
|
|
|
|
.sheet-pilot-expr>.sheet-title {
|
|
width: 137px;
|
|
}
|
|
|
|
.sheet-pilot-expr .sheet-content {
|
|
display: grid;
|
|
gap: 5px;
|
|
grid-template: auto/repeat(2, 1fr);
|
|
}
|
|
|
|
.sheet-exprbox {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
background-color: #cad8dc;
|
|
padding: 3px;
|
|
position: relative;
|
|
padding: 5px 10px;
|
|
border-style: inset;
|
|
}
|
|
|
|
.left .sheet-exprbox {
|
|
border-left: 2px solid black;
|
|
}
|
|
|
|
.right .sheet-exprbox {
|
|
border-right: 2px solid black;
|
|
}
|
|
|
|
|
|
.sheet-exprbox input[type="text"], .sheet-exprbox .sheet-auto-expand {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
}
|
|
|
|
.sheet-exprbox .sheet-charge, .sheet-exprbox .sheet-burn {
|
|
position: absolute;
|
|
z-index: 5;
|
|
width: auto;
|
|
height: 12px;
|
|
/* right: -6px;*/
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.sheet-left .sheet-charge {
|
|
left: -6px;
|
|
}
|
|
|
|
.sheet-right .sheet-charge {
|
|
right: -6px;
|
|
}
|
|
|
|
.sheet-left .sheet-burn {
|
|
right: -6px;
|
|
}
|
|
|
|
.sheet-right .sheet-burn {
|
|
left: -6px;
|
|
}
|
|
|
|
|
|
.sheet-exprbox .sheet-burn:first-of-type, .sheet-exprbox .sheet-charge:first-of-type {
|
|
top: calc(25% - 6px);
|
|
}
|
|
|
|
.sheet-exprbox .sheet-burn:last-of-type, .sheet-exprbox .sheet-burn:last-of-type {
|
|
bottom: calc(25% - 6px);
|
|
}
|
|
|
|
.sheet-exprbox .sheet-label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* Character recite */
|
|
|
|
.sheet-recite {
|
|
position: relative;
|
|
left: -17px;
|
|
width: calc(100% + 17px);
|
|
min-height: 155px;
|
|
grid-row: span 1;
|
|
grid-column: 5;
|
|
}
|
|
|
|
.sheet-recite>.sheet-title {
|
|
width: 170px;
|
|
}
|
|
|
|
.sheet-recite .sheet-content {
|
|
gap: 3px 5px;
|
|
column-gap: 5px;
|
|
row-gap: 3px;
|
|
display: flex;
|
|
align-content: start;
|
|
/* grid-template: repeat(5, 1fr)/auto;*/
|
|
flex-direction: column;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.sheet-recite .sheet-content> :first-child {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-recite .sheet-content> :first-child, .sheet-recite .sheet-content> :last-child {
|
|
grid-column: span 5;
|
|
}
|
|
|
|
.sheet-recite .sheet-content .sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-recite .sheet-content>.sheet-auto-expand {
|
|
font-size: 13px;
|
|
line-height: 15px;
|
|
min-height: 15px;
|
|
font-style: italic;
|
|
}
|
|
|
|
.sheet-recite .sheet-recite-box .sheet-auto-expand {
|
|
font-size: 10.5px;
|
|
line-height: 1.5;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* Character bonds & commendations */
|
|
|
|
.sheet-bonds-commendations {
|
|
grid-row: span 2;
|
|
min-width: 205px;
|
|
}
|
|
|
|
.sheet-bonds {
|
|
grid-row: span 1;
|
|
align-self: stretch;
|
|
align-items: start;
|
|
border-left: 2px solid black;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 5px 0 10px 5px;
|
|
}
|
|
|
|
.sheet-bonds .sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
padding-left: 2px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-bonds .repitem {
|
|
display: grid;
|
|
padding: 0 3px;
|
|
border-bottom: 2px solid #999;
|
|
grid-template: auto / 30px 1fr;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.sheet-bonds input[type="number"] {
|
|
font-size: 12px;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-bonds .repitem input[type="text"] {
|
|
font-size: 12px;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-bonds .sheet-bond-uses {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.sheet-bonds .sheet-bond-uses .sheet-top {
|
|
font-style: italic;
|
|
text-align: center;
|
|
line-height: 1.1;
|
|
padding: 0 3px;
|
|
min-height: 14px;
|
|
}
|
|
|
|
.sheet-bonds .sheet-bond-uses .sheet-bond-use {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
min-height: 14px;
|
|
margin-top: 5px;
|
|
padding: 3px;
|
|
background: #ddd;
|
|
}
|
|
|
|
|
|
.sheet-commendations {
|
|
margin: 5px 0px 0px 5px;
|
|
border-left: 2px solid black;
|
|
}
|
|
|
|
.sheet-commendations .sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
padding-left: 2px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-commendations .repitem {
|
|
display: flex;
|
|
padding: 0 2px;
|
|
border-bottom: 2px solid #999;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.sheet-commendations .repitem .sheet-squarebox {
|
|
margin: 3px -12px 0 3px;
|
|
}
|
|
|
|
.sheet-commendations .repitem .sheet-squarebox+span {
|
|
margin: 3px 5px 0 0;
|
|
}
|
|
|
|
.sheet-commendations .sheet-auto-expand {
|
|
flex: 1 1 auto;
|
|
margin: 3px 0;
|
|
min-height: 14px;
|
|
}
|
|
|
|
/* Character fate */
|
|
|
|
.sheet-charges-burn .sheet-burn-fate {
|
|
border-right: 2px solid black;
|
|
border-left: 2px solid black;
|
|
border-bottom: 2px solid black;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-flow: column;
|
|
padding-bottom: 8px;
|
|
}
|
|
|
|
.sheet-charges-burn .sheet-burn-fate input[type="checkbox"].sheet-circlebox, .sheet-charges-burn .sheet-burn-fate input[type="checkbox"].sheet-squarebox {
|
|
margin-right: 0;
|
|
margin-bottom: -12px;
|
|
}
|
|
|
|
.sheet-charges-burn .sheet-burn-fate .sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
padding: 0 1px;
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-charges-burn .sheet-burnout {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
width: 100%;
|
|
background: #bbb;
|
|
text-align: center;
|
|
color: black;
|
|
}
|
|
|
|
.sheet-charges-burn .sheet-fate {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
width: 100%;
|
|
text-align: center;
|
|
background: black;
|
|
color: white;
|
|
}
|
|
|
|
|
|
.sheet-charges-burn .repcontrol {
|
|
padding-left: 2px;
|
|
}
|
|
|
|
|
|
/* Character advances */
|
|
|
|
.sheet-advances {
|
|
grid-column: span 5;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.sheet-advances > .sheet-content {
|
|
display: grid;
|
|
grid-template: 50px 50px/25% 25% 25% 25%;
|
|
}
|
|
|
|
.sheet-advances .sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
padding-left: 2px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-advances .repitem {
|
|
display: flex;
|
|
padding: 0 2px;
|
|
border-bottom: 2px solid #999;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.sheet-advances .repitem .sheet-squarebox {
|
|
margin: 3px -12px 0 3px;
|
|
}
|
|
|
|
.sheet-advances .repitem .sheet-squarebox+span {
|
|
margin: 3px 5px 0 0;
|
|
}
|
|
|
|
.sheet-advances .sheet-auto-expand {
|
|
flex: 1 1 auto;
|
|
margin: 3px 0;
|
|
min-height: 14px;
|
|
}
|
|
|
|
.sheet-advances .repcontrol {
|
|
padding-left: 2px;
|
|
}
|
|
|
|
.sheet-advances .sheet-boons {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.sheet-advances .sheet-boon {
|
|
display: flex;
|
|
background-color: #cad8dc;
|
|
padding: 4px;
|
|
align-items: center;
|
|
margin: 5px 0 0 3px;
|
|
}
|
|
|
|
.sheet-advances .sheet-boon .sheet-squarebox+span {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.sheet-notes {
|
|
margin-top: 5px;
|
|
grid-column: span 5;
|
|
}
|
|
|
|
.sheet-notes .sheet-content .sheet-auto-expand {
|
|
min-height: 90px;
|
|
}
|
|
|
|
|
|
/* Roll templates */
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-holder, .sheet-rolltemplate-stormfury-thread .sheet-holder, .sheet-rolltemplate-stormfury-stormcraft .sheet-holder {
|
|
color: white;
|
|
position: relative;
|
|
font-size: 14px;
|
|
line-height: 1.2;
|
|
display: grid;
|
|
user-select: none;
|
|
cursor: default;
|
|
overflow: hidden;
|
|
font-variant-numeric: lining-nums;
|
|
margin: 0 -5px -4px -45px;
|
|
width: 299px;
|
|
font-family: "Times New Roman", serif;
|
|
align-content: start;
|
|
align-items: end;
|
|
box-sizing: border-box;
|
|
padding: 51px 20px 29px 33px;
|
|
background-repeat: no-repeat;
|
|
background-color: white;
|
|
background-size: 299px auto;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot div, .sheet-rolltemplate-stormfury-thread div, .sheet-rolltemplate-stormfury-stormcraft div {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.withoutavatars .sheet-rolltemplate-stormfury-pilot, .withoutavatars .sheet-rolltemplate-stormfury-thread, .withoutavatars .sheet-rolltemplate-stormfury-stormcraft {
|
|
/* margin-left: -15px;*/
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-type, .sheet-rolltemplate-stormfury-thread .sheet-type {
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/rolltemplate/type_any_domain.png");
|
|
width: 93px;
|
|
height: 33px;
|
|
background-size: 100% 100%;
|
|
z-index: 1;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-type.sheet-type-command, .sheet-rolltemplate-stormfury-thread .sheet-type.sheet-type-command {
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/rolltemplate/type_command.png");
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-type.sheet-type-tactical, .sheet-rolltemplate-stormfury-thread .sheet-type.sheet-type-tactical {
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/rolltemplate/type_tactical.png");
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-type.sheet-type-operations, .sheet-rolltemplate-stormfury-thread .sheet-type.sheet-type-operations {
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/rolltemplate/type_operations.png");
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-type.sheet-type-systems, .sheet-rolltemplate-stormfury-thread .sheet-type.sheet-type-systems {
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/rolltemplate/type_systems.png");
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .inlinerollresult, .sheet-rolltemplate-stormfury-thread .inlinerollresult {
|
|
border: none !important;
|
|
background-color: transparent;
|
|
font-weight: bold;
|
|
padding: 0 3px 0 0;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-holder {
|
|
padding: 51px 20px 29px 33px;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-suffers~.sheet-holder {
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/rolltemplate/pilot_suffers.png");
|
|
grid-template: 33px 45px 35px 200px/ 120px 1fr;
|
|
height: 407px;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-prevails~.sheet-holder {
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/rolltemplate/pilot_prevails.png");
|
|
grid-template: 33px 45px 35px 200px/ 120px 1fr;
|
|
height: 407px;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-type {
|
|
grid-column: span 2;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-target, .sheet-rolltemplate-stormfury-pilot .sheet-result, .sheet-rolltemplate-stormfury-pilot .sheet-name, .sheet-rolltemplate-stormfury-pilot .sheet-description {
|
|
z-index: 1;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-target {
|
|
padding-left: 61px;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-result {
|
|
color: white;
|
|
padding-left: 53px;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-name {
|
|
grid-column: span 2;
|
|
text-transform: uppercase;
|
|
line-height: 1.1;
|
|
letter-spacing: 1px;
|
|
padding-left: 4px;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-pilot .sheet-description {
|
|
grid-column: span 2;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-thread .sheet-holder {
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/rolltemplate/bg_thread.png");
|
|
padding: 84px 20px 29px 21px;
|
|
grid-template: 39px 32px 47px / auto;
|
|
height: 252px;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-thread .sheet-type {
|
|
width: 124px;
|
|
height: 44px;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-thread .sheet-roll {
|
|
color: black;
|
|
padding-left: 127px;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-thread .sheet-harm {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
}
|
|
|
|
|
|
.sheet-rolltemplate-stormfury-stormcraft .sheet-holder {
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/rolltemplate/bg_spacecraft.png");
|
|
padding: 119px 20px 29px 21px;
|
|
/* grid-template: 39px 32px 47px / auto;*/
|
|
height: 252px;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-stormcraft .sheet-roll {
|
|
color: black;
|
|
padding-left: 120px;
|
|
margin-top: 65px;
|
|
}
|
|
|
|
.sheet-rolltemplate-stormfury-stormcraft .sheet-pilot {
|
|
color: black;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
}
|
|
|
|
/* Sheet type threat */
|
|
|
|
.sheet-type-thread {
|
|
display: grid;
|
|
grid-template: 140px auto / 1fr 1fr;
|
|
grid-gap: 5px;
|
|
align-items: start;
|
|
}
|
|
|
|
.sheet-roller {
|
|
grid-column: span 2;
|
|
display: grid;
|
|
grid-gap: 5px;
|
|
grid-template: auto / auto auto auto 1fr;
|
|
border-left: 2px solid black;
|
|
}
|
|
|
|
.sheet-roller .sheet-harm {
|
|
display: grid;
|
|
grid-template: auto/ 1fr 1fr;
|
|
grid-gap: 3px;
|
|
}
|
|
|
|
.sheet-roller .sheet-harmbox {
|
|
display: flex;
|
|
align-items: center;
|
|
background: #ddd;
|
|
padding: 2px;
|
|
}
|
|
|
|
.sheet-roller .sheet-harmbox input[type="text"].sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
width: 80px;
|
|
margin-right: auto;
|
|
padding-left: 2px;
|
|
}
|
|
|
|
.sheet-roller .sheet-thread-advantage .sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
background: #ddd;
|
|
text-align: center;
|
|
padding: 2px 4px;
|
|
}
|
|
|
|
.sheet-roller .sheet-thread-advantage input[type="checkbox"]+span {
|
|
border-width: 16px 8px 0;
|
|
}
|
|
|
|
.sheet-roller .sheet-thread-advantage input[type="checkbox"]:not(:checked)+span {
|
|
border-top-color: #999;
|
|
}
|
|
|
|
.sheet-roller .sheet-thread-advantage .sheet-checks {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 2px;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-roller .sheet-thread-advantage .sheet-checks label {
|
|
display: block;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.sheet-roller .sheet-strife-level .sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
background: #ddd;
|
|
text-align: center;
|
|
padding: 2px 4px;
|
|
}
|
|
|
|
.sheet-roller .sheet-strife-level .sheet-checks {
|
|
display: grid;
|
|
font-size: 16px;
|
|
grid-template: auto/repeat(4, 1fr);
|
|
line-height: 1.4;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-roller .sheet-strife-level .sheet-checks label {
|
|
justify-content: center;
|
|
}
|
|
|
|
.sheet-roller .sheet-strife-level .sheet-checks input:checked+span {
|
|
color: #669999;
|
|
}
|
|
|
|
.sheet-roller button[type="roll"].sheet-strife-button {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
font-size: 16px;
|
|
line-height: 1.2;
|
|
white-space: normal;
|
|
margin: 0;
|
|
border: 2px solid;
|
|
}
|
|
|
|
.sheet-roller .sheet-dice {
|
|
grid-column: span 4;
|
|
}
|
|
|
|
.sheet-roller .sheet-dice .repcontainer {
|
|
display: grid;
|
|
grid-gap: 4px;
|
|
grid-template: auto/repeat(2, calc(50% - 1px));
|
|
}
|
|
|
|
.sheet-roller .sheet-dice .repitem {
|
|
display: grid;
|
|
grid-template: auto / 1fr 50px;
|
|
}
|
|
|
|
.sheet-roller .sheet-dice select {
|
|
width: 100%;
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.sheet-roller .sheet-dice input[type="text"] {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
padding-left: 4px;
|
|
background: #ddd;
|
|
}
|
|
|
|
.sheet-roller .sheet-dice .repcontrol {
|
|
padding-left: 3px;
|
|
}
|
|
|
|
.sheet-missionlogs {
|
|
grid-row: span 2;
|
|
}
|
|
|
|
.sheet-missionlogs .sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
padding-left: 3px;
|
|
font-size: 14px;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
.sheet-missionlogs .sheet-name {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
background: #cad8dc;
|
|
padding: 2px 8px;
|
|
width: 150px;
|
|
margin-left: 10px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-missionlogs .sheet-notes {
|
|
border-top: 2px solid black;
|
|
min-height: 53px;
|
|
}
|
|
|
|
.sheet-missionlogs .repitem {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.sheet-enemies {
|
|
grid-row: span 2;
|
|
}
|
|
|
|
.sheet-enemies .sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
padding-left: 3px;
|
|
font-size: 14px;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
.sheet-enemies .sheet-name {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
background: #cad8dc;
|
|
padding: 2px 8px;
|
|
width: 150px;
|
|
margin-left: 10px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-enemies .sheet-notes {
|
|
border-top: 2px solid black;
|
|
min-height: 53px;
|
|
}
|
|
|
|
.sheet-enemies .repitem {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
/* Sheet type squadron */
|
|
|
|
.sheet-type-squadron {
|
|
display: grid;
|
|
align-items: start;
|
|
gap: 5px;
|
|
font-size: 12px;
|
|
grid-template: 330px 343px 20px/380px 150px 8fr;
|
|
}
|
|
|
|
.sheet-squadron-copyright {
|
|
grid-column: span 3;
|
|
grid-row: 3;
|
|
text-align: center;
|
|
font-style: italic;
|
|
}
|
|
|
|
.sheet-tempest {
|
|
grid-column: 1;
|
|
grid-row: 1;
|
|
align-self: stretch;
|
|
background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/temptest.png");
|
|
background-size: auto 100%;
|
|
background-repeat: no-repeat;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-tempest label {
|
|
width: 12px;
|
|
position: absolute;
|
|
}
|
|
|
|
.sheet-tempest label input[type="checkbox"]+span {
|
|
border-width: 2px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-intel-1, .sheet-tempest .sheet-tempest-intel-2, .sheet-tempest .sheet-tempest-intel-3, .sheet-tempest .sheet-tempest-intel-4 {
|
|
top: 22px
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-intel-1 {
|
|
left: 120px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-intel-2 {
|
|
left: 138px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-intel-3 {
|
|
left: 155px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-intel-4 {
|
|
left: 172px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-hull-1, .sheet-tempest .sheet-tempest-hull-2, .sheet-tempest .sheet-tempest-hull-3 {
|
|
top: 51px
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-hull-1 {
|
|
left: 23px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-hull-2 {
|
|
left: 40px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-hull-3 {
|
|
left: 57px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-carrierdeck-1, .sheet-tempest .sheet-tempest-carrierdeck-2, .sheet-tempest .sheet-tempest-carrierdeck-3, .sheet-tempest .sheet-tempest-carrierdeck-4 {
|
|
top: 51px
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-carrierdeck-1 {
|
|
left: 199px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-carrierdeck-2 {
|
|
left: 216px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-carrierdeck-3 {
|
|
left: 233px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-carrierdeck-4 {
|
|
left: 250px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-stormdrive-1, .sheet-tempest .sheet-tempest-stormdrive-2, .sheet-tempest .sheet-tempest-stormdrive-3, .sheet-tempest .sheet-tempest-stormdrive-4 {
|
|
top: 228px
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-stormdrive-1 {
|
|
left: 14px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-stormdrive-2 {
|
|
left: 31px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-stormdrive-3 {
|
|
left: 49px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-stormdrive-4 {
|
|
left: 66px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-wavebreaker-1, .sheet-tempest .sheet-tempest-wavebreaker-2, .sheet-tempest .sheet-tempest-wavebreaker-3 {
|
|
top: 285px
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-wavebreaker-1 {
|
|
left: 149px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-wavebreaker-2 {
|
|
left: 167px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-wavebreaker-3 {
|
|
left: 184px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-stores-1, .sheet-tempest .sheet-tempest-stores-2, .sheet-tempest .sheet-tempest-stores-3, .sheet-tempest .sheet-tempest-stores-4 {
|
|
top: 242px
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-stores-1 {
|
|
left: 184px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-stores-2 {
|
|
left: 202px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-stores-3 {
|
|
left: 219px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-stores-4 {
|
|
left: 236px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-raildriver-1, .sheet-tempest .sheet-tempest-raildriver-2, .sheet-tempest .sheet-tempest-raildriver-3, .sheet-tempest .sheet-tempest-raildriver-4 {
|
|
top: 193px
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-raildriver-1 {
|
|
left: 220px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-raildriver-2 {
|
|
left: 237px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-raildriver-3 {
|
|
left: 254px;
|
|
}
|
|
|
|
.sheet-tempest .sheet-tempest-raildriver-4 {
|
|
left: 271px;
|
|
}
|
|
|
|
.sheet-title-horizontal {
|
|
display: grid;
|
|
grid-template-columns: 60% 40%;
|
|
column-gap: 3px;
|
|
}
|
|
|
|
.sheet-title-horizontal>.sheet-title {
|
|
/* text-transform: uppercase;*/
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
font-size: 14px;
|
|
line-height: 1;
|
|
text-align: right;
|
|
/* transform: rotate(-90deg);*/
|
|
height: 14px;
|
|
align-self: center;
|
|
justify-self: center;
|
|
}
|
|
|
|
.sheet-title-horizontal .sheet-content {
|
|
border-left: 2px solid black;
|
|
display: grid;
|
|
padding-left: 5px;
|
|
gap: 5px;
|
|
grid-template: auto/repeat(4, 1fr);
|
|
}
|
|
|
|
.sheet-title-horizontal .sheet-content .sheet-box {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.sheet-resource-effects {
|
|
grid-column: 2;
|
|
display: flex;
|
|
flex-flow: column;
|
|
width: 130px;
|
|
}
|
|
|
|
.sheet-resource-effects .sheet-resource-effect .sheet-title {
|
|
font-family: "Orbitron", serif;
|
|
}
|
|
|
|
.sheet-resource-effects .sheet-resource-effect textarea {
|
|
height: 60px;
|
|
}
|
|
|
|
.sheet-storm {
|
|
grid-column: 1;
|
|
grid-row: 2;
|
|
align-self: stretch;
|
|
background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Storm-Furies/Assets/the_storm.png");
|
|
background-size: auto 100%;
|
|
background-repeat: no-repeat;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-storm label {
|
|
width: 12px;
|
|
position: absolute;
|
|
}
|
|
|
|
.sheet-storm label input[type="checkbox"]+span {
|
|
border-width: 2px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-arvang-1, .sheet-storm .sheet-storm-arvang-2, .sheet-storm .sheet-storm-arvang-3, .sheet-storm .sheet-storm-ode-1, .sheet-storm .sheet-storm-ode-2, .sheet-storm .sheet-storm-ode-3, .sheet-storm .sheet-storm-thorvast-1, .sheet-storm .sheet-storm-thorvast-2, .sheet-storm .sheet-storm-thorvast-3 {
|
|
top: 355px
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-arvang-1 {
|
|
left: 146px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-arvang-2 {
|
|
left: 165px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-arvang-3 {
|
|
left: 182px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-lysium-1, .sheet-storm .sheet-storm-lysium-2, .sheet-storm .sheet-storm-lysium-3, .sheet-storm .sheet-storm-nythvell-1, .sheet-storm .sheet-storm-nythvell-2, .sheet-storm .sheet-storm-nythvell-3, .sheet-storm .sheet-storm-skelka-1, .sheet-storm .sheet-storm-skelka-2, .sheet-storm .sheet-storm-skelka-3 {
|
|
top: 636px
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-lysium-1 {
|
|
left: 146px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-lysium-2 {
|
|
left: 165px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-lysium-3 {
|
|
left: 182px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-thorvast-1 {
|
|
left: 208px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-thorvast-2 {
|
|
left: 226px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-thorvast-3 {
|
|
left: 244px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-nythvell-1 {
|
|
left: 208px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-nythvell-2 {
|
|
left: 226px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-nythvell-3 {
|
|
left: 244px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-ode-1 {
|
|
left: 269px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-ode-2 {
|
|
left: 287px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-ode-3 {
|
|
left: 306px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-skelka-1 {
|
|
left: 269px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-skelka-2 {
|
|
left: 287px;
|
|
}
|
|
|
|
.sheet-storm .sheet-storm-skelka-3 {
|
|
left: 306px;
|
|
}
|
|
|
|
.sheet-squadron {
|
|
grid-column: 3;
|
|
grid-row: span 2;
|
|
position: relative;
|
|
left: -17px;
|
|
width: calc(100% + 17px);
|
|
}
|
|
|
|
.sheet-squadron-content {
|
|
display: grid;
|
|
grid-template: 20px 1fr 20px repeat(4, 1fr) repeat(2, 3fr)/repeat(2, 1fr);
|
|
grid-gap: 5px;
|
|
}
|
|
|
|
.sheet-squadron-content>.sheet-title-vertical {
|
|
grid-column: span 2;
|
|
}
|
|
|
|
.sheet-squadron-title {
|
|
grid-column: span 2;
|
|
font-family: "Orbitron", serif;
|
|
text-transform: uppercase;
|
|
font-size: 18px;
|
|
line-height: 1;
|
|
text-align: center;
|
|
align-self: center;
|
|
justify-self: center;
|
|
display: flex;
|
|
}
|
|
.sheet-squadron-title button[type="roll"].sheet-stormcraftdamage-button {
|
|
font-family: "Orbitron", serif;
|
|
text-transform: none;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.sheet-squadron-section {
|
|
font-family: "Orbitron", serif;
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
line-height: 1;
|
|
text-align: center;
|
|
align-self: center;
|
|
justify-self: center;
|
|
}
|
|
|
|
.sheet-stormcraft {
|
|
display: grid;
|
|
grid-template-columns: 20px 40px 90px;
|
|
column-gap: 3px;
|
|
background-color: #cad8dc;
|
|
padding: 3px;
|
|
position: relative;
|
|
padding: 5px 3px;
|
|
border-right: 2px solid black;
|
|
}
|
|
|
|
.sheet-stormcraft>.sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
font-size: 14px;
|
|
line-height: 1;
|
|
text-align: right;
|
|
/* transform: rotate(-90deg);*/
|
|
height: 14px;
|
|
align-self: center;
|
|
justify-self: center;
|
|
}
|
|
|
|
.sheet-stormcraft .sheet-damage {
|
|
border-left: 2px solid black;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-flow: column;
|
|
margin: 5px 0 0 5px;
|
|
}
|
|
|
|
.sheet-stormcraft .sheet-damage .sheet-box {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.sheet-stormcraft .sheet-damage input[type="checkbox"].sheet-circlebox {
|
|
/* margin-right: 0;
|
|
margin-bottom: -12px;*/
|
|
margin: 2px 0px -12px 0px;
|
|
}
|
|
|
|
.sheet-stormcraft .sheet-content {
|
|
border-left: 2px solid black;
|
|
padding-left: 5px;
|
|
gap: 5px;
|
|
}
|
|
|
|
.sheet-stormcraft .sheet-content textarea {
|
|
width: auto;
|
|
}
|
|
|
|
.sheet-stormcraft .sheet-content>.sheet-title {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-family: "Orbitron", serif;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-stormcraft .sheet-content select {
|
|
width: auto;
|
|
border-width: 2px 2px 2px 0;
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.sheet-squadron-content .sheet-notes {
|
|
min-height: 130px;
|
|
} |