mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Images Fixed
This commit is contained in:
@@ -741,7 +741,7 @@ justify-items: center;
|
||||
border-width: 20px;
|
||||
box-sizing: border-box;
|
||||
pointer-events: none;
|
||||
border-image: url("images/BlocFrame-TheExorcistCode-red.png") 20 fill stretch;
|
||||
border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/TheExorcistCodex/Images/BlocFrame-TheExorcistCode-red.png") 20 fill stretch;
|
||||
transform: scale(-1, -1);
|
||||
}
|
||||
|
||||
@@ -1533,20 +1533,20 @@ input[type="radio"]:checked + .radio-button {
|
||||
}
|
||||
|
||||
.sheet-standardbox1.sheet-standardbox::before {
|
||||
border-image: url("images/BlocFrame-TheExorcistCode-red.png") 20 fill stretch !important;
|
||||
border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/TheExorcistCodex/Images/BlocFrame-TheExorcistCode-red.png") 20 fill stretch !important;
|
||||
}
|
||||
|
||||
.sheet-standardbox11.sheet-standardbox::before {
|
||||
border-image: url("images/BlocFrame-TheExorcistCode-black.png") 30 fill stretch !important;
|
||||
border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/TheExorcistCodex/Images/BlocFrame-TheExorcistCode-black.png") 30 fill stretch !important;
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
||||
.sheet-standardbox2.sheet-standardbox::before {
|
||||
border-image: url("images/BlocFrame-TheExorcistCode-red2.png") 20 fill stretch !important;
|
||||
border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/TheExorcistCodex/Images/BlocFrame-TheExorcistCode-red2.png") 20 fill stretch !important;
|
||||
}
|
||||
|
||||
.sheet-standardbox3.sheet-standardbox::before {
|
||||
border-image: url("images/BlocFrame-TheExorcistCode-red3.png") 26 fill stretch !important;
|
||||
border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/TheExorcistCodex/Images/BlocFrame-TheExorcistCode-red3.png") 26 fill stretch !important;
|
||||
border-width: 26px;
|
||||
}
|
||||
|
||||
@@ -2767,7 +2767,7 @@ input[name="attr_effect-time"] {
|
||||
|
||||
.sheet-main-image {
|
||||
grid-area: image;
|
||||
background-image: url("images/TheExorcistCodex-symbol-red.png") !important;
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/TheExorcistCodex/Images/TheExorcistCodex-symbol-red.png") !important;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
@@ -2776,7 +2776,7 @@ input[name="attr_effect-time"] {
|
||||
}
|
||||
|
||||
.sheet-main-headerimage {
|
||||
background-image: url("images/TheExorcistCodex-long-red.png") !important;
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/TheExorcistCodex/Images/TheExorcistCodex-long-red.png") !important;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
@@ -3044,16 +3044,16 @@ img.error {
|
||||
}
|
||||
|
||||
.sheet-banner-separator {
|
||||
background-image: url("images/banner-separator.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/TheExorcistCodex/Images/banner-separator.png");
|
||||
margin-top: 10px!important;
|
||||
}
|
||||
|
||||
.sheet-separator {
|
||||
background-image: url("images/TheExorcistCode-asset2-black.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/TheExorcistCodex/Images/TheExorcistCode-asset2-black.png");
|
||||
}
|
||||
|
||||
.sheet-bottom-background6 {
|
||||
background-image: url("images/banner6.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/TheExorcistCodex/Images/banner6.png");
|
||||
margin-top: 10px!important;
|
||||
}
|
||||
|
||||
@@ -3933,7 +3933,7 @@ height:18px!important;
|
||||
}
|
||||
|
||||
span.sheet-codexskill {
|
||||
background-image: url("images/TheExorcistCode-codex-black.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/TheExorcistCodex/https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/TheExorcistCodex/Images/TheExorcistCode-codex-black.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: top;
|
||||
|
||||
Reference in New Issue
Block a user