mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
fix for only missing images
This commit is contained in:
@@ -91,7 +91,8 @@ border: none;
|
||||
}
|
||||
/* Main Styles */
|
||||
.charsheet {
|
||||
background-image: url(http://motoki-y.sakura.ne.jp/kabegami/227/a.gif);
|
||||
/* background-image: url(http://motoki-y.sakura.ne.jp/kabegami/227/a.gif); */
|
||||
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/Only%20War/images/background.gif);
|
||||
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
@@ -297,7 +298,7 @@ display: inline-block;
|
||||
}
|
||||
.charsheet .sheet-wrapper .sheet-armourblock label {
|
||||
text-align: center;
|
||||
text-transform:uppercase;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
.charsheet .sheet-wrapper .sheet-armourblock input {
|
||||
text-align: center;
|
||||
@@ -339,7 +340,7 @@ padding: 3px 2px;
|
||||
.charsheet .sheet-wrapper .sheet-brackets {
|
||||
border-left: 1px solid #aaa;
|
||||
border-right: 1px solid #aaa;
|
||||
border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
}
|
||||
.charsheet .sheet-wrapper .sheet-item.sheet-center {
|
||||
text-align: center;
|
||||
@@ -373,7 +374,7 @@ width: calc(40% - 3%);
|
||||
width: calc(50% - 3%);
|
||||
}
|
||||
.charsheet .sheet-wrapper .sheet-item.sheet-morebig {
|
||||
width: calc(60% - 3%);
|
||||
width: calc(60% - 3%);
|
||||
}
|
||||
.charsheet .sheet-wrapper .sheet-item.sheet-bigger {
|
||||
width: calc(70% - 3%);
|
||||
@@ -414,7 +415,7 @@ border-radius: 5px;
|
||||
border: none;
|
||||
height:65px;
|
||||
background-color: transparent;
|
||||
white-space: normal;
|
||||
white-space: normal;
|
||||
width: 100%;
|
||||
margin:auto;
|
||||
text-align:center;
|
||||
@@ -428,7 +429,7 @@ background-color:transparent;
|
||||
border:0;
|
||||
font-weight:bold;
|
||||
}
|
||||
.charsheet .sheet-wrapper .sheet-characteristics input {
|
||||
.charsheet .sheet-wrapper .sheet-characteristics input {
|
||||
display:block;
|
||||
border:1px solid gray;
|
||||
background-color:transparent;
|
||||
@@ -478,5 +479,5 @@ float:right;
|
||||
text-align:center;
|
||||
font-variant: small-caps;
|
||||
font-weight: 900;
|
||||
|
||||
|
||||
}
|
||||
@@ -29,7 +29,8 @@
|
||||
<!-- Mid Column (Logo) -->
|
||||
<div class="sheet-col">
|
||||
<h2>Only War</h2>
|
||||
<img src="http://i.imgur.com/WkHbDEv.png" alt="" />
|
||||
<!-- <img src="http://i.imgur.com/WkHbDEv.png" alt="" /> -->
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/Only%20War/images/banner.png" alt="banner" />
|
||||
</div>
|
||||
<!-- Right Column -->
|
||||
<div class="sheet-col">
|
||||
@@ -1358,7 +1359,7 @@
|
||||
|
||||
<div class="sheet-row" style="padding-top: 60px;">
|
||||
<div class="sheet-item" style="width: 30%;"><select class="charaselect" name="attr_PsykerCharacteristic">
|
||||
|
||||
|
||||
<option value="@{Perception}">(Perception)</option>
|
||||
<option value="@{Willpower}">(Willpower)</option>
|
||||
<option value="@{PsyniscienceCharacteristic} + -20 + @{Psyniscience1} + @{Psyniscience2} + @{Psyniscience3} + @{Psyniscience4}">(Psyniscience)</option>
|
||||
@@ -1395,7 +1396,3 @@
|
||||
<option value=>Primitive: {1d10, 7 + 0d0}dh1 "The {1d10, X + 0d0}dh1 where X is the Primitive value"</option>
|
||||
<option value=>1d5 weapons: ceil(1d10/2) "This dice roll mimics the game rules for righteous fury, you roll 1d10 and divide it by 2 rounding up."</option>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
Reference in New Issue
Block a user