Skip to content

Commit

Permalink
RDD and Warhammer 2 - french - update
Browse files Browse the repository at this point in the history
#1 Modified a tab value so that the tab behaves as intended (Skills
switches to Spells).
#2 Modified RDD CSS. Now, Font and the 2 last tabs should behave as
intended.
  • Loading branch information
Phoxounet committed Oct 28, 2016
1 parent 09d65ed commit 5907ba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Reve de Dragon - french/RDD.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ 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-tab5
input.sheet-tab5:checked ~ div.sheet-tab5,
{
display: block;
}
input.sheet-secondary_tab1:checked ~ div.sheet-secondary_tab1,
input.sheet-secondary_tab2:checked ~ div.sheet-secondary_tab2,
input.sheet-secondary_tab3:checked ~ div.sheet-secondary_tab3,
input.sheet-secondary_tab4:checked ~ div.sheet-secondary_tab4,
input.sheet-secondary_tab5:checked ~ div.sheet-secondary_tab5
input.sheet-secondary_tab5:checked ~ div.sheet-secondary_tab5,
{
display:block;
}
Expand Down Expand Up @@ -50,7 +50,8 @@ input.sheet-tab:checked::before{
font-weight:bolder;
}

.sheet-td{
.charsheet{

font-family:Comic Sans, Comic Sans MS, cursive;
}
.sheet-title{
Expand Down
2 changes: 1 addition & 1 deletion Warhammer_v2_french/Warhammer_v2_french.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab1" value="1" title="Caractéristiques" checked="checked" />
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab2" value="2" title="Compétences" />
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab3" value="2" title="Grimoire" />
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab3" value="3" title="Grimoire" />

<div class="sheet-tab-content sheet-tab1" style="background-color:#926239"> <!-- Premier Onglet -->
<div style="width:460px;padding-top:10px;margin-left:5px"> <!-- colonne gauche -->
Expand Down

0 comments on commit 5907ba8

Please sign in to comment.