mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
update outbreak images (#6428)
This commit is contained in:
@@ -532,7 +532,7 @@ input[name='attr_tab'][value='log'] ~ div.sheet-log {
|
||||
|
||||
.sheet-rolltemplate-ou-small .sheet-speed-five .inlinerollresult.fullcrit,
|
||||
.sheet-rolltemplate-ou .sheet-speed-five .inlinerollresult.fullcrit {
|
||||
background: url("https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_speed_16pxW_x16pxH.jpg") bottom;
|
||||
background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_speed_16pxW_x16pxH.jpg") bottom;
|
||||
background-size: 19px 19px;
|
||||
background-repeat: no-repeat;
|
||||
z-index: +1;
|
||||
@@ -541,7 +541,7 @@ input[name='attr_tab'][value='log'] ~ div.sheet-log {
|
||||
|
||||
.sheet-rolltemplate-ou-small .sheet-damage-five .inlinerollresult.fullcrit,
|
||||
.sheet-rolltemplate-ou .sheet-damage-five .inlinerollresult.fullcrit {
|
||||
background: url("https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_damage_16pxW_x16pxH.jpg") bottom;
|
||||
background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_damage_16pxW_x16pxH.jpg") bottom;
|
||||
background-size: 19px 19px;
|
||||
background-repeat: no-repeat;
|
||||
z-index: +1;
|
||||
@@ -550,7 +550,7 @@ input[name='attr_tab'][value='log'] ~ div.sheet-log {
|
||||
|
||||
.sheet-rolltemplate-ou-small .sheet-deplete-five .inlinerollresult.fullcrit,
|
||||
.sheet-rolltemplate-ou .sheet-deplete-five .inlinerollresult.fullcrit {
|
||||
background: url("https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_depletion_16pxW_x16pxH.jpg") bottom;
|
||||
background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_depletion_16pxW_x16pxH.jpg") bottom;
|
||||
background-size: 19px 19px;
|
||||
background-repeat: no-repeat;
|
||||
z-index: +1;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
|
||||
//- VERSION
|
||||
//- =============================
|
||||
input(name='attr_version' type='hidden' value='1.01')
|
||||
input(name='attr_version' type='hidden' value='1.02')
|
||||
|
||||
//- MIXINS
|
||||
include src/pug/_mixins.pug
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
}
|
||||
.sheet-rolltemplate-ou-small .sheet-speed-five .inlinerollresult.fullcrit,
|
||||
.sheet-rolltemplate-ou .sheet-speed-five .inlinerollresult.fullcrit {
|
||||
background: url('https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_speed_16pxW_x16pxH.jpg') bottom;
|
||||
background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_speed_16pxW_x16pxH.jpg') bottom;
|
||||
background-size: 19px 19px;
|
||||
background-repeat: no-repeat;
|
||||
z-index: +1;
|
||||
@@ -113,7 +113,7 @@
|
||||
}
|
||||
.sheet-rolltemplate-ou-small .sheet-damage-five .inlinerollresult.fullcrit,
|
||||
.sheet-rolltemplate-ou .sheet-damage-five .inlinerollresult.fullcrit {
|
||||
background: url('https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_damage_16pxW_x16pxH.jpg') bottom;
|
||||
background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_damage_16pxW_x16pxH.jpg') bottom;
|
||||
background-size: 19px 19px;
|
||||
background-repeat: no-repeat;
|
||||
z-index: +1;
|
||||
@@ -122,7 +122,7 @@
|
||||
}
|
||||
.sheet-rolltemplate-ou-small .sheet-deplete-five .inlinerollresult.fullcrit,
|
||||
.sheet-rolltemplate-ou .sheet-deplete-five .inlinerollresult.fullcrit {
|
||||
background: url('https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_depletion_16pxW_x16pxH.jpg') bottom;
|
||||
background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_depletion_16pxW_x16pxH.jpg') bottom;
|
||||
background-size: 19px 19px;
|
||||
background-repeat: no-repeat;
|
||||
z-index: +1;
|
||||
|
||||
Reference in New Issue
Block a user