mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 20:22:29 +00:00
Merge pull request #2875 from CoalPoweredPuppet/patch-156
Vampire the Requiem, Removing the need for images for vitae
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user