fixing image urls in css (#5719)

This commit is contained in:
rwanoux
2019-12-09 12:19:23 -06:00
committed by Cassie Levett
parent e91f97a3ed
commit bf0e0f143d
+7 -7
View File
@@ -146,7 +146,7 @@ h1 {
}
.sheet-elements {
background-image: url("https://raw.githubusercontent.com/rwanoux/fiche-nephilim/master/pentacle.png");
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nephilimV5-vf/pentacle.png");
background-size: cover;
width: 300px;
height: 300px;
@@ -205,7 +205,7 @@ h1 {
}
.sheet-header {
background-image: url("https://raw.githubusercontent.com/rwanoux/fiche-nephilim/master/nephilim.png");
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nephilimV5-vf/nephilim.png");
width: 650px;
height: 225px;
-webkit-transform: rotateZ(-9.167324722093172deg) scaleX(0.5) scaleY(0.5);
@@ -404,7 +404,7 @@ div.sheet-kabale {
font-family: "Shadows Into Light", cursive;
width: 832px;
height: 1115px;
background-image: url(http://imgsrv.roll20.net/?src=raw.githubusercontent.com/rwanoux/fiche-nephilim/master/kabale_monde.png);
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nephilimV5-vf/kabale_monde.png");
background-size: cover;
background-position: -20px 0px;
-webkit-transform: scaleX(0.5) scaleY(0.5);
@@ -599,7 +599,7 @@ input.sheet-hidden-tab {
.sheet-rolltemplate-aptitude table {
text-align: center;
width: 100%;
background: url('https://raw.githubusercontent.com/rwanoux/fiche-nephilim/master/neph-template.png');
background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nephilimV5-vf/neph-template.png');
background-size: 100% auto;
border: 4px ridge #999999;
color: black;
@@ -644,15 +644,15 @@ input.sheet-hidden-tab {
}
.sheet-simu {
background-image: url("https://raw.githubusercontent.com/rwanoux/fiche-nephilim/master/devinci.png");
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nephilimV5-vf/devinci.png");
background-size: contain;
background-position: 50%, 50%;
background-repeat: no-repeat
}
.sheet-eso {
background-image: url("https://raw.githubusercontent.com/rwanoux/fiche-nephilim/master/templ.png");
background-image: url("https://raw.githubusercontent.com/rwanoux/fiche-nephilim/master/template.png");
background-size: 100%;
background-position: 50%, 50%;
background-repeat: no-repeat
}
}