mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-06 15:12:32 +00:00
Merge pull request #1141 from GuiGnomeDev/master
Fixes to Dungeon Slayers 4 character sheet
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
+119
-71
@@ -19,38 +19,37 @@
|
||||
}
|
||||
|
||||
.sheet-rTableNumberBox {
|
||||
width: 105px;
|
||||
max-width: 40px;
|
||||
width: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Name formatting */
|
||||
|
||||
.sheet-nametitlelevelvalues-wrap {
|
||||
.sheet-nametitlelevel-wrap {
|
||||
/* overflow to handle inner floating block */
|
||||
overflow: hidden;
|
||||
/*width: 1260px;*/
|
||||
}
|
||||
|
||||
.sheet-name {
|
||||
float: left;
|
||||
width: 400px;
|
||||
border:none;
|
||||
}
|
||||
|
||||
.sheet-title{
|
||||
float: left;
|
||||
width: 680px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
/*max-width: 300px;
|
||||
max-height: 300px;*/
|
||||
border:none;
|
||||
}
|
||||
|
||||
.sheet-level{
|
||||
float: left;
|
||||
width: 160px;
|
||||
/*width: 160px; */
|
||||
/* text-align: center; */
|
||||
}
|
||||
|
||||
.sheet-levelvalues{
|
||||
float: left;
|
||||
width: 160px;
|
||||
/*text-align: right;*/
|
||||
border:none;
|
||||
}
|
||||
|
||||
/* Attributes and Traits Table formatting */
|
||||
@@ -58,15 +57,23 @@
|
||||
|
||||
.sheet-rAttrTable,.sheet-rAttrTableRow,.sheet-rAttrTableCell {
|
||||
text-align: center;
|
||||
margin-left: 280px;
|
||||
/*margin-left: 280*/ /* The attributes will float left for half view */
|
||||
.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; }
|
||||
px;
|
||||
}
|
||||
|
||||
.sheet-AttrBox {
|
||||
width: 70px;
|
||||
max-width: 70px;
|
||||
height:70px;
|
||||
border: 3px solid #999999;
|
||||
font-family: 'WoodStamp', impact;
|
||||
font-size: 64px;
|
||||
font-family: 'WoodStamp', Impact, Charcoal, sans-serif;
|
||||
font-size: 48px;
|
||||
text-shadow: 4px 4px 4px #aaa;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -76,51 +83,62 @@ margin-left: 280px;
|
||||
|
||||
.sheet-rCombatTable,.sheet-rCombatTableRow,.sheet-rCombatTableCell { text-align: center; }
|
||||
|
||||
.sheet-rCombatTableCell { width: 90px; max-width: 90px; }
|
||||
|
||||
.sheet-CombatBox {
|
||||
width: 140px;
|
||||
height:140px;
|
||||
width: 70px;
|
||||
max-width: 70px;
|
||||
height:70px;
|
||||
border:none;
|
||||
font-family: 'WoodStamp', impact;
|
||||
font-family: 'WoodStamp', Impact, Charcoal, sans-serif;
|
||||
font-size: 48px;
|
||||
text-shadow: 4px 4px 4px #aaa;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.sheet-defense{
|
||||
background:url(DS4-DEF.png) -0px -0px no-repeat;
|
||||
background:url("http://i.imgur.com/hBWhX1X.png") -0px -0px no-repeat;
|
||||
background-size: 70px 70px;
|
||||
}
|
||||
|
||||
.sheet-hitpoints{
|
||||
background:url(DS4-HP.png) -0px -0px no-repeat;
|
||||
width:
|
||||
background:url("http://i.imgur.com/ZyHtTT7.png") -0px -0px no-repeat;
|
||||
background-size: 70px 70px;
|
||||
}
|
||||
|
||||
.sheet-initiative{
|
||||
background:url(DS4-INI.png) -0px -0px no-repeat;
|
||||
background:url("http://i.imgur.com/q4uHCO0.png") -0px -0px no-repeat;
|
||||
background-size: 70px 70px;
|
||||
}
|
||||
|
||||
.sheet-moverate{
|
||||
background:url(DS4-MR.png) -0px -0px no-repeat;
|
||||
background:url("http://i.imgur.com/byISko8.png") -0px -0px no-repeat;
|
||||
background-size: 70px 70px;
|
||||
}
|
||||
|
||||
.sheet-meleeattack{
|
||||
background:url(DS4-MAT.png) -0px -0px no-repeat;
|
||||
background:url("http://i.imgur.com/zUIVTRI.png") -0px -0px no-repeat;
|
||||
background-size: 70px 70px;
|
||||
}
|
||||
|
||||
.sheet-rangedattack{
|
||||
background:url(DS4-RAT.png) -0px -0px no-repeat;
|
||||
background:url("http://i.imgur.com/KY2gII0.png") -0px -0px no-repeat;
|
||||
background-size: 70px 70px;
|
||||
}
|
||||
|
||||
.sheet-spellcast{
|
||||
background:url(DS4-SPC.png) -0px -0px no-repeat;
|
||||
background:url("http://i.imgur.com/4Z1IFmi.png") -0px -0px no-repeat;
|
||||
background-size: 70px 70px;
|
||||
}
|
||||
|
||||
.sheet-targetspell{
|
||||
background:url(DS4-TSC.png) -0px -0px no-repeat;
|
||||
background:url("http://i.imgur.com/87zxBKx.png") -0px -0px no-repeat;
|
||||
background-size: 70px 70px;
|
||||
}
|
||||
|
||||
.sheet-manapoints{
|
||||
background:url(DS4-MP.png) -0px -0px no-repeat;
|
||||
background:url("http://i.imgur.com/z3x6GZW.png") -0px -0px no-repeat;
|
||||
background-size: 70px 70px;
|
||||
}
|
||||
|
||||
/* Armor - Defense - Magic formating */
|
||||
@@ -136,74 +154,105 @@ margin-left: 280px;
|
||||
|
||||
.sheet-defenseroll{
|
||||
float: left;
|
||||
margin-left: 20px;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
/* PP - Loot formating */
|
||||
/* PP - Racial formating */
|
||||
|
||||
.sheet-pploot-wrap {
|
||||
.sheet-ppracial-wrap {
|
||||
/* overflow to handle inner floating block */
|
||||
overflow: hidden;
|
||||
width: 1260px;
|
||||
/*width: 800px;*/
|
||||
}
|
||||
|
||||
.sheet-pp{
|
||||
float: left;
|
||||
}
|
||||
|
||||
.sheet-loot{
|
||||
/* overflow to handle inner floating block */
|
||||
.sheet-racial{
|
||||
overflow: hidden;
|
||||
width: 650px;
|
||||
|
||||
width: 313px;
|
||||
float: left;
|
||||
margin-left: 20px;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.sheet-treasure{
|
||||
float: left;
|
||||
}
|
||||
|
||||
.sheet-money{
|
||||
float: left;
|
||||
}
|
||||
/* Items */
|
||||
|
||||
.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 {
|
||||
.sheet-items-wrap {
|
||||
/* overflow to handle inner floating block */
|
||||
overflow: hidden;
|
||||
/*width: 1260px;*/
|
||||
}
|
||||
|
||||
.sheet-items{
|
||||
float: left;
|
||||
}
|
||||
|
||||
.sheet-items2{
|
||||
float: left;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
/* Herbs Loot */
|
||||
|
||||
.sheet-herbsloot-wrap {
|
||||
/* overflow to handle inner floating block */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.sheet-herbs{
|
||||
float: left;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.sheet-loot{
|
||||
/* overflow to handle inner floating block */
|
||||
overflow: hidden;
|
||||
width: 313px;
|
||||
|
||||
float: left;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
|
||||
/* Perso Talents */
|
||||
.sheet-treasure{
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
.sheet-money{
|
||||
float: left;
|
||||
|
||||
width: 100px;
|
||||
max-width: 100px;
|
||||
height:100px;
|
||||
border:none;
|
||||
font-family: 'WoodStamp', Impact, Charcoal, sans-serif;
|
||||
font-size: 48px;
|
||||
/*text-shadow: 4px 4px 4px #aaa;*/
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.sheet-gold{
|
||||
background:url("http://i.imgur.com/0htG6UA.png") -0px -0px no-repeat;
|
||||
background-size: 100px 102px;
|
||||
}
|
||||
|
||||
.sheet-silver{
|
||||
background:url("http://i.imgur.com/JWBfoJJ.png") -0px -0px no-repeat;
|
||||
background-size: 100px 102px;
|
||||
}
|
||||
|
||||
.sheet-copper{
|
||||
background:url("http://i.imgur.com/CEbiIgg.png") -0px -0px no-repeat;
|
||||
background-size: 100px 102px;
|
||||
}
|
||||
|
||||
|
||||
/* Talents Perso */
|
||||
|
||||
.sheet-persotalents-wrap {
|
||||
/* overflow to handle inner floating block */
|
||||
overflow: hidden;
|
||||
/*width: 1260px;*/
|
||||
}
|
||||
|
||||
|
||||
@@ -214,12 +263,12 @@ margin-left: 280px;
|
||||
|
||||
.sheet-talents2{
|
||||
float: left;
|
||||
margin-left: 20px;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.sheet-perso{
|
||||
float: left;
|
||||
margin-left: 20px;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
/* Standard Tests */
|
||||
@@ -227,7 +276,6 @@ margin-left: 280px;
|
||||
.sheet-tests-wrap {
|
||||
/* overflow to handle inner floating block */
|
||||
overflow: hidden;
|
||||
/*width: 1260px;*/
|
||||
}
|
||||
|
||||
|
||||
@@ -238,7 +286,7 @@ margin-left: 280px;
|
||||
|
||||
.sheet-tests2{
|
||||
float: left;
|
||||
margin-left: 20px;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
/* General Formatting */
|
||||
@@ -254,7 +302,7 @@ input[type=number]::-webkit-outer-spin-button {
|
||||
|
||||
input[type=number] {
|
||||
-moz-appearance:textfield;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input{
|
||||
@@ -282,17 +330,17 @@ fieldset{
|
||||
}
|
||||
|
||||
.sheet-WoodBig {
|
||||
font-family: 'WoodStamp', impact;
|
||||
font-size: 64px;
|
||||
font-family: 'WoodStamp', Impact, Charcoal, sans-serif;
|
||||
font-size: 48px;
|
||||
text-shadow: 4px 4px 4px #aaa;
|
||||
}
|
||||
.sheet-WoodMid {
|
||||
font-family: 'WoodStamp', impact;
|
||||
font-family: 'WoodStamp', Impact, Charcoal, sans-serif;
|
||||
font-size: 32px;
|
||||
text-shadow: 2px 2px 2px #aaa;
|
||||
}
|
||||
.sheet-WoodSmall {
|
||||
font-family: 'WoodStamp', impact;
|
||||
font-family: 'WoodStamp', Impact, Charcoal, sans-serif;
|
||||
font-size: 16px;
|
||||
/* text-shadow: 4px 4px 4px #aaa; */
|
||||
}
|
||||
|
||||
+879
-451
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user