mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-01 04:32:28 +00:00
Revert "Merge remote-tracking branch 'Roll20/add-new-sheets-fork'"
This reverts commitccc2bc6054, reversing changes made to6889e30a8d.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
Translated from the original English Torchbearer character sheet.
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 65 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 436 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB |
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"html": "torchbearer.html",
|
||||
"css": "torchbearer.css",
|
||||
"authors": "SionoiS",
|
||||
"roll20userid": "685222",
|
||||
"preview": "torchbearer.jpg",
|
||||
"instructions": "Traduction"
|
||||
}
|
||||
@@ -1,390 +0,0 @@
|
||||
/* Helpers */
|
||||
.sheet-4colrow {
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
.sheet-4colrow .sheet-col {
|
||||
width: calc(25% - 26px);
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
/* Styles */
|
||||
.sheet-section {
|
||||
/* Fields */
|
||||
/* Sections */
|
||||
}
|
||||
.sheet-section input,
|
||||
.sheet-section select {
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
}
|
||||
.sheet-section textarea {
|
||||
max-height: 75px;
|
||||
}
|
||||
.sheet-section img {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
.sheet-section table {
|
||||
width: 100%;
|
||||
}
|
||||
.sheet-section table tr th,
|
||||
.sheet-section table tr td {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.sheet-section table tr th:nth-child(1),
|
||||
.sheet-section table tr td:nth-child(1) {
|
||||
width: 52%;
|
||||
}
|
||||
.sheet-section table tr th:nth-child(2),
|
||||
.sheet-section table tr td:nth-child(2) {
|
||||
width: 48%;
|
||||
}
|
||||
.sheet-section table tr th input[type="text"],
|
||||
.sheet-section table tr td input[type="text"] {
|
||||
width: 100%;
|
||||
}
|
||||
.sheet-section .sheet-note {
|
||||
color: #999999;
|
||||
font-size: 11px;
|
||||
line-height: 125%;
|
||||
display: block;
|
||||
}
|
||||
.sheet-section.sheet-section-general .sheet-logo {
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
text-align: center;
|
||||
}
|
||||
.sheet-section.sheet-section-general .sheet-logo img {
|
||||
max-width: 100%;
|
||||
height: 38px;
|
||||
}
|
||||
.sheet-section.sheet-section-general .sheet-wheel {
|
||||
height: 120px;
|
||||
line-height: 120px;
|
||||
text-align: center;
|
||||
}
|
||||
.sheet-section.sheet-section-general .sheet-wheel img {
|
||||
max-width: 100%;
|
||||
height: 120px;
|
||||
}
|
||||
.sheet-section.sheet-section-general .sheet-callout {
|
||||
background: #EFEFEF;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
font-size: 9px;
|
||||
}
|
||||
.sheet-section.sheet-section-general .sheet-callout label {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.sheet-section.sheet-section-general .sheet-conditions {
|
||||
background: #EFEFEF;
|
||||
}
|
||||
.sheet-section.sheet-section-general .sheet-conditions .sheet-field {
|
||||
overflow: hidden;
|
||||
}
|
||||
.sheet-section.sheet-section-general .sheet-conditions h4 {
|
||||
color: #FFFFFF;
|
||||
right: -10px;
|
||||
left: -10px;
|
||||
background: #666666;
|
||||
display: block;
|
||||
height: 20px;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
margin-bottom: 5px;
|
||||
width: calc(100% + 20px);
|
||||
}
|
||||
.sheet-section.sheet-section-general .sheet-conditions table tr th,
|
||||
.sheet-section.sheet-section-general .sheet-conditions table tr td {
|
||||
vertical-align: top;
|
||||
}
|
||||
.sheet-section.sheet-section-general .sheet-conditions input[type="checkbox"] {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.sheet-section.sheet-section-traits table tr th,
|
||||
.sheet-section.sheet-section-traits table tr td {
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
.sheet-section.sheet-section-traits table tr th:nth-child(1),
|
||||
.sheet-section.sheet-section-traits table tr td:nth-child(1) {
|
||||
width: 45%;
|
||||
}
|
||||
.sheet-section.sheet-section-traits table tr th:nth-child(2), .sheet-section.sheet-section-traits table tr th:nth-child(3), .sheet-section.sheet-section-traits table tr th:nth-child(4),
|
||||
.sheet-section.sheet-section-traits table tr td:nth-child(2),
|
||||
.sheet-section.sheet-section-traits table tr td:nth-child(3),
|
||||
.sheet-section.sheet-section-traits table tr td:nth-child(4) {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
width: 20%;
|
||||
}
|
||||
.sheet-section.sheet-section-traits table tr th:nth-child(3),
|
||||
.sheet-section.sheet-section-traits table tr td:nth-child(3) {
|
||||
width: 15%;
|
||||
}
|
||||
.sheet-section.sheet-section-traits table tr th:nth-child(4),
|
||||
.sheet-section.sheet-section-traits table tr td:nth-child(4) {
|
||||
width: 20%;
|
||||
}
|
||||
.sheet-section.sheet-section-traits table tr th select,
|
||||
.sheet-section.sheet-section-traits table tr td select {
|
||||
width: 100%;
|
||||
}
|
||||
.sheet-section.sheet-section-traits table tr th {
|
||||
font-family: Georgia, Times, "Times New Roman", serif;
|
||||
font-size: 10px;
|
||||
text-align: left;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.sheet-section.sheet-section-traits table tr th:nth-child(3), .sheet-section.sheet-section-traits table tr th:nth-child(4) {
|
||||
text-align: center;
|
||||
}
|
||||
.sheet-section.sheet-section-traits table tr td {
|
||||
text-align: center;
|
||||
}
|
||||
.sheet-section.sheet-section-abilities table tr th,
|
||||
.sheet-section.sheet-section-abilities table tr td {
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
.sheet-section.sheet-section-abilities table tr th:nth-child(1),
|
||||
.sheet-section.sheet-section-abilities table tr td:nth-child(1) {
|
||||
padding-right: 10px;
|
||||
width: 35%;
|
||||
}
|
||||
.sheet-section.sheet-section-abilities table tr th:nth-child(2),
|
||||
.sheet-section.sheet-section-abilities table tr td:nth-child(2) {
|
||||
width: 30%;
|
||||
}
|
||||
.sheet-section.sheet-section-abilities table tr th:nth-child(3),
|
||||
.sheet-section.sheet-section-abilities table tr td:nth-child(3) {
|
||||
width: 35%;
|
||||
}
|
||||
.sheet-section.sheet-section-abilities table thead tr th {
|
||||
font-family: Georgia, Times, "Times New Roman", serif;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.sheet-section.sheet-section-nature table tr th,
|
||||
.sheet-section.sheet-section-nature table tr td {
|
||||
font-size: 11px;
|
||||
text-align: left;
|
||||
}
|
||||
.sheet-section.sheet-section-nature table tr th:nth-child(1),
|
||||
.sheet-section.sheet-section-nature table tr td:nth-child(1) {
|
||||
width: 15%;
|
||||
}
|
||||
.sheet-section.sheet-section-nature table tr th:nth-child(2),
|
||||
.sheet-section.sheet-section-nature table tr td:nth-child(2) {
|
||||
width: 85%;
|
||||
}
|
||||
.sheet-section.sheet-section-wises table tr th,
|
||||
.sheet-section.sheet-section-wises table tr td {
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
.sheet-section.sheet-section-wises table tr th:nth-child(1),
|
||||
.sheet-section.sheet-section-wises table tr td:nth-child(1) {
|
||||
padding-right: 30px;
|
||||
width: 45%;
|
||||
}
|
||||
.sheet-section.sheet-section-wises table tr th:nth-child(2),
|
||||
.sheet-section.sheet-section-wises table tr td:nth-child(2) {
|
||||
padding-right: 10px;
|
||||
width: 10%;
|
||||
}
|
||||
.sheet-section.sheet-section-wises table tr th:nth-child(3),
|
||||
.sheet-section.sheet-section-wises table tr td:nth-child(3) {
|
||||
padding-right: 10px;
|
||||
width: 10%;
|
||||
}
|
||||
.sheet-section.sheet-section-wises table tr th:nth-child(4),
|
||||
.sheet-section.sheet-section-wises table tr td:nth-child(4) {
|
||||
padding-right: 10px;
|
||||
width: 10%;
|
||||
}
|
||||
.sheet-section.sheet-section-wises table tr th:nth-child(5),
|
||||
.sheet-section.sheet-section-wises table tr td:nth-child(5) {
|
||||
padding-right: 10px;
|
||||
width: 10%;
|
||||
}
|
||||
.sheet-section.sheet-section-skills table tr th,
|
||||
.sheet-section.sheet-section-skills table tr td {
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
.sheet-section.sheet-section-skills table tr th:nth-child(1),
|
||||
.sheet-section.sheet-section-skills table tr td:nth-child(1) {
|
||||
padding-right: 10px;
|
||||
width: 35%;
|
||||
}
|
||||
.sheet-section.sheet-section-skills table tr th:nth-child(2),
|
||||
.sheet-section.sheet-section-skills table tr td:nth-child(2) {
|
||||
width: 30%;
|
||||
}
|
||||
.sheet-section.sheet-section-skills table tr th:nth-child(3),
|
||||
.sheet-section.sheet-section-skills table tr td:nth-child(3) {
|
||||
width: 35%;
|
||||
}
|
||||
.sheet-section.sheet-section-skills table thead tr th {
|
||||
font-family: Georgia, Times, "Times New Roman", serif;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.sheet-section.sheet-section-inventory table.single tr td:nth-child(1) {
|
||||
width: 100%;
|
||||
padding-right: 0;
|
||||
}
|
||||
.sheet-section.sheet-section-inventory table {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.sheet-section.sheet-section-inventory table tr td {
|
||||
border: 1px solid black;
|
||||
}
|
||||
.sheet-section.sheet-section-inventory table tr td:nth-child(1) {
|
||||
width: 20%;
|
||||
vertical-align: middle;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.sheet-section.sheet-section-inventory table tr td:nth-child(2) {
|
||||
width: 80%;
|
||||
}
|
||||
.sheet-section.sheet-section-inventory table tr td.sheet-note {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 5px;
|
||||
}
|
||||
.sheet-section.sheet-section-inventory table tr th {
|
||||
width: 100%;
|
||||
border: 1px solid black;
|
||||
}
|
||||
.sheet-section.sheet-section-inventory table tr label {
|
||||
text-align: right;
|
||||
font-size: 13px;
|
||||
color: #777;
|
||||
}
|
||||
.sheet-section.sheet-section-inventory table thead {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.sheet-section.sheet-section-inventory table thead tr th {
|
||||
font-family: Georgia, Times, "Times New Roman", serif;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.sheet-section.sheet-section-mental-inventory h4 {
|
||||
text-align: center;
|
||||
}
|
||||
.sheet-section.sheet-section-mental-inventory table thead tr th {
|
||||
text-align: center;
|
||||
}
|
||||
.sheet-section.sheet-section-mental-inventory table tr th,
|
||||
.sheet-section.sheet-section-mental-inventory table tr td {
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
}
|
||||
.sheet-section.sheet-section-mental-inventory table tr th:nth-child(1),
|
||||
.sheet-section.sheet-section-mental-inventory table tr td:nth-child(1) {
|
||||
width: 20%;
|
||||
}
|
||||
.sheet-section.sheet-section-mental-inventory table tr th:nth-child(2),
|
||||
.sheet-section.sheet-section-mental-inventory table tr td:nth-child(2) {
|
||||
width: 20%;
|
||||
}
|
||||
.sheet-section.sheet-section-mental-inventory table tr th:nth-child(3),
|
||||
.sheet-section.sheet-section-mental-inventory table tr td:nth-child(3) {
|
||||
width: 20%;
|
||||
}
|
||||
.sheet-section.sheet-section-mental-inventory table tr th:nth-child(4),
|
||||
.sheet-section.sheet-section-mental-inventory table tr td:nth-child(4) {
|
||||
width: 20%;
|
||||
}
|
||||
.sheet-section.sheet-section-mental-inventory table tr th:nth-child(5),
|
||||
.sheet-section.sheet-section-mental-inventory table tr td:nth-child(5) {
|
||||
width: 20%;
|
||||
}
|
||||
.sheet-section.sheet-section-mental-inventory table tr th select,
|
||||
.sheet-section.sheet-section-mental-inventory table tr td select {
|
||||
width: 100%;
|
||||
}
|
||||
.sheet-section.sheet-section-mental-inventory table tr th {
|
||||
font-family: Georgia, Times, "Times New Roman", serif;
|
||||
font-size: 10px;
|
||||
text-align: left;
|
||||
text-transform: uppercase;
|
||||
border: 1px solid black;
|
||||
}
|
||||
.sheet-section.sheet-section-mental-inventory table tr td {
|
||||
text-align: center;
|
||||
border: 1px solid black;
|
||||
}
|
||||
.sheet-section.sheet-section-traveling-spellbook table tr label {
|
||||
text-align: center;
|
||||
}
|
||||
.sheet-section.sheet-section-traveling-spellbook table tr th,
|
||||
.sheet-section.sheet-section-traveling-spellbook table tr td {
|
||||
font-family: Georgia, Times, "Times New Roman", serif;
|
||||
font-size: 8px;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.sheet-section.sheet-section-traveling-spellbook table tr th:nth-child(1),
|
||||
.sheet-section.sheet-section-traveling-spellbook table tr td:nth-child(1) {
|
||||
width: 25%;
|
||||
}
|
||||
.sheet-section.sheet-section-traveling-spellbook table tr th:nth-child(2),
|
||||
.sheet-section.sheet-section-traveling-spellbook table tr td:nth-child(2) {
|
||||
width: 15%;
|
||||
}
|
||||
.sheet-section.sheet-section-traveling-spellbook table tr th:nth-child(3),
|
||||
.sheet-section.sheet-section-traveling-spellbook table tr td:nth-child(3) {
|
||||
width: 60%;
|
||||
}
|
||||
.sheet-section.sheet-section-traveling-spellbook table tr th select,
|
||||
.sheet-section.sheet-section-traveling-spellbook table tr td select {
|
||||
width: 100%;
|
||||
}
|
||||
.sheet-section.sheet-section-level-req-ben table thead tr th {
|
||||
text-align: center;
|
||||
}
|
||||
.sheet-section.sheet-section-level-req-ben table tr label {
|
||||
text-align: center;
|
||||
}
|
||||
.sheet-section.sheet-section-level-req-ben table tr th,
|
||||
.sheet-section.sheet-section-level-req-ben table tr td {
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
}
|
||||
.sheet-section.sheet-section-level-req-ben table tr th:nth-child(1),
|
||||
.sheet-section.sheet-section-level-req-ben table tr td:nth-child(1) {
|
||||
width: 5%;
|
||||
}
|
||||
.sheet-section.sheet-section-level-req-ben table tr th:nth-child(2),
|
||||
.sheet-section.sheet-section-level-req-ben table tr td:nth-child(2) {
|
||||
width: 5%;
|
||||
}
|
||||
.sheet-section.sheet-section-level-req-ben table tr th:nth-child(3),
|
||||
.sheet-section.sheet-section-level-req-ben table tr td:nth-child(3) {
|
||||
width: 5%;
|
||||
}
|
||||
.sheet-section.sheet-section-level-req-ben table tr th:nth-child(4),
|
||||
.sheet-section.sheet-section-level-req-ben table tr td:nth-child(4) {
|
||||
width: 85%;
|
||||
}
|
||||
.sheet-section.sheet-section-level-req-ben table tr th select,
|
||||
.sheet-section.sheet-section-level-req-ben table tr td select {
|
||||
width: 100%;
|
||||
}
|
||||
.sheet-section.sheet-section-level-req-ben table tr th {
|
||||
font-family: Georgia, Times, "Times New Roman", serif;
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.sheet-section.sheet-section-level-req-ben table tr td {
|
||||
text-align: center;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 88 KiB |
@@ -1,446 +0,0 @@
|
||||
/* Helpers */
|
||||
@mixin font-family-sans-serif {
|
||||
font-family: Georgia, Times, "Times New Roman", serif;
|
||||
}
|
||||
|
||||
.sheet-4colrow {
|
||||
display: block;
|
||||
clear: both;
|
||||
.sheet-col {
|
||||
width: calc(25% - 26px);
|
||||
margin-right: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Styles */
|
||||
.sheet-section {
|
||||
/* Fields */
|
||||
input,
|
||||
select {
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
}
|
||||
textarea {
|
||||
max-height: 75px;
|
||||
}
|
||||
img {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
tr {
|
||||
th,
|
||||
td {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
&:nth-child(1) {
|
||||
width: 52%;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
width: 48%;
|
||||
}
|
||||
input {
|
||||
&[type="text"] {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.sheet-note {
|
||||
color: #999999;
|
||||
font-size: 11px;
|
||||
line-height: 125%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Sections */
|
||||
&.sheet-section-general {
|
||||
.sheet-logo {
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
text-align: center;
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: 38px;
|
||||
}
|
||||
}
|
||||
.sheet-wheel {
|
||||
height: 120px;
|
||||
line-height: 120px;
|
||||
text-align: center;
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: 120px;
|
||||
}
|
||||
}
|
||||
.sheet-callout {
|
||||
background: #EFEFEF;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
font-size: 9px;
|
||||
label {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
}
|
||||
.sheet-conditions {
|
||||
background: #EFEFEF;
|
||||
.sheet-field {
|
||||
overflow: hidden;
|
||||
}
|
||||
h4 {
|
||||
color: #FFFFFF;
|
||||
right: -10px;
|
||||
left: -10px;
|
||||
background: #666666;
|
||||
display: block;
|
||||
height: 20px;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
margin-bottom: 5px;
|
||||
width: calc(100% + 20px);
|
||||
}
|
||||
table {
|
||||
tr {
|
||||
th,
|
||||
td {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
}
|
||||
input {
|
||||
&[type="checkbox"] {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.sheet-section-traits {
|
||||
table {
|
||||
tr {
|
||||
th,
|
||||
td {
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
&:nth-child(1) {
|
||||
width: 45%;
|
||||
}
|
||||
&:nth-child(2),
|
||||
&:nth-child(3),
|
||||
&:nth-child(4) {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
width: 20%;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
width: 15%;
|
||||
}
|
||||
&:nth-child(4) {
|
||||
width: 20%;
|
||||
}
|
||||
select {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
th {
|
||||
@include font-family-sans-serif;
|
||||
font-size: 10px;
|
||||
text-align: left;
|
||||
text-transform: uppercase;
|
||||
&:nth-child(3),
|
||||
&:nth-child(4) {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
td {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.sheet-section-abilities {
|
||||
table {
|
||||
tr {
|
||||
th,
|
||||
td {
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
&:nth-child(1) {
|
||||
padding-right: 10px;
|
||||
width: 35%;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
width: 30%;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
width: 35%;
|
||||
}
|
||||
}
|
||||
}
|
||||
thead {
|
||||
tr {
|
||||
th {
|
||||
@include font-family-sans-serif;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.sheet-section-nature {
|
||||
table {
|
||||
tr {
|
||||
th,
|
||||
td {
|
||||
font-size: 11px;
|
||||
text-align: left;
|
||||
&:nth-child(1) {
|
||||
width: 15%;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
width: 85%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.sheet-section-wises {
|
||||
table {
|
||||
tr {
|
||||
th,
|
||||
td {
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
&:nth-child(1) {
|
||||
padding-right: 30px;
|
||||
width: 45%;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
padding-right: 10px;
|
||||
width: 10%;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
padding-right: 10px;
|
||||
width: 10%;
|
||||
}
|
||||
&:nth-child(4) {
|
||||
padding-right: 10px;
|
||||
width: 10%;
|
||||
}
|
||||
&:nth-child(5) {
|
||||
padding-right: 10px;
|
||||
width: 10%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.sheet-section-skills {
|
||||
table {
|
||||
tr {
|
||||
th,
|
||||
td {
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
&:nth-child(1) {
|
||||
padding-right: 10px;
|
||||
width: 35%;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
width: 30%;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
width: 35%;
|
||||
}
|
||||
}
|
||||
}
|
||||
thead {
|
||||
tr {
|
||||
th {
|
||||
@include font-family-sans-serif;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.sheet-section-inventory {
|
||||
table.single {
|
||||
tr {
|
||||
td {
|
||||
&:nth-child(1) {
|
||||
width: 100%;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
table {
|
||||
margin-bottom: 5px;
|
||||
tr {
|
||||
td {
|
||||
&:nth-child(1) {
|
||||
width: 20%;
|
||||
vertical-align: middle;
|
||||
padding-right: 10px;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
width: 80%;
|
||||
}
|
||||
&.sheet-note {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 5px;
|
||||
}
|
||||
border: 1px solid black;
|
||||
}
|
||||
th {
|
||||
width: 100%;
|
||||
border: 1px solid black;
|
||||
}
|
||||
label {
|
||||
text-align: right;
|
||||
font-size: 13px;
|
||||
color: #777;
|
||||
}
|
||||
}
|
||||
thead {
|
||||
margin-bottom: 5px;
|
||||
tr {
|
||||
th {
|
||||
@include font-family-sans-serif;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.sheet-section-mental-inventory {
|
||||
h4 {text-align:center;}
|
||||
table {
|
||||
thead {
|
||||
tr {
|
||||
th {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
tr {
|
||||
th,
|
||||
td {
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
&:nth-child(1) {
|
||||
width: 20%;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
width: 20%;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
width: 20%;
|
||||
}
|
||||
&:nth-child(4) {
|
||||
width: 20%;
|
||||
}
|
||||
&:nth-child(5) {
|
||||
width: 20%;
|
||||
}
|
||||
select {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
th {
|
||||
@include font-family-sans-serif;
|
||||
font-size: 10px;
|
||||
text-align: left;
|
||||
text-transform: uppercase;
|
||||
border: 1px solid black;
|
||||
}
|
||||
td {
|
||||
text-align: center;
|
||||
border: 1px solid black;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.sheet-section-traveling-spellbook {
|
||||
table {
|
||||
tr {
|
||||
label{
|
||||
text-align: center;
|
||||
}
|
||||
th,
|
||||
td {
|
||||
@include font-family-sans-serif;
|
||||
font-size: 8px;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
&:nth-child(1) {
|
||||
width: 25%;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
width: 15%;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
width: 60%;
|
||||
}
|
||||
select {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.sheet-section-level-req-ben {
|
||||
table {
|
||||
thead {
|
||||
tr {
|
||||
th {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
tr {
|
||||
label{
|
||||
text-align: center;
|
||||
}
|
||||
th,
|
||||
td {
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
&:nth-child(1) {
|
||||
width: 5%;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
width: 5%;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
width: 5%;
|
||||
}
|
||||
&:nth-child(4) {
|
||||
width: 85%;
|
||||
}
|
||||
select {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
th {
|
||||
@include font-family-sans-serif;
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
td {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user