mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Changeling: Fixing Background and Rolltemplates
Updating image links
This commit is contained in:
@@ -14,7 +14,7 @@ div.sheet-core-content {
|
||||
|
||||
.charsheet div[class^="sheet-section"] {
|
||||
display: none;
|
||||
background: url('http://mrgone.rocksolidshells.com/pdf/Borders/ChangelingBorder.jpg');
|
||||
background: url('https://i.imgur.com/pGAtRaM.jpg');
|
||||
background-size:100%;
|
||||
padding-left:55px;
|
||||
padding-right:55px;
|
||||
@@ -49,7 +49,7 @@ div.sheet-core-content {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
transition: opacity 0.5s linear 0s;
|
||||
overflow: auto;*/
|
||||
overflow: auto;*/
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -850,7 +850,7 @@ button[type=roll].sheet-weapon:active {
|
||||
|
||||
/* Templates */
|
||||
.sheet-rolltemplate-initiative table {
|
||||
background: url('http://mrgone.rocksolidshells.com/pdf/Borders/ChangelingBorder_NoLogo.jpg') no-repeat;
|
||||
background: url('https://i.imgur.com/pGAtRaM.jpg') no-repeat;
|
||||
background-size: 180px;
|
||||
width: 180px;
|
||||
height: 240px;
|
||||
@@ -891,7 +891,7 @@ button[type=roll].sheet-weapon:active {
|
||||
|
||||
/* Dice Pool */
|
||||
.sheet-rolltemplate-dicepool table {
|
||||
background: url('http://mrgone.rocksolidshells.com/pdf/Borders/ChangelingBorder_NoLogo.jpg') no-repeat;
|
||||
background: url('https://i.imgur.com/pGAtRaM.jpg') no-repeat;
|
||||
background-size: 180px;
|
||||
width: 180px;
|
||||
height: 240px;
|
||||
@@ -948,7 +948,7 @@ button[type=roll].sheet-weapon:active {
|
||||
|
||||
/* Attack */
|
||||
.sheet-rolltemplate-attack table {
|
||||
background: url('http://mrgone.rocksolidshells.com/pdf/Borders/ChangelingBorder_NoLogo.jpg') no-repeat;
|
||||
background: url('https://i.imgur.com/pGAtRaM.jpg') no-repeat;
|
||||
background-size: 180px;
|
||||
width: 180px;
|
||||
height: 240px;
|
||||
|
||||
Reference in New Issue
Block a user