Fairytail RPG Character Sheet

The initial draft of the Fairytail RPG Character Sheet.
This commit is contained in:
finderski
2016-02-18 04:54:02 -05:00
parent f62f170d9d
commit f8345f5167
5 changed files with 1572 additions and 0 deletions
+75
View File
@@ -0,0 +1,75 @@
.sheet-odd {
background-color: #e0e0e0;
border-top:1px solid black;
border-bottom: 1px solid black;
}
.sheet-oddInput {
background-color: #e0e0e0;
border-top: none;
border-right: none;
border-bottom: solid 1px #666;
border-left: none;
}
.sheet-evenInput {
background-color: white;
border-top: none;
border-right: none;
border-bottom: solid 1px black;
border-left: none;
}
.charsheet th {
background-color: #666;
color: white;
}
.charsheet h2,
.sheet-headerrow {
text-align: center;
font-weight: bold;
background-color: #666;
color: white;
border: solid 1px black;
/*margin: 0px;*/
}
.charsheet table.sheet-altRowswHeader tr:nth-child(odd) {
background-color: #e0e0e0;
border-top:1px solid black;
border-bottom: 1px solid black;
}
.charsheet table.sheet-altRowsHeader td:nth-child(odd) input[type=number] {
background-color: #e0e0e0;
border-top: none;
border-right: none;
border-bottom: solid 1px #666;
border-left: none;
}
.repcontainer[data-groupname="repeating_bab"] .repitem:nth-child(even),
.repcontainer[data-groupname="repeating_ammo"] .repitem:nth-child(even),
.repcontainer[data-groupname="repeating_spells"] .repitem:nth-child(even) {
background-color: #e0e0e0;
margin-top: 0px;
margin-bottom: 0px;
}
.repcontainer[data-groupname="repeating_bab"] .repitem:nth-child(odd),
.repcontainer[data-groupname="repeating_ammo"] .repitem:nth-child(odd),
.repcontainer[data-groupname="repeating_spells"] .repitem:nth-child(odd) {
background-color: white;
margin-top: 0px;
margin-bottom: 0px;
}
.sheet-BAB,
.sheet-Ammo,
.sheet-spells {
width: 100%;
border: none;
border-bottom: 1px solid black;
text-align: center;
background-color: transparent;
}
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

+6
View File
@@ -0,0 +1,6 @@
Fairytail Character Sheet
=========================
This character sheet is designed to mirror (as closely as possible) the character sheet design from Imbria Arts sheet.
This sheet is very barebones, as the author of the sheet is completely unfamiliar with the game and the person who requested the sheet failed to provide much detail beyond the request and a PDF. If anyone is familiar with this game and can provide additional direction, please let me know.
+8
View File
@@ -0,0 +1,8 @@
{
"html": "FairytailRPG.html",
"css": "FairytailRPG.css",
"authors": "Rich Finder",
"roll20userid": "173448",
"preview": "FairytailRPG.PNG",
"instructions": "# Fairytail Character Sheet\r## Barebones\rThis sheet is very barebones, but contains everything from the Imbria Arts Character Sheet PDF (http://www.imbriaarts.com/fairytail/cs.pdf)\r\rThe games page is located at:\rhttp://www.imbriaarts.com/rpg/?page_id=238"
}