Merge pull request #2875 from CoalPoweredPuppet/patch-156

Vampire the Requiem, Removing the need for images for vitae
This commit is contained in:
wing-it
2017-08-07 11:17:26 -04:00
committed by GitHub
+11 -11
View File
@@ -386,27 +386,27 @@ input.sheet-redvitae:checked ~ span.sheet-redvitae,
input.sheet-emptyvitae:checked ~ span.sheet-emptyvitae { display: inline-block; }
.sheet-blankvitae {
width: 17px;
height: 17px;
background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/5/58/USICorpsSSI.svg/200px-USICorpsSSI.svg.png") no-repeat 0 0;
background-size: 100%;
-webkit-filter: drop-shadow(0px 0px 1px red );
width: 20px;
height: 20px;
background: white;
border-radius:7px;
box-shadow: inset 0px 0px 3px red, 0px 0px 2px black;
}
.sheet-redvitae {
width: 20px;
height: 20px;
background: url("http://i38.tinypic.com/dytxq9.png") no-repeat 0 0;
background-size: 100%;
-webkit-filter: drop-shadow(0px 0px 1px red);
background: pink;
border-radius:7px;
box-shadow: inset 0px 0px 3px red,inset 0px 0px 5px red, inset 0px 0px 10px red, 0px 0px 2px black;
}
.sheet-emptyvitae {
width: 20px;
height: 20px;
background: url("http://upload.wikimedia.org/wikipedia/commons/9/9f/Red-circle.svg") no-repeat 0 0;
background-size: 100%;
-webkit-filter: drop-shadow(0px 0px 1px black);
background: white;
border-radius:7px;
box-shadow: inset 0px 0px 2px black, inset 0px 0px 5px black, inset 0px 0px 7px black
}