From f5a2c01c79baeede1e8ec4c2db85df8bf8dfafaa Mon Sep 17 00:00:00 2001 From: Steve Day Date: Fri, 16 May 2014 11:24:03 -0500 Subject: [PATCH] image / dice roll bug uploaded images to imgur and fixed a weapons roll bug with melee --- StarWarsEdgeOfTheEmpire_Dice/EotE-Dice.css | 16 ++++++++-------- StarWarsEdgeOfTheEmpire_Dice/EotE-Dice.html | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/StarWarsEdgeOfTheEmpire_Dice/EotE-Dice.css b/StarWarsEdgeOfTheEmpire_Dice/EotE-Dice.css index 0a082dccfa..6a299c4ab0 100644 --- a/StarWarsEdgeOfTheEmpire_Dice/EotE-Dice.css +++ b/StarWarsEdgeOfTheEmpire_Dice/EotE-Dice.css @@ -195,7 +195,7 @@ .charsheet table { width:100%; - background-image: url('http://www.stevedaydesign.com/eote-images/bg-eote.jpg'); + background-image: url('http://i.imgur.com/4biHABZ.jpg'); background-position:center center; background-repeat:repeat; @@ -210,7 +210,7 @@ } .charsheet table tr th:last-child { - background-image: url('http://www.stevedaydesign.com/eote-images/bg-th-right-corner.png'); + background-image: url('http://i.imgur.com/iZPF9he.png'); background-position: right bottom; background-repeat:no-repeat; } @@ -230,7 +230,7 @@ } .charsheet h3 { - background-image: url('http://www.stevedaydesign.com/eote-images/bg-header.png'), url('http://www.stevedaydesign.com/eote-images/bg-swsd.png');; + background-image: url('http://i.imgur.com/PAAMegP.png'), url('http://i.imgur.com/oWaNr2C.png');; background-position: center top, center 5px; background-repeat:no-repeat, repeat-x; line-height:40px; @@ -319,7 +319,7 @@ /* ------------------------------------------------- Soak, Wounds... */ .sheet-swsd { - background: url('http://www.stevedaydesign.com/eote-images/bg-swsd.png') center center no-repeat; + background: url('http://i.imgur.com/oWaNr2C.png') center center no-repeat; } .sheet-swsd tr:hover td {background-color:transparent;} .sheet-swsd tr td {border:none;} @@ -339,7 +339,7 @@ .sheet-swsd td:nth-child(3), .sheet-swsd td:nth-child(5), .sheet-swsd td:nth-child(7) { - background-image: url('http://www.stevedaydesign.com/eote-images/bg-swsd-box.png'); + background-image: url('http://i.imgur.com/cODj4n5.png'); background-position: center top; background-repeat:no-repeat; width:153px; @@ -393,7 +393,7 @@ .sheet-characteristics td:nth-child(11) { text-align:center; - background-image: url('http://www.stevedaydesign.com/eote-images/bg-char-box.png'); + background-image: url('http://i.imgur.com/cyPJPLg.png'); background-position: center top; background-repeat:no-repeat; width:99px; @@ -473,7 +473,7 @@ .sheet-weapons td:nth-child(8) { text-align:center; - background-image: url('http://www.stevedaydesign.com/eote-images/bg-char-box.png'); + background-image: url('http://i.imgur.com/cyPJPLg.png'); background-position: center top; background-repeat:no-repeat; width:99px; @@ -482,7 +482,7 @@ } .sheet-weapons { - background: url('http://www.stevedaydesign.com/eote-images/bg-swsd.png') center 45px repeat-x; + background: url('http://i.imgur.com/oWaNr2C.png') center 45px repeat-x; } .sheet-weapons tr td {border:none;} diff --git a/StarWarsEdgeOfTheEmpire_Dice/EotE-Dice.html b/StarWarsEdgeOfTheEmpire_Dice/EotE-Dice.html index 2f50d117f4..58943a7ef5 100644 --- a/StarWarsEdgeOfTheEmpire_Dice/EotE-Dice.html +++ b/StarWarsEdgeOfTheEmpire_Dice/EotE-Dice.html @@ -794,7 +794,7 @@