diff --git a/Dungeon-slayers-4/DS4-COP.png b/Dungeon-slayers-4/DS4-COP.png new file mode 100644 index 0000000000..e95ad39e99 Binary files /dev/null and b/Dungeon-slayers-4/DS4-COP.png differ diff --git a/Dungeon-slayers-4/DS4-DEF.png b/Dungeon-slayers-4/DS4-DEF.png new file mode 100644 index 0000000000..8eed5646bc Binary files /dev/null and b/Dungeon-slayers-4/DS4-DEF.png differ diff --git a/Dungeon-slayers-4/DS4-GOL.png b/Dungeon-slayers-4/DS4-GOL.png new file mode 100644 index 0000000000..ed8e114deb Binary files /dev/null and b/Dungeon-slayers-4/DS4-GOL.png differ diff --git a/Dungeon-slayers-4/DS4-HP.png b/Dungeon-slayers-4/DS4-HP.png new file mode 100644 index 0000000000..d6bcb542ac Binary files /dev/null and b/Dungeon-slayers-4/DS4-HP.png differ diff --git a/Dungeon-slayers-4/DS4-INI.png b/Dungeon-slayers-4/DS4-INI.png new file mode 100644 index 0000000000..a8fee9a103 Binary files /dev/null and b/Dungeon-slayers-4/DS4-INI.png differ diff --git a/Dungeon-slayers-4/DS4-MAT.png b/Dungeon-slayers-4/DS4-MAT.png new file mode 100644 index 0000000000..09e41dfcbb Binary files /dev/null and b/Dungeon-slayers-4/DS4-MAT.png differ diff --git a/Dungeon-slayers-4/DS4-MP.png b/Dungeon-slayers-4/DS4-MP.png new file mode 100644 index 0000000000..9e8e875eab Binary files /dev/null and b/Dungeon-slayers-4/DS4-MP.png differ diff --git a/Dungeon-slayers-4/DS4-MR.png b/Dungeon-slayers-4/DS4-MR.png new file mode 100644 index 0000000000..8d3e405eb5 Binary files /dev/null and b/Dungeon-slayers-4/DS4-MR.png differ diff --git a/Dungeon-slayers-4/DS4-RAT.png b/Dungeon-slayers-4/DS4-RAT.png new file mode 100644 index 0000000000..c292458d94 Binary files /dev/null and b/Dungeon-slayers-4/DS4-RAT.png differ diff --git a/Dungeon-slayers-4/DS4-SIL.png b/Dungeon-slayers-4/DS4-SIL.png new file mode 100644 index 0000000000..b772993ec0 Binary files /dev/null and b/Dungeon-slayers-4/DS4-SIL.png differ diff --git a/Dungeon-slayers-4/DS4-SPC.png b/Dungeon-slayers-4/DS4-SPC.png new file mode 100644 index 0000000000..bde713bf69 Binary files /dev/null and b/Dungeon-slayers-4/DS4-SPC.png differ diff --git a/Dungeon-slayers-4/DS4-TSC.png b/Dungeon-slayers-4/DS4-TSC.png new file mode 100644 index 0000000000..3608126c49 Binary files /dev/null and b/Dungeon-slayers-4/DS4-TSC.png differ diff --git a/Dungeon-slayers-4/DS4-title.png b/Dungeon-slayers-4/DS4-title.png new file mode 100644 index 0000000000..b90c883989 Binary files /dev/null and b/Dungeon-slayers-4/DS4-title.png differ diff --git a/Dungeon-slayers-4/DS4EN.css b/Dungeon-slayers-4/DS4EN.css new file mode 100644 index 0000000000..fc492aea3a --- /dev/null +++ b/Dungeon-slayers-4/DS4EN.css @@ -0,0 +1,311 @@ +/* Table formatting */ + +.sheet-rTable,.sheet-rCombatTable,.sheet-rAttrTable { display: table; } +.sheet-rTableRow,.sheet-rCombatTableRow,.sheet-rAttrTableRow { display: table-row; } +.sheet-rTableHeading { display: table-header-group; background-color: #ddd; } +.sheet-rTableBody { display: table-row-group; } +.sheet-rTableFoot { display: table-footer-group; } +.sheet-rTableCell,.rTableHead,.sheet-rCombatTableCell,.sheet-rAttrTableCell { display: table-cell; } + +/* Normal Table formatting */ + +.sheet-rTable,/*.sheet-rTableRow,*/.sheet-rTableCell { + border: 1px solid #999999; text-align: center} + +.sheet-rTableTextBox,.sheet-rTableNumberBox { + font-family: 'Georgia'; + font-size: 16px; + border: none; +} + +.sheet-rTableNumberBox { + width: 105px; + text-align: center; +} + +/* Name formatting */ + +.sheet-nametitlelevelvalues-wrap { + /* overflow to handle inner floating block */ + overflow: hidden; + /*width: 1260px;*/ +} + +.sheet-name { + float: left; + width: 400px; +} + +.sheet-title{ + float: left; + width: 680px; +} + +.sheet-level{ + float: left; + width: 160px; + /* text-align: center; */ +} + +.sheet-levelvalues{ + float: left; + width: 160px; + /*text-align: right;*/ +} + +/* Attributes and Traits Table formatting */ + + +.sheet-rAttrTable,.sheet-rAttrTableRow,.sheet-rAttrTableCell { +text-align: center; +margin-left: 280px; +} + +.sheet-AttrBox { + width: 70px; + height:70px; + border: 3px solid #999999; + font-family: 'WoodStamp', impact; + font-size: 64px; + text-shadow: 4px 4px 4px #aaa; + text-align: center; +} + + +/* Combat Table formatting */ + +.sheet-rCombatTable,.sheet-rCombatTableRow,.sheet-rCombatTableCell { text-align: center; } + +.sheet-CombatBox { + width: 140px; + height:140px; + border:none; + font-family: 'WoodStamp', impact; + font-size: 48px; + text-shadow: 4px 4px 4px #aaa; + text-align: center; +} + +.sheet-defense{ + background:url(DS4-DEF.png) -0px -0px no-repeat; +} + +.sheet-hitpoints{ + background:url(DS4-HP.png) -0px -0px no-repeat; + width: +} + +.sheet-initiative{ + background:url(DS4-INI.png) -0px -0px no-repeat; +} + +.sheet-moverate{ + background:url(DS4-MR.png) -0px -0px no-repeat; +} + +.sheet-meleeattack{ + background:url(DS4-MAT.png) -0px -0px no-repeat; +} + +.sheet-rangedattack{ + background:url(DS4-RAT.png) -0px -0px no-repeat; +} + +.sheet-spellcast{ + background:url(DS4-SPC.png) -0px -0px no-repeat; +} + +.sheet-targetspell{ + background:url(DS4-TSC.png) -0px -0px no-repeat; +} + +.sheet-manapoints{ + background:url(DS4-MP.png) -0px -0px no-repeat; +} + +/* Armor - Defense - Magic formating */ + +.sheet-armordefense-wrap { + /* overflow to handle inner floating block */ + overflow: hidden; +} + +.sheet-armor{ + float: left; +} + +.sheet-defenseroll{ + float: left; + margin-left: 20px; +} + +/* PP - Loot formating */ + +.sheet-pploot-wrap { + /* overflow to handle inner floating block */ + overflow: hidden; + width: 1260px; +} + +.sheet-pp{ + float: left; +} + +.sheet-loot{ + /* overflow to handle inner floating block */ + overflow: hidden; + width: 650px; + + float: left; + margin-left: 20px; +} + +.sheet-treasure{ + float: left; +} + +.sheet-money{ + float: left; +} + +.sheet-gold{ + background:url(DS4-GOL.png) -0px -0px no-repeat; +} + +.sheet-silver{ + background:url(DS4-SIL.png) -0px -0px no-repeat; +} + +.sheet-copper{ + background:url(DS4-COP.png) -0px -0px no-repeat; +} + +/* Items Herbs Talents */ + +.sheet-itemsherbs-wrap { + /* overflow to handle inner floating block */ + overflow: hidden; + /*width: 1260px;*/ +} + +.sheet-items{ + float: left; +} + +.sheet-herbs{ + float: left; + margin-left: 20px; +} + + +/* Perso Talents */ + +.sheet-persotalents-wrap { + /* overflow to handle inner floating block */ + overflow: hidden; + /*width: 1260px;*/ +} + + +.sheet-talents1{ + float: left; +} + + +.sheet-talents2{ + float: left; + margin-left: 20px; +} + +.sheet-perso{ + float: left; + margin-left: 20px; +} + +/* Standard Tests */ + +.sheet-tests-wrap { + /* overflow to handle inner floating block */ + overflow: hidden; + /*width: 1260px;*/ +} + + +.sheet-tests1{ + float: left; +} + + +.sheet-tests2{ + float: left; + margin-left: 20px; +} + +/* General Formatting */ + +.sheet-center { align-content: center; float: center; text-align: center; } +.sheet-hidden { display: none; } + +input[type=number]::-webkit-inner-spin-button, +input[type=number]::-webkit-outer-spin-button { + -webkit-appearance: none; + margin: 0; +} + +input[type=number] { + -moz-appearance:textfield; + margin: 0; +} + +input{ + -moz-border-radius:0px; /* Firefox */ +/* -webkit-border-radius: 0px; /* Safari, Chrome */ +/* -khtml-border-radius: 0px; /* KHTML */ +/* border-radius: 0px; /* CSS3 */ +} + +fieldset{ + margin: 0px; + padding: 0px; + border: none; +} + + +/* Fonts formatting */ + +@font-face { + font-family: 'WoodStamp'; + src: local("Woodstamp.otf") format("opentype"), + url("http://www.fontsaddict.com/fontface/woodstamp.otf"), + url("http://www.fontsaddict.com/fontface/woodstamp.otf") format("opentype"); + +} + +.sheet-WoodBig { + font-family: 'WoodStamp', impact; + font-size: 64px; + text-shadow: 4px 4px 4px #aaa; +} +.sheet-WoodMid { + font-family: 'WoodStamp', impact; + font-size: 32px; + text-shadow: 2px 2px 2px #aaa; +} +.sheet-WoodSmall { + font-family: 'WoodStamp', impact; + font-size: 16px; + /* text-shadow: 4px 4px 4px #aaa; */ +} + +.sheet-Georgia { + font-family: 'Georgia'; + font-size: 16px; + /* text-shadow: 4px 4px 4px #aaa; */ + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + -webkit-font-smoothing: antialiased; +} diff --git a/Dungeon-slayers-4/DS4EN.html b/Dungeon-slayers-4/DS4EN.html new file mode 100644 index 0000000000..07675c7232 --- /dev/null +++ b/Dungeon-slayers-4/DS4EN.html @@ -0,0 +1,1238 @@ + + +
+ + + + + + +
+