mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Fixing issues and change fonts
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
.charsheet {
|
||||
font-family: Georgia;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: white;
|
||||
width: 870px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: Georgia;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.sheet-colrow {
|
||||
@@ -23,7 +23,7 @@ p {
|
||||
box-shadow: none;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
resize: none;
|
||||
border: none;
|
||||
}
|
||||
@@ -47,7 +47,7 @@ div.sheet-tab-content { display: none; }
|
||||
input.sheet-tab1:checked ~ div.sheet-tab1,
|
||||
input.sheet-tab2:checked ~ div.sheet-tab2,
|
||||
input.sheet-tab3:checked ~ div.sheet-tab3,
|
||||
input.sheet-tab4:checked ~ div.sheet-tab4,
|
||||
input.sheet-tab4:checked ~ div.sheet-tab4
|
||||
{display: block;}
|
||||
|
||||
input.sheet-tab {
|
||||
@@ -123,7 +123,7 @@ div.sheet-tab2 {
|
||||
text-align: left;
|
||||
font-size:13px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.sheet-blackbox {
|
||||
@@ -135,7 +135,7 @@ div.sheet-tab2 {
|
||||
text-align: left;
|
||||
height: 25px;
|
||||
padding: 3px;
|
||||
font-family: Georgia;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.sheet-characterfeaturestable {
|
||||
@@ -184,7 +184,7 @@ div.sheet-tab2 {
|
||||
font-size:50px;
|
||||
width: 100%;
|
||||
color: black;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
/* custom td for skill value in skill */
|
||||
@@ -287,7 +287,7 @@ div.sheet-tab2 {
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
text-align:center;
|
||||
font-family: Georgia;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #000000;
|
||||
padding: 0;
|
||||
margin: 0px auto 0px auto;
|
||||
@@ -318,7 +318,7 @@ div.sheet-tab2 {
|
||||
text-align: center;
|
||||
height: 25px;
|
||||
padding: 1px;
|
||||
font-family: Georgia;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.sheet-class_and_xptextbox {
|
||||
@@ -330,7 +330,7 @@ div.sheet-tab2 {
|
||||
text-align: center;
|
||||
font-size:13px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
/* --------- SECONDARY STATS --------- */
|
||||
@@ -356,7 +356,7 @@ div.sheet-tab2 {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.sheet-2nd_statstextbox {
|
||||
@@ -368,7 +368,7 @@ div.sheet-tab2 {
|
||||
text-align: center;
|
||||
font-size: 40px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.sheet-armortypetextarea {
|
||||
@@ -381,7 +381,7 @@ div.sheet-tab2 {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
/* --------- WEAPONS TABLE --------- */
|
||||
@@ -436,7 +436,7 @@ div.sheet-tab2 {
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.sheet-weaponatacktext {
|
||||
@@ -449,7 +449,7 @@ div.sheet-tab2 {
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.sheet-weaponrangetext {
|
||||
@@ -462,7 +462,7 @@ div.sheet-tab2 {
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.sheet-weapondamagetext {
|
||||
@@ -475,7 +475,7 @@ div.sheet-tab2 {
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.sheet-borderdown {
|
||||
@@ -510,7 +510,7 @@ div.sheet-tab2 {
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.sheet-reloadtext {
|
||||
height: 100%;
|
||||
@@ -522,7 +522,7 @@ div.sheet-tab2 {
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
@@ -532,7 +532,7 @@ div.sheet-tab2 {
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
/* -------------AMMO COUNTER------------- */
|
||||
.sheet-ammotable td {
|
||||
@@ -547,7 +547,7 @@ div.sheet-tab2 {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.sheet-ammotypetext {
|
||||
width: 100%;
|
||||
@@ -557,7 +557,7 @@ div.sheet-tab2 {
|
||||
text-align: left;
|
||||
font-size: 20px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
/* -------------SPELLS, CLASSPOWERS AND TALENTS------------- */
|
||||
@@ -595,7 +595,7 @@ div.sheet-tab2 {
|
||||
font-size:24px;
|
||||
width: 70px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
padding:0;
|
||||
vertical-align: middle;
|
||||
position:absolute;
|
||||
@@ -613,7 +613,7 @@ div.sheet-tab2 {
|
||||
text-align: center;
|
||||
font-size:14px;
|
||||
color: #000000;
|
||||
font-family: Georgia;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
padding:0;
|
||||
position:absolute;
|
||||
left: 50%;
|
||||
@@ -650,7 +650,7 @@ div.sheet-tab2 {
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
padding:0;
|
||||
}
|
||||
.sheet-spellselect {
|
||||
@@ -661,7 +661,7 @@ div.sheet-tab2 {
|
||||
box-shadow: none;
|
||||
text-align: left;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
-webkit-appearance: none;
|
||||
padding:0;
|
||||
}
|
||||
@@ -673,7 +673,7 @@ div.sheet-tab2 {
|
||||
box-shadow: none;
|
||||
text-align: left;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
-webkit-appearance: none;
|
||||
padding:0;
|
||||
}
|
||||
@@ -686,7 +686,7 @@ div.sheet-tab2 {
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
padding:0;
|
||||
}
|
||||
.sheet-timetext {
|
||||
@@ -697,7 +697,7 @@ div.sheet-tab2 {
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
padding:0;
|
||||
}
|
||||
.sheet-natext {
|
||||
@@ -709,7 +709,7 @@ div.sheet-tab2 {
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
padding:0;
|
||||
}
|
||||
.sheet-vstext {
|
||||
@@ -721,7 +721,7 @@ div.sheet-tab2 {
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
padding:0;
|
||||
}
|
||||
.sheet-spelltext {
|
||||
@@ -785,14 +785,14 @@ div.sheet-tab2 {
|
||||
border: none;
|
||||
width: 100%;
|
||||
font-size: 10px;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
box-shadow: none;
|
||||
}
|
||||
.sheet-InventoryAmount {
|
||||
border: none;
|
||||
width: 50px;
|
||||
font-size: 10px;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
@@ -821,7 +821,7 @@ div.sheet-tab2 {
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
/*------------------------ TALENTS TAB CODES ------------------------*/
|
||||
.sheet-talenttext {
|
||||
@@ -832,7 +832,7 @@ div.sheet-tab2 {
|
||||
text-align: left;
|
||||
font-size: 20px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
padding:0;
|
||||
}
|
||||
.sheet-talentnumber {
|
||||
@@ -842,7 +842,7 @@ div.sheet-tab2 {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
padding:0;
|
||||
}
|
||||
.sheet-talentselect {
|
||||
@@ -853,7 +853,7 @@ div.sheet-tab2 {
|
||||
box-shadow: none;
|
||||
text-align: left;
|
||||
color: #000000;
|
||||
font-family: Lucida Handwriting;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
-webkit-appearance: none;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
<tr>
|
||||
<td class="sheet-blackbox">
|
||||
<div>
|
||||
<button class="sheet-skillbuttons" type='roll' value='/roll 3d6 + @{comunicação} + @{comunicação_foco}' name='roll_teste_de_comunicação'/></button>
|
||||
<button class="sheet-skillbuttons" type='roll' value='/em Teste de Comunicação [[3d6 + @{comunicação} + @{comunicação_foco}]]' name='roll_teste_de_comunicação'/></button>
|
||||
COMUNICAÇÃO
|
||||
<input type="checkbox" title="Habilidade Primária" name="attr_habilidade_primária_comunicação"/>
|
||||
</div>
|
||||
@@ -138,7 +138,7 @@
|
||||
<tr>
|
||||
<td class="sheet-blackbox">
|
||||
<div>
|
||||
<button class="sheet-skillbuttons" type='roll' value='/roll 3d6 + @{constituição} + @{constituição_foco}' name='roll_teste_de_constituição'/></button>
|
||||
<button class="sheet-skillbuttons" type='roll' value='/em Teste de Constituição [[3d6 + @{constituição} + @{constituição_foco}]]' name='roll_teste_de_constituição'/></button>
|
||||
CONSTITUIÇÃO
|
||||
<input type="checkbox" title="Habilidade Primária" name="attr_habilidade_primária_constituição"/>
|
||||
</div>
|
||||
@@ -164,7 +164,7 @@
|
||||
<tr>
|
||||
<td class="sheet-blackbox">
|
||||
<div>
|
||||
<button class="sheet-skillbuttons" type='roll' value='/roll 3d6 + @{destreza} + @{destreza_foco}' name='roll_teste_de_destreza'/></button>
|
||||
<button class="sheet-skillbuttons" type='roll' value='/em Teste de Destreza [[3d6 + @{destreza} + @{destreza_foco}]]' name='roll_teste_de_destreza'/></button>
|
||||
DESTREZA
|
||||
<input type="checkbox" title="Habilidade Primária" name="attr_habilidade_primária_destreza"/>
|
||||
</div>
|
||||
@@ -190,7 +190,7 @@
|
||||
<tr>
|
||||
<td class="sheet-blackbox">
|
||||
<div>
|
||||
<button class="sheet-skillbuttons" type='roll' value='/roll 3d6 + @{força} + @{força_foco}' name='roll_teste_de_força'/></button>
|
||||
<button class="sheet-skillbuttons" type='roll' value='/em Teste de Força [[3d6 + @{força} + @{força_foco}]]' name='roll_teste_de_força'/></button>
|
||||
FORÇA
|
||||
<input type="checkbox" title="Habilidade Primária" name="attr_habilidade_primária_força"/>
|
||||
</div>
|
||||
@@ -216,7 +216,7 @@
|
||||
<tr>
|
||||
<td class="sheet-blackbox">
|
||||
<div>
|
||||
<button class="sheet-skillbuttons" type='roll' value='/roll 3d6 + @{magia} + @{magia_foco}' name='roll_teste_de_magia'/></button>
|
||||
<button class="sheet-skillbuttons" type='roll' value='/em Teste de Magia [[3d6 + @{magia} + @{magia_foco}]]' name='roll_teste_de_magia'/></button>
|
||||
MAGIA
|
||||
<input type="checkbox" title="Habilidade Primária" name="attr_habilidade_primária_magia"/>
|
||||
</div>
|
||||
@@ -242,7 +242,7 @@
|
||||
<tr>
|
||||
<td class="sheet-blackbox">
|
||||
<div>
|
||||
<button class="sheet-skillbuttons" type='roll' value='/roll 3d6 + @{percepção} + @{percepção_foco}' name='roll_teste_de_percepção'/></button>
|
||||
<button class="sheet-skillbuttons" type='roll' value='/em Teste de Percepção [[3d6 + @{percepção} + @{percepção_foco}]]' name='roll_teste_de_percepção'/></button>
|
||||
PERCEPÇÃO
|
||||
<input type="checkbox" title="Habilidade Primária" name="attr_habilidade_primária_percepção"/>
|
||||
</div>
|
||||
@@ -268,7 +268,7 @@
|
||||
<tr>
|
||||
<td class="sheet-blackbox">
|
||||
<div>
|
||||
<button class="sheet-skillbuttons" type='roll' value='/roll 3d6 + @{vontade} + @{vontade_foco}' name='roll_teste_de_vontade'/></button>
|
||||
<button class="sheet-skillbuttons" type='roll' value='/em Teste de Vontade [[3d6 + @{vontade} + @{vontade_foco}]]' name='roll_teste_de_vontade'/></button>
|
||||
VONTADE
|
||||
<input type="checkbox" title="Habilidade Primária" name="attr_habilidade_primária_vontade"/>
|
||||
</div>
|
||||
@@ -946,4 +946,4 @@
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- Talents Tab Ending -->
|
||||
</div><!-- Talents Tab Ending -->
|
||||
Reference in New Issue
Block a user