Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions L5R/L5RsheetCSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

h1.seperator,
hr.seperator {
background-image: url(http://i.imgur.com/T67Y0e5.jpg);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/L5R/images/separator.jpeg);
background-position: center top 100%;
background-size: auto 85px;
height: 55px;
Expand Down Expand Up @@ -744,7 +744,7 @@

.ui-dialog .tab-content .charsheet h1,
.ui-dialog .tab-content .charsheet hr {
background-image: url(http://i.imgur.com/T67Y0e5.jpg);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/L5R/images/separator.jpeg);
background-position: center top 100%;
//backgrund-repeat: repea-x;
background-size: auto 85px;
Expand Down Expand Up @@ -1749,7 +1749,7 @@
width: 189px;
height: 189px;
padding: 2px;
background: url(http://i.imgur.com/xBk4U1p.jpg) top left;
background: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/L5R/images/background.jpeg) top left;
background-size: 189px 189px;
background-repeat: no-repeat;
font-family: "Papyrus";
Expand Down
Binary file added L5R/images/background.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added L5R/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added L5R/images/separator.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions L5R/sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</table>
</div>
<div class="sheet-col right">
<img src="http://i.imgur.com/tv2Gvag.png" width="90%" class="banner" />
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/L5R/images/logo.png" width="90%" class="banner" />
</div>
</div>

Expand All @@ -83,7 +83,7 @@ <h1 class="separator"><span></span></h1>
<article id="air" class="ring-grid">
<input type="hidden" name="attr_foo_air" value="2" />
<h2>
<img class="ring" src="http://i.imgur.com/qkte4EC.png" />
<img class="ring" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/L5R/images/air.png" />
</h2>
<h3 data-i18n="air-u">Air</h3>
<span name="attr_foo_air" class="ring-value"></span>
Expand All @@ -104,7 +104,7 @@ <h3 data-i18n="air-u">Air</h3>
<article id="earth" class="ring-grid">
<input type="hidden" name="attr_foo_earth" value="2" />
<h2>
<img class="ring" src="http://i.imgur.com/bHoZ2zK.png" />
<img class="ring" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/L5R/images/earth.png" />
</h2>
<h3 data-i18n="earth-u">Earth</h3>
<span name="attr_foo_earth" class="ring-value"></span>
Expand All @@ -125,7 +125,7 @@ <h3 data-i18n="earth-u">Earth</h3>
<article id="fire" class="ring-grid">
<input type="hidden" name="attr_foo_fire" value="2" />
<h2>
<img class="ring" src="http://i.imgur.com/7hVQbK7.png" />
<img class="ring" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/L5R/images/fire.png" />
</h2>
<h3 data-i18n="fire-u">Fire</h3>
<span name="attr_foo_fire" class="ring-value"></span>
Expand All @@ -146,7 +146,7 @@ <h3 data-i18n="fire-u">Fire</h3>
<article id="water" class="ring-grid">
<input type="hidden" name="attr_foo_water" value="2" />
<h2>
<img class="ring" src="http://i.imgur.com/sOvpnaa.png" />
<img class="ring" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/L5R/images/water.png" />
</h2>
<h3 data-i18n="water-u">Water</h3>
<span name="attr_foo_water" class="ring-value"></span>
Expand All @@ -166,7 +166,7 @@ <h3 data-i18n="water-u">Water</h3>
</article>
<article id="void" class="ring-grid">
<h2>
<img class="ring" src="http://i.imgur.com/jnlStIs.png"/> <!-- NOTE: make sure its ok with 66% instead of 65% -->
<img class="ring" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/L5R/images/void.png"/> <!-- NOTE: make sure its ok with 66% instead of 65% -->
</h2>
<h3 data-i18n="void-u" class="attribute">Void</h3>
<input type="number" value='2' name="attr_foo_void" />
Expand Down