mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
[HeroSystem6e] Style Updates
This commit is contained in:
@@ -28,9 +28,9 @@ input[type=number], input[type=text], textarea, select
|
||||
border-right: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
box-shadow: none;
|
||||
font-family: cursive;
|
||||
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* non-editable field color scheme */
|
||||
@@ -44,9 +44,9 @@ div.sheet-button > span
|
||||
border-left: 1px solid #CCC;
|
||||
border-right: 1px solid #CCC;
|
||||
border-radius: 4px;
|
||||
font-family: cursive;
|
||||
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
font-style: normal;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -1060,7 +1060,7 @@ div.sheet-stat > div + div span
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
div.sheet-stat > div + div input[type=text],
|
||||
div.sheet-stat > div + div input[type=text]
|
||||
{
|
||||
padding-top: 0;
|
||||
}
|
||||
@@ -1068,8 +1068,8 @@ div.sheet-stat > div + div input[type=text],
|
||||
span.sheet-stat
|
||||
{
|
||||
padding: 6px 8px 1px;
|
||||
font-family: cursive;
|
||||
font-style: italic;
|
||||
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
div.sheet-stat-buttons
|
||||
|
||||
@@ -158,7 +158,7 @@
|
||||
<span class="field edit-hide" name="attr_character_name" disabled="true"> </span>
|
||||
</div>
|
||||
</div>
|
||||
<img src="https://github.con/Roll20/roll20-character-sheets/HeroSystem6e/img/HeroSystem_6ELogos.png">
|
||||
<img src="https://github.com/Roll20/roll20-character-sheets/blob/master/HeroSystem6e/img/HeroSystem_6ELogos.png?raw=true">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user