Skip to content

Commit 0508f21

Browse files
Merge pull request #14767 from VJRolmasters/AQUELARRE
[AQUELARRE MALEFICA TRINITAS] Some minor bugs solved
2 parents f35e376 + d4281ad commit 0508f21

File tree

2 files changed

+59
-47
lines changed

2 files changed

+59
-47
lines changed

Aquelarre Trinitas/aquelarre_trinitas_nsr_v1.css

Lines changed: 32 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,11 @@ textarea:focus {
284284
display: flex;
285285
align-items: center;
286286
width: 100%;
287-
gap: 10px;
287+
gap: 6px;
288288
}
289289

290290
.sheet-characterinfo3 {
291-
width: 75px;
291+
width: 80px;
292292
border: none;
293293
border-bottom: 1px solid darkred;
294294
background: transparent;
@@ -1883,8 +1883,8 @@ textarea:focus {
18831883
background: transparent;
18841884
padding-left: 6px;
18851885
}
1886-
.sheet-selectmagia:hover,
1887-
.sheet-selectmagia:focus {
1886+
.sheet-selectmagia2:hover,
1887+
.sheet-selectmagia2:focus {
18881888
background: rgba(255,255,0,0.20);
18891889
}
18901890
.sheet-magiainfo1{
@@ -1904,14 +1904,12 @@ textarea:focus {
19041904
font-weight: 400;
19051905
font-size: 14px;
19061906
font-style: normal;
1907-
background-color: transparent!important;
1907+
background-color: transparent;
19081908
}
1909+
19091910
.sheet-magiainfo1:hover,
1910-
.sheet-magiainfo1:focus,
1911-
textarea:hover,
1912-
textarea:focus {
1913-
background-color: rgba(255, 255, 0, 0.20); /* amarillo claro transparente */
1914-
transition: background-color 0.2s ease-in-out;
1911+
.sheet-magiainfo1:focus {
1912+
background: rgba(255,255,0,0.20);
19151913
}
19161914
/*============= DETAILS CSS =============*/
19171915
details{
@@ -2801,16 +2799,23 @@ a:active {
28012799
}
28022800

28032801
@media screen and (min-width: 1000px){
2804-
.sheet-contenedorvj{
2805-
2806-
}
2807-
}
2808-
@media screen and (min-width: 1050px){
2809-
.sheet-contenedorvj{
2810-
2811-
}
2802+
28122803
}
2804+
28132805
@media screen and (min-width: 1201px){
2806+
2807+
.sheet-contenedorvj {
2808+
position: relative;
2809+
width: 100%;
2810+
max-width: 1200px;
2811+
}
2812+
.sheet-logo1200px{
2813+
max-width: 1200px;
2814+
}
2815+
.sheet-imagopeu{
2816+
max-width: 1200px;
2817+
}
2818+
28142819
.sheet-etiquetacaracteristica {
28152820
margin: 0px 0px 0px 65px;
28162821
}
@@ -2826,7 +2831,15 @@ a:active {
28262831
margin: 0px 0px 0px 40px;
28272832
}
28282833

2829-
}
2834+
.sheet-infopj3 {
2835+
gap: 15px;
2836+
}
2837+
2838+
.sheet-characterinfo3 {
2839+
width: 100px;
2840+
}
2841+
2842+
}
28302843

28312844

28322845
/*============= VJBTNVYC1 : CARACTERISTICAS CSS =============*/

Aquelarre Trinitas/aquelarre_trinitas_nsr_v1.html

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,25 @@
6767
<div class="sheet-columnamig">
6868
<div class="sheet-width100">
6969
<div class="sheet-infopj">
70-
<div class="sheet-nomenclatura">Origen/cultura:</div><!-- end .sheet-nomenclatura -->
70+
<div class="sheet-nomenclatura">Reino:</div><!-- end .sheet-nomenclatura -->
71+
<input class="sheet-characterinfo1" type="text" name="attr_reino" title="Reino del personaje" value="" />
72+
</div><!-- end .sheet-infopj -->
73+
</div><!-- end .sheet-width100 -->
74+
</div><!-- end .sheet-columnamig -->
75+
76+
<div class="sheet-columnamig">
77+
<div class="sheet-width100">
78+
<div class="sheet-infopj">
79+
<div class="sheet-nomenclatura">Posición social:</div><!-- end .sheet-nomenclatura -->
80+
<input class="sheet-characterinfo1" type="text" name="attr_posicionsocial" title="Posición social del personaje" value="" />
81+
</div><!-- end .sheet-infopj -->
82+
</div><!-- end .sheet-width100 -->
83+
</div><!-- end .sheet-columnamig -->
84+
85+
<div class="sheet-columnamig">
86+
<div class="sheet-width100">
87+
<div class="sheet-infopj">
88+
<div class="sheet-nomenclatura">Origen:</div><!-- end .sheet-nomenclatura -->
7189
<input class="sheet-characterinfo1" type="text" name="attr_origen" title="Origen del personaje" value="" />
7290
</div><!-- end .sheet-infopj -->
7391
</div><!-- end .sheet-width100 -->
@@ -76,8 +94,8 @@
7694
<div class="sheet-columnamig">
7795
<div class="sheet-width100">
7896
<div class="sheet-infopj">
79-
<div class="sheet-nomenclatura">Posición social:</div><!-- end .sheet-nomenclatura -->
80-
<input class="sheet-characterinfo1" type="text" name="attr_posicionsocial" title="Posicón social del personaje" value="" />
97+
<div class="sheet-nomenclatura">Cultura:</div><!-- end .sheet-nomenclatura -->
98+
<input class="sheet-characterinfo1" type="text" name="attr_culturapj" title="Cultura del personaje" value="" />
8199
</div><!-- end .sheet-infopj -->
82100
</div><!-- end .sheet-width100 -->
83101
</div><!-- end .sheet-columnamig -->
@@ -100,31 +118,12 @@
100118
</div><!-- end .sheet-width100 -->
101119
</div><!-- end .sheet-columnamig -->
102120

103-
<div class="sheet-columnamig">
104-
<div class="sheet-width100">
105-
<div class="sheet-infopj">
106-
<div class="sheet-nomenclatura">Familia:</div><!-- end .sheet-nomenclatura -->
107-
<input class="sheet-characterinfo1" type="text" name="attr_familia" title="Familia del personaje" value="" />
108-
</div><!-- end .sheet-infopj -->
109-
</div><!-- end .sheet-width100 -->
110-
</div><!-- end .sheet-columnamig -->
111-
112-
<div class="sheet-columnamig">
113-
<div class="sheet-width100">
114-
<div class="sheet-infopj">
115-
<div class="sheet-nomenclatura">Conyugue e hijos:</div><!-- end .sheet-nomenclatura -->
116-
<input class="sheet-characterinfo1" type="text" name="attr_conyugue" title="Limpieza de sangre del personaje" value="" />
117-
</div><!-- end .sheet-infopj -->
118-
</div><!-- end .sheet-width100 -->
119-
</div><!-- end .sheet-columnamig -->
120-
121121

122-
123122
<div class="sheet-columnamig">
124123
<div class="sheet-infopj3">
125-
<div class="sheet-nomenclatura">Edad:</div><input class="sheet-characterinfo3" type="text" name="attr_edad" title="Edad del personaje" value="" />
126-
<div class="sheet-nomenclatura">Altura:</div><input class="sheet-characterinfo3" type="text" name="attr_altura" title="Altura del personaje" value="" />
127-
<div class="sheet-nomenclatura">Peso:</div><input class="sheet-characterinfo3" type="text" name="attr_peso" title="Peso del personaje" value="" />
124+
<div class="sheet-nomenclatura">Edad:</div><input class="sheet-characterinfo3" type="text" name="attr_edad" title="Edad del personaje en años" value="" />
125+
<div class="sheet-nomenclatura">Altura:</div><input class="sheet-characterinfo3" type="text" name="attr_altura" title="Altura del personaje en varas" value="" />
126+
<div class="sheet-nomenclatura">Peso:</div><input class="sheet-characterinfo3" type="text" name="attr_peso" title="Peso del personaje en libras" value="" />
128127
</div><!-- end .sheet-infopj3 -->
129128
</div><!-- end .sheet-columnamig -->
130129

@@ -305,7 +304,7 @@
305304
</div><!-- end .sheet-etiquetasecundaria -->
306305

307306
<div class="sheet-etiquetasecundaria">
308-
<input class="sheet-valorsecundaria" readonly type="number" max="100" min="-100" name="attr_suertemax" title="Máximo de Suerte del personaje" value="0" />
307+
<input class="sheet-valorsecundaria" type="number" max="100" min="-100" name="attr_suertemax" title="Máximo de Suerte del personaje" value="0" />
309308
</div><!-- end .sheet-etiquetasecundaria -->
310309

311310
<div class="sheet-etiquetasecundaria">
@@ -1742,7 +1741,7 @@
17421741
<div class="sheet-width100">
17431742
<div class="sheet-infopj">
17441743
<div class="sheet-nomenclaturasocial">Talante:</div><!-- end .sheet-nomenclaturasocial -->
1745-
<input class="sheet-characterinfo1social" type="number" name="attr_naturaleza" title="Anota el modificiador total según la naturaleza y los orullos y vergüenzas del Personaje." value="0" />
1744+
<input class="sheet-characterinfo1social" type="number" name="attr_naturaleza" title="Anota el modificiador total según la naturaleza y los rasgos de carácter del Personaje." value="0" />
17461745
</div><!-- end .sheet-infopj -->
17471746
</div><!-- end .sheet-width100 -->
17481747

@@ -2771,7 +2770,7 @@
27712770
<div class="sheet-width100">
27722771
<div class="sheet-etiquetalocalizacion">ESQUIVAR</div><!-- end .sheet-etiquetasecundariacombate -->
27732772

2774-
<button type="roll" class="sheet-VJbtnvyc2p" name="roll_esquivar" value="@{tirada_secreta} &{template:vycattack} {{title=Esquivar}} {{subtitle=@{character_name}}} {{DL=[[ @{esquivar} + @{dificultadtirada} + @{malusestadopj} + @{modparadatotal} + @{proteccion11malusagi} ]]}} {{Roll=[[ 1d100 ]]}} {{CriticoUmbral=[[ floor((@{esquivar} + @{dificultadtirada} + @{malusestadopj} + @{modparadatotal} + @{proteccion11malusagi})/10) + 1 ]]}} {{PifiaUmbral=[[ 90 + floor((@{esquivar} + @{dificultadtirada} + @{malusestadopj} + @{modparadatotal} + @{proteccion11malusagi})/10) ]]}} {{maestria=@{esquivar}}} {{dificultadtirada=@{dificultadtirada}}} {{malusestadopj=@{malusestadopj}}} {{modiparadatotal=@{modparadatotal}}} {{malusproteccionarma=@{proteccion11malusagi}}} " />
2773+
<button type="roll" class="sheet-VJbtnvyc2p" name="roll_esquivar" value="@{tirada_secreta} &{template:vycparada} {{title=Esquivar}} {{subtitle=@{character_name}}} {{DL=[[ @{esquivar} + @{dificultadtirada} + @{malusestadopj} + @{modparadatotal} + @{proteccion11malusagi} ]]}} {{Roll=[[ 1d100 ]]}} {{CriticoUmbral=[[ floor((@{esquivar} + @{dificultadtirada} + @{malusestadopj} + @{modparadatotal} + @{proteccion11malusagi})/10) + 1 ]]}} {{PifiaUmbral=[[ 90 + floor((@{esquivar} + @{dificultadtirada} + @{malusestadopj} + @{modparadatotal} + @{proteccion11malusagi})/10) ]]}} {{maestria=@{esquivar}}} {{dificultadtirada=@{dificultadtirada}}} {{malusestadopj=@{malusestadopj}}} {{modiparadatotal=@{modparadatotal}}} {{malusproteccionarma=@{proteccion11malusagi}}} " />
27752774

27762775
</div><!-- end .sheet-width100 -->
27772776

0 commit comments

Comments
 (0)