mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Djnew [Dangerous Journeys: Mythus] initial character sheet submission (#6405)
* Initial Upload * Links to files updated * alter filenames to fit convention * Create mythustemp.png Add sub-header image (temp) * Update mythus.html add subheader into html * Added specialized K/S rules per MMV1#1 * corrected Weapons Special Skills to there is no specialization
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 274 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
@@ -0,0 +1,248 @@
|
||||
/* Set the min-width so that when the window is resized the look will stay consistant */
|
||||
|
||||
.charsheet {
|
||||
background-color: #ddd;
|
||||
min-width: 800px;
|
||||
}
|
||||
|
||||
|
||||
/*Configure the tab buttons*/
|
||||
.sheet-mainpage,
|
||||
.sheet-kspage,
|
||||
.sheet-miscpage,
|
||||
.sheet-configpage {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* show the selected tab */
|
||||
.sheet-tabstoggle[value="mainpage"] ~ div.sheet-mainpage,
|
||||
.sheet-tabstoggle[value="kspage"] ~ div.sheet-kspage,
|
||||
.sheet-tabstoggle[value="miscpage"] ~ div.sheet-miscpage,
|
||||
.sheet-tabstoggle[value="configpage"] ~ div.sheet-configpage {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sheet-hideable-ks {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sheet-hideable-subs {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sheet-hideable-hekacalccheck {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sheet-kstoggle1[value="1"] + div.sheet-hideable-ks {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
.sheet-toggle-show-subs[value="1"] ~ div.sheet-hideable-subs {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sheet-toggle-show-hekacalccheck[value="1"] ~ div.sheet-hideable-hekacalccheck {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sheet-kssubcolumns {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 800px;
|
||||
}
|
||||
.sheet-kssubcolumns > * {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
/* Universal styling applied to all elements of these types */
|
||||
|
||||
h2 {
|
||||
font-size: 2em;
|
||||
margin-bottom: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
input {
|
||||
display: inline-block;
|
||||
width: 165px;
|
||||
}
|
||||
|
||||
img {
|
||||
max-height: 100px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
input.sheet-toggle-show {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
input.sheet-toggle-show-subs {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
input.sheet-toggle-show-hekacalccheck {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
/* Targetted styling that only effects elements with these classes */
|
||||
input.sheet-toggle-show:not(:checked) ~ div.sheet-hideable,
|
||||
input.sheet-toggle-hide:checked ~ div.sheet-hideable {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input.sheet-toggle-show-subs:not(:checked) ~ div.sheet-hideable-subs,
|
||||
input.sheet-toggle-hide-subs:checked ~ div.sheet-hideable-subs {
|
||||
display: none;
|
||||
}
|
||||
input.sheet-toggle-show-hekacalccheck:not(:checked) ~ div.sheet-hideable-hekacalccheck,
|
||||
input.sheet-toggle-hide-hekacalccheck:checked ~ div.sheet-hideable-hekacalccheck {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input.sheet-toggle-show-hidden:not(:checked) ~ div.sheet-hideable,
|
||||
input.sheet-toggle-hide-hidden:checked ~ div.sheet-hideable {
|
||||
display: none;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
div.sheet-hideable {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.sheet-hideable-ks {
|
||||
width: 100%;
|
||||
}
|
||||
div.sheet-hideable-subs {
|
||||
width: 100%;
|
||||
}
|
||||
div.sheet-hideable-hekacalccheck {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
input.sheet-short {
|
||||
width: 165px;
|
||||
}
|
||||
|
||||
input.sheet-midshort {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
input.sheet-supershort {
|
||||
width: 10px;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
label.sheet-short {
|
||||
width: 155px;
|
||||
}
|
||||
|
||||
label.sheet-headershort {
|
||||
width: 160px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
label.sheet-headermidshort {
|
||||
width: 39px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
label.sheet-headerwl {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
label.sheet-headerbutton {
|
||||
width: 100px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
label.sheet-headersupershort {
|
||||
width: 4px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
||||
label.sheet-midshort {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
label.sheet-supershort {
|
||||
width: 10px;
|
||||
text-align: center;
|
||||
font-size: 0.5em;
|
||||
}
|
||||
|
||||
label.sheet-ksheadersupershort {
|
||||
width: 2px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
label.sheet-ksheadermidshort {
|
||||
width: 50px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
label.sheet-ksheadershort {
|
||||
width: 160px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
label.sheet-ksheaderbutton {
|
||||
width: 105px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
select.sheet-dtype {
|
||||
vertical-align: top;
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
select.sheet-dtypedoublewide {
|
||||
vertical-align: top;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
select.sheet-dtypequintwide {
|
||||
vertical-align: top;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
span.sheet-dee {
|
||||
font-size: 1.4em;
|
||||
font-weight: bold;
|
||||
left: -36%;
|
||||
padding-right: 4px;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
span.sheet-short {
|
||||
width: 155px;
|
||||
}
|
||||
|
||||
/* Targetted styling that only effects elements contained within the stated class */
|
||||
.sheet-stats h3 {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.sheet-stats h3:first-child {
|
||||
margin-left: 35%;
|
||||
margin-right: 15%;
|
||||
}
|
||||
|
||||
.sheet-stats input {
|
||||
margin-right: 8%;
|
||||
width: 17%;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 139 KiB |
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"html": "mythus.html",
|
||||
"css": "mythus.css",
|
||||
"authors": "Aaron Brezenski",
|
||||
"roll20userid": "3919472",
|
||||
"preview": "mythus_sheet.png",
|
||||
"instructions": "This sheet is an early revision, emphasizing functionality over beauty.\n On Add of new character, please wait about 20-30 seconds for initialization.\n Do not neglect the Config tab, specifially the K/S Areas possessed, which is where Knowledge/Skills areas are chosen for display on the main K/S tab. The first checkbox next to each K/S is whether your HP possesess the K/S Area, and the second checkbox is whether the K/S area generates Heka. You can keep the Heka generation checkboxes at their default settings, but some (Ecology/Nature Science for Wisemen/Wisewomen) vary by Vocation or by GM fiat, so the options exist. \n Ignore ShadowAttrs, as they are a debug tool which will enentually not be visible.\n For now you need to type all armor and weapons in manually; eventually there will be an importer, as there will be for Castings.\n The K/S area for Foreign Language is initially invisible but a button exists on the K/S tab which allows you to add multiple Foreign Languages as needed.\n"
|
||||
}
|
||||
Reference in New Issue
Block a user