mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-10 09:02:32 +00:00
[fix/style] remove inSANe sheet error image
This commit is contained in:
@@ -708,7 +708,7 @@ button[type="roll"].sheet-myrol:before{
|
||||
content: none;
|
||||
}
|
||||
.sheet-blacklabel button[type="roll"].sheet-myrol.sheet-big {
|
||||
padding: 0px 0px 0px 0px;
|
||||
padding: 0 0.4em;
|
||||
margin: 0px 0px 0px 0px;
|
||||
font-size: 1.3em;
|
||||
line-height: 1.0em;
|
||||
|
||||
@@ -341,13 +341,9 @@
|
||||
</div>
|
||||
|
||||
<div class="blacklabel pnty">
|
||||
<img class="brdleft" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Pathfinder%20Official/img/brdleft.png"
|
||||
/>
|
||||
<button class="myrol big" type="roll" name="roll_senses" value="@{roll_display}&{template:Ninpo}{{name=@{character_name} @{roll} 2D6 }}{{roll=[[2d6]]}}">
|
||||
<span data-i18n="auto_skill_list">自動特技清單</span>
|
||||
</button>
|
||||
<img class="brdright" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Pathfinder%20Official/img/brdright.png"
|
||||
/>
|
||||
</div>
|
||||
<div class="bordered titled inbox">
|
||||
<table align="center" style="width:98%;">
|
||||
@@ -1066,7 +1062,6 @@
|
||||
<div class="acitems"> <!-- Ninpo -->
|
||||
<div class="myrow right">
|
||||
<div class="blacklabel right">
|
||||
<img class="brdleft" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Pathfinder%20Official/img/brdleft.png" />
|
||||
<button class="myrol big" type="roll" name="roll_senses" value="@{roll_display}&{template:Ninpo}{{name=@{character_name} @{roll} 2D6 }}{{roll=[[2d6]]}}">
|
||||
<span class="" style="width:200px" data-i18n="skill_list">技能清單</span>
|
||||
</button>
|
||||
@@ -1851,7 +1846,6 @@
|
||||
<div class="myrow right">
|
||||
<div class="background"> <!--background -->
|
||||
<div class="blacklabel pnty">
|
||||
<img class="brdleft" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Pathfinder%20Official/img/brdleft.png" />
|
||||
<span class="big only" data-i18n="name" style="width:200px" >人物名稱</span>
|
||||
<span class="med only" data-i18n="location" style="width:65px">居所</span>
|
||||
<span class="med only" data-i18n="secret" style="width:65px">秘密</span>
|
||||
@@ -2618,7 +2612,6 @@ setAttrs({Ninpo_target: getName(values.Ninpo_Assigned_Skill)});
|
||||
<div class="blacklabel top" style="width: 80%;">
|
||||
<span class="big">{{name}}</span>
|
||||
{{#Types}}<span>({{Types}})</span>{{/Types}}
|
||||
<img class="brdright" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Pathfinder%20Official/img/brdright.png" />
|
||||
</div>
|
||||
{{#roll}}
|
||||
<div class="resright">
|
||||
|
||||
Reference in New Issue
Block a user