diff --git a/download/fiche-danseronce.odt b/download/fiche-danseronce.odt new file mode 100644 index 0000000..86408ea Binary files /dev/null and b/download/fiche-danseronce.odt differ diff --git a/download/fiche-danseronce.pdf b/download/fiche-danseronce.pdf new file mode 100644 index 0000000..eeb8ac1 Binary files /dev/null and b/download/fiche-danseronce.pdf differ diff --git a/download/fiche.odt b/download/fiche.odt new file mode 100644 index 0000000..bf3db9d Binary files /dev/null and b/download/fiche.odt differ diff --git a/download/fiche.pdf b/download/fiche.pdf new file mode 100644 index 0000000..35b9917 Binary files /dev/null and b/download/fiche.pdf differ diff --git a/download/index.html b/download/index.html new file mode 100644 index 0000000..e69de29 diff --git a/fiches.html b/fiches.html new file mode 100644 index 0000000..112beb8 --- /dev/null +++ b/fiches.html @@ -0,0 +1,97 @@ + + + + + + Rulebook + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+

Retour

+
+ + + + + + + + +
Nom
Fiche de personnage générique + .ODT + .PDF +
Fiche dansronce + .ODT + .PDF +
+
+ +
+ + +
+
+
+   Livres de règles +
+ +
+
+
+ +
+ + + + + diff --git a/index.html b/index.html index c42adb2..b94e3ca 100644 --- a/index.html +++ b/index.html @@ -69,6 +69,8 @@ + + Fiches de personnages diff --git a/style.css b/style.css new file mode 100644 index 0000000..9e7f85d --- /dev/null +++ b/style.css @@ -0,0 +1,15 @@ +.table-card th { + border-top:none; +} + +.table-card td { + vertical-align: middle; +} + +.table-card { + margin-bottom: 0; +} + +.td-btn { + text-align: right; +}