mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
[Mutant Chronicles 3] Image host changed
This commit is contained in:
@@ -14,6 +14,12 @@ If you have any issue, you can contact me through a private message in my Roll20
|
||||
- Repercussion range does not include the Unskilled modifier.
|
||||
|
||||
|
||||
## [1.1.1] - July 2021
|
||||
|
||||
### Changed
|
||||
|
||||
- Images now hosted on roll20 character sheet repository.
|
||||
|
||||
## [1.1.0] - June 2021
|
||||
|
||||
### Added
|
||||
|
||||
@@ -182,7 +182,7 @@ button {
|
||||
.sheet-damage-track {
|
||||
display: grid;
|
||||
grid-template-columns: 50% 50%;
|
||||
background-image: url("https://github.com/ganonkevlar/roll20-character-sheets-images-mutant_chronicles_3-/raw/main/vitruvianMan.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/mutant_cronicles_3/vitruvianMan.png");
|
||||
background-repeat: no-repeat, repeat;
|
||||
background-position: center;
|
||||
margin-top: 5px;
|
||||
@@ -341,7 +341,7 @@ div.sheet-events-grid {
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-content {
|
||||
background-image: url("https://github.com/ganonkevlar/roll20-character-sheets-images-mutant_chronicles_3-/raw/main/mcTemplateBackground.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/mutant_cronicles_3/mcTemplateBackground.png");
|
||||
padding:6px;
|
||||
display: block;
|
||||
margin-left: -37px;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<!-- Identification -->
|
||||
<div class="sheet-char-identification">
|
||||
<div class="sheet-logo">
|
||||
<img alt="Mutant Cronicles" src="https://github.com/ganonkevlar/roll20-character-sheets-images-mutant_chronicles_3-/raw/main/mcLogo.png"/>
|
||||
<img alt="Mutant Cronicles" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/mutant_cronicles_3/mcLogo.png"/>
|
||||
</div>
|
||||
|
||||
<div class="sheet-header">Name</div>
|
||||
|
||||
Reference in New Issue
Block a user