Adding Song of Swords character sheet.

Popular kickstarted medieval fantasy ttrpg.
This commit is contained in:
Lloydski246
2018-07-05 02:16:04 +01:00
parent 43152b1b69
commit 99d2ae5642
5 changed files with 1752 additions and 0 deletions
+91
View File
@@ -0,0 +1,91 @@
/*----------- Tabs Setup -------------*/
/*this hides the contents of each tab by default*/
.charsheet div[class^="sheet-section"] {
display: none;
}
/*this shows the tab content when the appropriate input field is selected*/
.charsheet input.sheet-tab1:checked ~ div.sheet-section-character,
.charsheet input.sheet-tab2:checked ~ div.sheet-section-combat,
{
display: block;
}
.charsheet input.sheet-tab99:checked ~ div[class^="sheet-section"] {
display: block;
}
/*this hides the radio button for each tab, makes it 100px wide and 40px tall and makes sure it's above everything else*/
.charsheet input.sheet-tab {
width: 50px;
height: 50px;
cursor: pointer;
position: relative;
left: 700px;
opacity: 0;
z-index: 9999;
}
/*this styles the span with the tab information and slides to the left, so it appears underneath the radio button*/
.charsheet span.sheet-tab {
text-align: center;
display: inline-block;
font-size: 30pt;
font-family: arial;
background: #d1c6b0;
color: #631515;
border: solid 1px rgba(0, 0, 0, 0.35);
border-radius: 4px;
width: 50px;
height: 50px;
cursor: pointer;
position: relative;
left: 700px;
vertical-align: ;
margin-left: -50px;
}
/*this modifies the span color once the radio button is selected so you know which tab is selected*/
.charsheet input.sheet-tab1:checked + span.sheet-tab1,
.charsheet input.sheet-tab2:checked + span.sheet-tab2,
.charsheet input.sheet-tab99:checked + span.sheet-tab99 {
background: #631515;
color: white;
border-radius: 4px;
}
.charsheet {
background-image: url("https://i.imgur.com/chknARt.jpg");
background-repeat: no-repeat;
}
/* Remove input highlights */
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}
skilltable {
border: 1px solid black;
}
td.sheet-skilltable-td {
border-width: 1px;
border-style: none dashed dotted none;
border-color: black;
border-collapse: collapse;
padding: 0 0 0 5px;
}
td.sheet-boontable-td {
border-width: 1px;
border-style: none dashed dotted none;
border-color: black;
border-collapse: collapse;
}
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

+5
View File
@@ -0,0 +1,5 @@
This is a very basic character sheet made almost identical to the v1.1 character sheet. If you need the rules, want more information or want to support the developers of the system (not the sheet author) please visit [their website.](https://www.songofswords.net)
Please feel free to improve on this - I made it as basic as possible because the system is confusing and I dare not make any calculations or roll templates that could be wrong. Enjoy!
Flash
+8
View File
@@ -0,0 +1,8 @@
{
"html": "Song-of-Swords.html",
"css": "Song-of-Swords.css",
"authors": "Flash",
"roll20userid": "860855",
"preview": "preview.png",
"instructions": "A very basic copy of the v1.1 character sheet for the popular system. See https://www.songofswords.net/ for more information."
}